@import url(../../css/common.css);
/* ====================================================== */
/* concept  */
/* ====================================================== */
body{
	background: url("../image/title.jpg") 50% 0 no-repeat;
}

h1{
	margin-bottom:35px;
	color:#cecece;
	font-size:6em;
	font-weight:normal;
	text-align:center;
}

/* -------------------------------------------------------------------------- */
/* block */
/* -------------------------------------------------------------------------- */
.block{
	overflow:hidden;
	margin-bottom:60px;
	padding-top:60px;
	width:960px;
	border-top:1px solid #bdbdbd;
	/zoom:1;
}

.block .description{
	float:left;;
	width:470px;
	margin-left:5px;
}

.block .description h2{
	margin-bottom:30px;
	font-size:3.0em;
}

.block .description h2 img{
	margin-right:5px;
	vertical-align:middle;
}

.block .description p{
	margin-bottom:30px;
	padding-left:25px;
}

.block .description .contact{
	margin-top:-20px;
	text-align:right;
}

.block .description .bikou{
	margin-top:5px;
}

.block .description h3{
	margin-bottom:8px;
	padding-left:25px;
	font-weight:bold;
}

.block .description ul{
	width:380px;
	margin-left:25px;
	padding:15px;
	background-color:#f4f4f4;
}

.block .description li{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	margin-right:13px;
	padding-left:9px;
	background:url("../image/list_mark.gif") 0 9px no-repeat;
	/zoom:1;
}

.block .description table{
	width:100%;
	margin-bottom: 10px;
	padding-left:25px;
	border-collapse:separate;
	text-align:center;
	background-color:#FFF;
}

.block .description table td,
.block .description table th{
	border:1px solid #fff;
	padding:10px 0;
	vertical-align:middle;
}

.block .description table th span{
	font-weight:normal;
}

.block .description table td{
	background-color:#f4f4f4;
}

.block .description table thead{
	background-color:#e7f7cd;
	font-weight:bold;
}
.block .description .bikou{
	width:405px;
	margin:0 0 35px 25px;
	padding:15px 20px;
	background-color:#f4f4f4;
}
.block .description .bikou span{
	font-weight:bold;
}
.block .description .bikou dl{
	overflow: hidden;
	/zoom:1;
}
.block .description .bikou dl dt{
	float: left;
	width: 130px;
}
.block .description .bikou dl dd{
	float: right;
	width: 270px;
}
.block .photo{
	float:right;
	width:423px;
	margin-right:15px;
}


/* -------------------------------------------------------------------------- */
/* contents */
/* -------------------------------------------------------------------------- */
#contents{
	padding-bottom:0;
}