@charset "utf-8";

/* トップページ */

#top-contents {
	border-top: solid 1px #99b6d9;
}

#toppage {
	background-image: url(../images/top_main.jpg);
	background-repeat: no-repeat;
	height: 469px;
}

#top-menu {
	float: left;
	width: 510px;
}

#top-menu ul {
	margin: 50px;
}

#top-menu li {
	list-style: none;
	margin-bottom: 13px;
}

#top-flash {
	float: left;
	width: 310px;
	position: relative;
	top: 75px;
}

#top-main {
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-y;
	width: 900px;
}

#top-news {
	float: left;
	width: 583px;
}

#top-news-inner {
	margin: 0 37px 0 25px;
	padding: 0 0 10px 20px;
}

#top-ba {
	float: left;
	width: 317px;
	padding: 0 0 10px 0;
}

#top-ba p {
	padding-bottom: 5px;
}

#top-ba01 {
	background-image: url(../images/top_ba_bg1.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin-bottom: 20px;
}

#top-ba01 a {
	color: #333333;
}


#top-ba01 p {
	padding: 10px 12px 10px 12px;
}

#top-ba01 h1 {
	padding: 0 35px 10px 12px;
}

#top-ba02 {
	padding-bottom: 20px;
}

#top-ba-gakuinhou {
	padding-bottom: 20px;
}

#top-ba-smile {
	padding-bottom: 20px;
}

#top-news-inner table {
	width: 500px;
}

#top-news-inner th, td {
	padding: 10px 5px 15px 5px;;
	vertical-align: top;
}

#top-news-inner td, #top-news-inner td a {
	color: #333333;
}

#top-news-inner th {
	width: 80px;
	color: #5688b5;
}

#top-news-inner tr {
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

#top-news-inner tr.r1 {
	background-image: url(../images/top_line01.gif);
}

#top-news-inner tr.r2 {
	background-image: url(../images/top_line02.gif);
}

#rss {
	text-align: right;
}


#rss a {
	background-image: url(../images/rss_you.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 38px;
	color: #5988b5;
}


