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

.b_title_line{
	height: 40px;
	width: 700px;
	background-image: url(../images/title_line.png);
}

.b_title_line h2 {
	color: #fff;
	padding-left: 30px;
	font-size: 115%;
	font-weight: bold;
	line-height: 40px;
}

.b_text_box{
	width: 640px;
	border: 1px solid #c9c9c9;
	margin: 35px auto 30px;
}

.b_text_box p{
	font-size: 85%;
	line-height: 1.7;
	padding: 30px;
}

.b_menu_botton{
	width: 700px;
	margin: 0 0 30px 30px;
}

.b_menu_botton ul li{
	float: left;
	height: 50px;
	background-color: #8C8C8C;
	width: 306px;
	margin: 0 20px 10px 0;
	display: inline;
	border-radius: 10px;
	border: 1px solid #8C8C8C;
	transition: all .1s;
}

.b_menu_botton p{
	color: #fff;
	font-weight: 600;
	font-size: 100%;
	line-height: 50px;
	padding-left: 20px;
}

.b_menu_botton ul li:hover{
	background-color: #fff;
	border: 1px solid #8C8C8C;
}

.b_menu_botton p:hover{
	color: #8C8C8C;
}

.b_menu_botton a{
	text-decoration: none;
}

.b_menu_botton h3{
	color: #CB9115;
	font-weight: bold;
	font-size: 105%;
	margin: 0 0 10px 0;
}

.b_item_box{
	width: 640px;
	height: 250px;
	margin: 0 auto 30px;
}

.b_item_image{
	height: 246px;
	width: 246px;
	border: solid 2px #c9c9c9;
	float: left;
}

.b_item_box p{
	font-size: 85%;
	line-height: 1.7;
	padding: 30px 0 0 270px;
}
	
	