@charset "utf-8";

/*
    main_contents内
*/
#main_box{
	position: relative;
	width: 720px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	background: rgba(255,255,255,0.8);
	padding: 20px; 
}
#main_box p{
	text-indent: 1em;
}

.photo_div0 {
	margin: 10px auto;
	width: 710px;
	height: 240px;
}

.photo_div {
	margin: 10px auto;
	width: 710px;
	height: 480px;
}

.photo_div2 {
	margin: 10px auto;
	width: 710px;
	height: 720px;
}

.photo_div3 {
	margin: 10px auto;
	width: 710px;
	height: 950px;
}

.photo_div10 {
	margin: 10px auto;
	width: 710px;
	height: 1189px;
}

.photo_box{
	float: left;
	margin: 2px;
	width: 351px;
	height: 232px;
}

.photo_box img{
	display: block;
	width: 350px;
	height: 231px;
	margin: 5px auto;
}