@charset "utf-8";
#image {
	background-image: url(image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
	background-color: #514132;
}
#image div {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#image div h1 {
	padding-top: 450px;
}
#contents01 {
	background-image: url(../css-img/main_green_bg.jpg);
	background-repeat: repeat-x;


}
#contents01 div {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents01 div h2 {


}
#contents02 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}



ul.photoclick {
	margin-top: 30px;
	margin-left: auto;
	width: 720px;
	margin-right: auto;
	padding-left: 30px;
}
ul.photoclick li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
ul.photoclick li a img {
	box-shadow: 0px 0px 5px #aaa;
}
ul.photoclick li a:hover img {
	box-shadow: 5px 5px 5px #aaa;
}
