@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/

/* top
----------------------------------------------------------------------------- */
#contents h2.main{
	background-image: url(../topics/img/main.jpg);
	margin-bottom:-10px;
}

#rightnavi .navi01 {
	background-color: #e0e0e0;
}
#rightnavi li a {
	background-image: url(../img/navi/icon_navi_orange.gif);
}
#contents h3 {
	background-image: url(../topics/img/h3_oshirase.gif);
	background-repeat: no-repeat;
	height: 28px;
	text-indent: -9999px;
	margin-top:30px;
}

#contents h3.education {
	background-image: url(../topics/img/h3_education.gif);
}

#contents h3.culture{
	background-image: url(../topics/img/h3_culture.gif);
}

#contents h3.sports{
	background-image: url(../topics/img/h3_sports.gif);
}

#contents h4 {
	font-size: 152%;
	margin-top:30px;
}


#contents p {
	padding-bottom: 15px;
	padding-top: 10px;
}

#contents .detail{
line-height:150%;
}

#contents .detail a{
color:#0066CC;
}

#contents .detail a:hover{
color:#00CCFF;
}

img.alignleft {
	margin: 0 15px 10px 0;
}

img.alignright {
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#news dd.list_education{
	background-image: url(../img/navi/icon_navi_blue.gif);
}

#news dd.list_culture{
	background-image: url(../img/navi/icon_navi_yellow.gif);
}

#news dd.list_sports{
	background-image: url(../img/navi/icon_navi_magenta.gif);
}



#contents .detail ol li {
	list-style-type: decimal;
	margin-left:30px;
}

#contents .detail ul li {
background-image:url(../img/list.gif);
padding-left:15px;
background-repeat:no-repeat;
background-position:left 10px;
margin-left:20px;
}

#contents .detail h2{
background-image:none;
text-indent:0px;
height:auto;
}

