@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"; /*サイトの基本レイアウト*/








/* 共通
----------------------------------------------------------------------------- */

#contents .fix a{
	color: #06C;
	text-decoration: underline;
}
#contents .fix a:hover{
	text-decoration: none;
}







/* index.php
----------------------------------------------------------------------------- */



#contents .fix dd{
	background-image: url(../img/icon_allow_l.gif);
	background-repeat: no-repeat;
	padding: 8px 0px 8px 25px;
	background-position: 0px center;
	border-bottom: 1px dotted #CCCCCC;
	margin-right:20px;
	font-size:100%;
	margin-left:30px;
}
#contents .fix dl{
margin-bottom:20px;
}
#contents .fix dd a{
text-decoration:none;
}
#contents .fix img  {
	padding: 0px 0px 0px 5px;
}


#contents .fix dt{
	font-size: 110%;
	color: #666666;
	margin-bottom: 18px;
	padding-bottom: 5px;
	margin-top: 30px;
	clear: both;
	background-image:url(../img/allow_sitemap.gif);
	background-position:5px 3px;
	padding-left:30px;
	background-repeat:no-repeat;
	font-weight:bold;
	
}



	
#contents .fix dt.none{
background-image:none;
}

#contents .fix p {
line-height:180%;
margin-bottom:20px;
}

