@charset "utf-8";

/* トップページ */

#top-contents {
	border: solid 1px #ffffff;
}

#toppage {
	height: 500px;
}

#top-flash {
}

#top-main {
	background-color: #ffffff;
	width: 898px;
}

#top-news {
	float: left;
	width: 602px;
}

#top-news-inner {
	margin: 0 20px 0 25px;
	padding: 0 0 10px 20px;
	background-image: url(../images/top_news_bg.gif);
	background-repeat: repeat-y;
}

#top-ba {
	float: left;
	width: 296px;
}

#top-ba p {
	padding-bottom: 5px;
}

#top-ba01 {
	background-image: url(../images/top_motto_bg.jpg);
	background-repeat: no-repeat;
	color: #333333;
}

#top-ba01 a {
	color: #333333;
}

#top-ba01 p {
	padding: 8px 12px 5px 47px;
}

#top-ba01 h1 {
	padding: 0 25px 10px 47px;
}

#top-ba02 {
	background-image: url(../images/top_ba_bg.gif);
	background-repeat: no-repeat;
	padding: 10px 20px 10px 36px;
	height: 820px;
}

#top-ba02-01 {
	padding-bottom: 18px;
}


#top-ba02-02 {
}


#top-news table {
	width: 500px;
}

#top-news th, td {
	padding: 10px 5px 15px 5px;;
	vertical-align: top;
}

#top-news th {
	width: 80px;
	color: #663300;
}

#top-news tr {
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

#top-news tr.r1 {
	background-image: url(../images/top_line01.gif);
}

#top-news tr.r2 {
	background-image: url(../images/top_line02.gif);
}

#rss {
	text-align: right;
	margin-right: 30px;
	padding: 10px 0;
}


#rss a {
	background-image: url(../images/rss_gakuin.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 38px;
}
.top-news-head {
	padding: 10px 0;
}

.top-news-title {
	float: left;
	width: 300px;
}

.top-news-rss {
	float: left;
	width: 200px;
	text-align: right;
}

.top-news-rss img {
	vertical-align: middle;
}

.top-news-rss a.gaku {
	background-image: url(../images/rss_gakuin.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 38px;
}

.top-news-rss a {
	color: #6e1743;
}

