@charset "UTF-8";
/* CSS Document */

#box{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#box_top {
	background-image: url(../img/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
#box_bottom {
	background-image: url(../img/content_bg_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
#box_content h2 {
	background-image: url(../img/gallery_h2.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 940px;
	text-indent: -9999px;
	margin-bottom: 20px;
	font-size: 160%;
}

#box_bottom li {
	padding-left: 10px;
}
#box_content {
	background-image: url(../img/content_bg_center.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#cont_box {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.cont_top {
	background-image: url(../img/cont_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 940px;
	padding-top: 30px;
}
.cont_bottom {
	width: 940px;
	background-image: url(../img/cont_bg_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.cont_center h3 {
	font-size: 160%;
	padding-bottom: 20px;
}

.cont_bottom li {

}

.cont_center {
	background-image: url(../img/cont_bg_center.png);
	background-repeat: repeat-y;
	width: 860px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	overflow: hidden;
	
}
.pankuzu {
	background-image: url(../img/content_bg_center.png);
	background-repeat: repeat;
	background-position: center top;
	padding-left: 30px;
}



h3 {

	font-family:"Times New Roman", Times, serif;

	clear: both;

}

.float_left{
	float: left;
}

#stage ul li {
	float: left;
}
#stage ul li.left_p {
	padding-left: 25px;
}
#stage ul li.bottom {
	padding-bottom: 25px;
}

#stage p {
	clear: both;
}
