@charset "utf-8";
/* CSS Document */

/*top******************************************************/
#bukkenInfo{margin-bottom:25px;}
#bukkenInfo .blockDiv{
	overflow:hidden;
	border-bottom:1px #999 dotted;
	padding-bottom:12px;
	margin-bottom:12px;
	clear:both;
}
* html #bukkenInfo .blockDiv{zoom:1;}
#bukkenInfo .ps{
	width:90px;
	float:left;
}
#bukkenInfo .txt{
	width:560px;
	float:right;
}
#bukkenInfo .txt h3{
	font-size:115%;
	line-height:1.7;
	margin-bottom:3px;
}
#bukkenInfo .txt p,#bukkenInfo .txt dl dt,#bukkenInfo .txt dl dd{line-height:1.7;}
#bukkenInfo .txt dl{
	overflow:hidden;
	margin-top:5px;
}
* html #bukkenInfo .txt dl{zoom:1;}
#bukkenInfo .txt dl dt{
	float:left;
	clear:both;
	width:auto;
	margin-right:3px;
}

#information{
	clear:both;
	position:relative;
}
#information ul{
	position:absolute;
	top:13px;
	right:13px;
}
#information ul li a{
	background:url(../common_img/mark01.gif) no-repeat left center;
	padding-left:20px;
}
#information dl{
	overflow:hidden;
}
* html #information dl{zoom:1;}
#information dl dt,#information dl dd{line-height:1.7;}
#information dl dt{
	float:left;
	clear:both;
	width:7.5em;
	background:url(../common_img/mark01.gif) no-repeat 7px 3px;
	padding-left:27px;
}
#information dl dd{
	border-bottom:1px #999 dotted;
	padding:0 0 7px 11em;
	margin-bottom:7px;
}