html{
	background:url('../images/common/bg_body_page.png') repeat-x;
}
#page_title{
	display:none;
}
#main{
	width:960px;
	padding:10px 0 0px 0;
	margin:0 auto 20px;
	border-bottom:3px double #34bfa6;
}
#side{
	width:230px;
	float:left;
}
#side1{
	padding:10px 0 10px 10px;
	background:#cde4bd;
	list-style:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	margin:0 0 20px 0;
}
#side1 li{
	margin:0 0 5px 0;
}
#side h3{
	margin:0 0 20px 0;
}
#contents{
	width:710px;
	float:right;
	line-height:1.5em;
}
.justifyright{
	float:right;
	margin:0 10px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
}
.justifyleft{
	float:left;
	margin:0 20px 20px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
}
#contents section{
	margin:0 0 40px 0;
}
#contents section h3{
	margin:0 0 20px 0;
	color:#4f8300;
	font-size:20px;
}
.photo_comment{
	list-style:none;
}
.photo_comment li{
	width:220px;
	float:left;
	margin:0 8px;
	padding:9px 0 0 0px;
	font-size:12px;
	background:url('../images/common/bg_photo.png') no-repeat;
}
.photo_comment li img{
	margin:0 0 15px 7px;
}
#side2{
	padding:10px 0 10px 10px;
	background:#a9dad1;
	list-style:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	margin:0 0 20px 0;
}
#side2 li{
	margin:0 0 5px 0;
}
.photo_comment2{
	list-style:none;
}
.photo_comment2 li{
	width:220px;
	float:left;
	margin:0 8px;
	padding:9px 0 0 0px;
	font-size:12px;
	background:url('../images/common/bg_photo2.png') no-repeat;
}
.photo_comment2 li img{
	margin:0 0 15px 7px;
}
#side_works{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
#side_works li{
	width:100px;
	height:100px;
	flex:none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow:hidden;
}
#side_works li img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}