@charset "UTF-8";
/* CSS Document */

@import url(../../common/css/reset.css);
@import url(../../common/css/base.css);
@import url(../common/css/sidebar.css);

#sidebar{
	width: 201px;
	float: left;
}

#bt1{
	margin-left: 253px;
	margin-bottom: 23px;
}
#r_navi{
	margin-bottom: 80px;
}
#bunner li{
	margin-bottom: 5px;
}
#head_box{
	background-image: url(../img/index/bg001.jpg);
	width: 630px;
	height: 683px;
}
h1{
	padding-left: 10px;
	margin-bottom: 32px;
	padding-top: 10px;
}
h2{
	margin-bottom: 20px;
	margin-top: 30px;
}
h3{
	margin-bottom: 15px;
}
#img1{
	margin-left: 12px;
}
#lead{
	color: #404040;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 120%;
}
.inner_box{
	padding-left: 20px;
}
.inner_box p{
	margin-bottom: 20px;
}
#img2{
	padding-left: 10px;
	margin-bottom: 15px;
}
#bt1{
	text-align: right;
	margin-right: 10px;
}

.ex{
	margin-top: 15px;
}
.tb1{
	width: 610px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.tb2{
	width: 610px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.tb1 td , .tb2 td{
	padding: 8px 15px;
}
.item1{
	background-color: #282828;
	width: 155px;
	text-align: center;
	vertical-align: top;
}
.item1 p{
	margin-bottom: 40px;
}
.item2{
	background-color: #3E3E3E;
}
.item2 p{
	margin-bottom: 10px;
}
.item2 dd p{
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin-top: 3px;
}
.bo{
	border-bottom: 2px solid #ffffff;
}
.tb1 dl{
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	padding: 5px;
}
.tb1 dt{
	width: 140px;
	float: left;
	text-align:center;
	font-weight: bold;
}
.tb1 dd{
	float: left;
	width: 240px;
	font-size: 11px;
}
.tb1 dl.edge{
	border: 1px dotted #fff;
}
.tb2 dl{
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	padding: 5px;
}
.tb2 dt{
	width: 130px;
	float: left;
	text-align:center;
	font-weight: bold;
}
.tb2 dd{
	float: left;
	width: 250px;
	font-size: 11px;
}
.tb2 dl.edge{
	border: 1px dotted #fff;
}

/* clearfix
---------------------------------------------------- */
.tb1 dl:after , .tb2 dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.tb1 dl , .tb2 dl{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .tb1 dl , * html .tb2 dl{
	height: 1%;
}
.tb1 dl , .tb2 dl{
	display: block;
}
/* End hide from IE-mac */
