@charset "euc-jp";
/* CSS Document */
/*レフトサブナビゲーションのリスト*/
#contents li a{
	color:#fb858a;
	text-decoration:none;
}
#contents li a:visited{
	color:#fb858a;
	text-decoration:none;
}
#contents li a:hover{
	color:#fdb6b9;
	text-decoration:none;
}
#contents li{
	list-style:none;
	background:url(../../img/lnavbg.gif) no-repeat;
	background-position:2px 5px;
	text-indent:1.5em;
	font-size:110%;
	margin-bottom:5px;
}

/*レフトサブナビゲーションのボックス*/
.ln{
	position:absolute;
	top:0;
	left:-270px;
}
.lnav{
	min-height:150px;
 }
/*ヘッダーイメージ画像*/
.hdimgbg{
	background:url(../../img/002_bg.gif) no-repeat;
	height:158px;
	width:980px;
	margin:0 auto;
}