@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"; /*サイトの基本レイアウト*/








/* 共通
----------------------------------------------------------------------------- */

#globalnavi .navi01 a,#cms_globalnavi .navi01 a{
	background-position: 0px -40px;
}
#contents .fix a{
	color: #06C;
	text-decoration: underline;
}
#contents .fix a:hover{
	text-decoration: none;
}


#contents .btn{
margin-top:-50px;
margin-bottom:80px;
}

#contents .btn li{
text-indent:-9999px;
background-repeat:no-repeat;
margin-bottom:1px;
margin-right:5px;
margin-left:auto;
float:right;
height:27px;
width:110px;
}

#contents .btn li a{
display:block;
height:27px;
width:110px;
margin-right:5px;
}	
	
#contents .btn li.btn01{
background-image: url(../news/img/btn01.gif);
}


#contents .btn li.btn01 a:hover{
background-image: url(../news/img/btn01_on.gif);
}




/* index.php
----------------------------------------------------------------------------- */

#contents .fix dt {
	float: left;
	width: 90px;
	padding-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom:10px;
	clear: left;
	height:20px;
}
#contents .fix dd {
	background-image: url(../img/icon_allow_l.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 10px 0px 10px 15px;
	background-position: 0px 9px;
	border-bottom: 1px dotted #CCCCCC;
	width: 560px;
		height:20px;
}
#contents .fix img {
	padding: 0px 0px 4px 10px;
}
#contents .fix dl {
	padding-bottom: 35px;
	margin-bottom:20px;
}



#contents .fix p {
line-height:180%;
margin-bottom:20px;
}

#contents .fix h5{
font-size:115%;
color:#006600;
margin-bottom:10px;
}
