@charset "UTF-8";
/* CSS Document */
@import url(../../common/css/reset.css);
@import url(../../common/css/base.css);
@import url(../common/css/sidebar.css);
h1{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h2{
	margin-bottom: 5px;
	clear: both;
}
#head_box{
	padding-right: 15px;
	padding-left: 27px;
	margin-bottom: 20px;
}
#head_box p{
	margin-bottom: 30px;
	margin-left: 15px;
}
h2{
	margin-bottom: 10px;
}
h3{
	margin-bottom: 10px;
	clear: both;
}
#head_box a{
	color: #86A4E3;
}
#head_box a:hover{
	text-decoration: none;
}
#photo_box{
	background-image: url(../img/others/bg001.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	height: 290px;
}


#photo_box p , #photo_box2 p{
	width: 280px;
}
.left{
	float: left;
	width: 433px;
}
.left2{
	float: left;
	width: 382px;
	margin-right: 20px;
}
#photo_list li{
	float: left;
	padding-left: 30px;
}
.img_box{
	background: url(../img/index/bg002.jpg) no-repeat;
	background-position: 150px 55px;
	padding-bottom: 40px;
}
/* clearfix
---------------------------------------------------- */
#menu:after , img_box:after , .outer:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#menu , img_box , .outer{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #menu , * html img_box, * html .outer{
	height: 1%;
}
#menu , img_box , .outer{
	display: block;
}
/* End hide from IE-mac */
