@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{
	padding-bottom: 8px;
}
#head_box{
	background: url(../img/scenery/bg001.jpg) no-repeat;
	background-position: bottom right;
	padding-right: 15px;
	padding-left: 25px;
}
#lead{
	padding: 0 20px 30px 20px;
}
#Lphoto{
	margin-bottom: 20px;
}
#thumbnail li{
	float: left;
	width: 144px;
	padding-right: 1px;
	padding-bottom: 2px;
}
#thumbnail{
	padding-bottom: 140px;
}

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