@charset "utf-8";

@import "style.css";

/* Contents
--------------------------------------------------*/

#content h2 {
	width: 575px;
	height: 32px;
	background: url(../img/h2.jpg) no-repeat left top;
}

#content #navigation li.kokai a {
	height: 36px;
	background: url(../img/navigation.gif) no-repeat -10px -32px;
}

.introduction_detail {
	display: block;
	width: 100%;
	float: left;
	margin-top:4px;
}

.introduction_detail .detail_top {
	width: 100%;
}

.introduction_detail .detail_bottom {
	width: 100%;
}

.introduction_detail_name {
	display: block;
	width: 395px;
	background: url(../img/h3.gif) no-repeat left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
}

.introduction_detail_bottom {
	display: block;
	width: 523px;
	float: left;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

.introduction_detail_bottoms {
	display: block;
	width: 523px;
	float: left;
	padding: 10px 10px 0 10px;;
}

.introduction_detail_bottom .detail_left {
	width: 50%;
	float: left;
}

.introduction_detail_bottoms .detail_lefts {
	width: 100%;
	float: left;
}

.introduction_detail_bottom .detail_left dl {
	font-size: 100%;
}

.introduction_detail_bottoms .detail_lefts dl {
	font-size: 100%;
}

.introduction_detail_bottom .detail_left dt {
	display: block;
	width: 61px;
	height: 29px;
	padding: 0;
	text-indent: -9999px;
}

.introduction_detail_bottoms .detail_lefts dt {
	display: block;
	width: 86px;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	margin-bottom:10px;
}

.introduction_detail_bottom .detail_left dt.data01 {
	background: transparent url(../detail/icon/icon01.gif) no-repeat left 5px;
}

.introduction_detail_bottom .detail_left dt.data02 {
	background: transparent url(../detail/icon/icon02.gif) no-repeat left 5px;
}

.introduction_detail_bottom .detail_left dt.data03 {
	background: transparent url(../detail/icon/icon03.gif) no-repeat left 5px;
}

.introduction_detail_bottoms .detail_lefts dt.data04 {
	background: transparent url(../detail/icon/icon04.gif) no-repeat left 5px;
}

.introduction_detail_bottom .detail_left dt.data05 {
	background: transparent url(../detail/icon/icon05.gif) no-repeat left 5px;
}

.introduction_detail_bottoms .detail_lefts dt.data06 {
	background: transparent url(../detail/icon/icon10.gif) no-repeat left 5px;
}
.introduction_detail_bottoms .detail_lefts dt.data12 {
background: transparent url(../detail/icon/icon12.gif) no-repeat left 5px;
}

.introduction_detail_bottom .detail_left dd {
	display: block;
	padding: 0;
	margin: -25px 0 0px 68px;
}

.introduction_detail_bottoms .detail_lefts dd {
	display: block;
	padding: 0;
	margin: -40px 0 10px 100px;
}

.introduction_detail_bottom .detail_right {
	width: 50%;
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
}

.introduction_detail_bottom .detail_right ul {
	background: transparent url(../detail/icon/icon06.gif) no-repeat left top;
	padding: 20px 0 0 20px;
	margin: 0 0 0 0;
}

.introduction_detail_bottom .detail_right li {
}

.detail_var {
	float:left;
}

