@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"; /*サイトの基本レイアウト*/


/* report
----------------------------------------------------------------------------- */
#globalnavi .navi01 a:hover{
background-position: 0px -43px;
}

h2{
clear:both;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image:url(../img/title_kaiha.jpg);
	width:948px;
	height:122px;
	text-indent:-9999px;
	}
#contents .wrap {
	width: 851px;
	margin-left:20px;
	margin-top:20px;
}
#contents h3 {
background-image:url(../img/midashi02.jpg);
width:851px;
	background-repeat: no-repeat;
	height: 33px;
	margin: 0px;
	padding: 8px 0px 10px 25px;
}




dl#news {
	color: #666666;
	margin:0px;
	padding:0px;
}
#news dt {
	float: left;
	width: 140px;
	clear: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 2px;
	margin-left:20px;
}


#news dd {
	clear: right;
	background-image: url(../img/icon_allow_orange.jpg);
	background-repeat: no-repeat;
	background-position: 130px 18px;
	padding-left: 15px;
	border-bottom: 1px dotted #666;
	width: 770px;
	padding-bottom: 12px;
	padding-top: 12px;
		margin-left:20px;
}

*html body #news dd {
	background-position: 0px 18px;
	width: 620px;

}
*+html #news dd {
	background-position: 0px 18px;
	width: 620px;
}
*html #news dt {
	border-bottom: 1px dotted #333;
	width:120px;
}
*+html #news dt {
	border-bottom: 1px dotted #333;
}


#contents .honbun em{
font-style:italic;
}

#contents .honbun div {
clear:both;
}
