@charset "UTF-8";

/*
--------------------------------------------------
Detail Style
--------------------------------------------------
	1.H3
	2.List
	3.H4
	4.Inquiry_form
	5.Strong
	6.Bigimage
	7.Detail_info
	8.Map
	9.Caution
	10.Research
	11.H4
	12.Flash
	13.P
	14.Ul
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/detail_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 40px;
	margin-bottom: 10px;
}
#body h3 strong {
	display: none;
	font-size: 1.5em;
	margin-bottom: 20px;
}


/* 2.List
--------------------------------------------------*/
#body .detail {
	float: left;
	width: 710px;
}


/* 3.H4
--------------------------------------------------*/
#body .detail h4 {
	float: left;
	background: url(../images/bnumber_bg.gif) 0 0 no-repeat;
	width: 140px;
	height: 70px;
	font-size: 1.4em;
	color: #ff9900;
	margin: 0 0 20px 10px;
	padding: 5px;
}


/* 4.Inquiry_form
--------------------------------------------------*/
#body .detail .inquiry_form {
	float: right;
	width: 450px;
	height: 70px;
	font-size: 1.2em;
	font-weight: 600;
	text-align: right;
	margin: 0 10px 20px 0;
}


/* 5.Strong
--------------------------------------------------*/
#body .detail strong {
	clear: both;
	display: block;
	width: 700px;
	font-size: 1.5em;
	margin: 0 0 10px 10px;
}


/* 6.Bigimage
--------------------------------------------------*/
#body .detail .bigimage {
	border: none;
	border-collapse: collapse;
	margin: 0 10px 20px 10px;
}
#body .detail table tr th {
	border: none;
	text-align: center;
	padding: 5px;
}
#body .detail table tr td {
	border: none;
	text-align: center;
	padding: 5px;
}


/* 7.Detail_info
--------------------------------------------------*/
#body .detail .detail_info {
	float: left;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 0 0 10px 10px;
}
#body .detail .detail_info tr th {
	border: solid 1px #cccccc;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding: 5px;
}
#body .detail .detail_info tr td {
	border: solid 1px #cccccc;
	font-size: 1.2em;
	text-align: left;
	padding: 5px;
}
#body .detail .detail_info dl dt {
	font-size: 1.0em;
}
#body .detail .detail_info dl dd {
	font-size: 1.0em;
}


/* 8.Map
--------------------------------------------------*/
#body .detail #map {
	float: right;
	width: 340px;
	height: 360px;
}

#body .detail #map_image {
	float: right;
	width: 340px;
	height: 360px;
}


/* 9.Caution
--------------------------------------------------*/
#body .detail .caution {
	clear: both;
	width: 710px;
	margin-bottom: 20px;
}
#body .detail .caution ul li {
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 5px;
}
#body .detail .caution .ul_a {
	margin-bottom: 20px;
	padding-left: 30px;
}
#body .detail .caution .ul_a li {
	list-style-type: disc;
}
#body .detail .caution .ul_b {
	margin-bottom: 10px;
	padding-left: 11px;
}
#body .detail .caution .ul_b li {
	list-style-type: none;
}


/* 10.Research
--------------------------------------------------*/
#body .research {
	float: right;
	width: 245px;
	padding: 0 10px;
}


/* 11.H4
--------------------------------------------------*/
#body .research h4 {
	border-bottom: solid 1px #999999;
	font-size: 1.3em;
	margin-bottom: 5px;
}


/* 12.Flash
--------------------------------------------------*/
#body .research .flash {
	border: solid 1px #cccccc;
	width: 250px;
	height: 200px;
	margin-bottom: 20px;
}


/* 13.P
--------------------------------------------------*/
#body .research p {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 5px;
}


/* 14.Ul
--------------------------------------------------*/
#body .research form dl dt {
	font-size: 1.2em;
	color: #ff6666;
	margin-bottom: 5px;
}
#body .research form dl dd {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-left: 20px;
}
#body .research form .center {
	display: block;
	margin: 0 auto;
}

