
@import "/library/default.css";

body {
	background-color:#660000;
	background-image:url(../image/bg.gif);
	background-position: center top;
	background-repeat:repeat-y;
}


#bgwrap {
	width:950px;
	text-align:left;
	margin:0 auto;
}
#wrapper {
	width:930px;
	margin:10px;
	display: inline-block;
}

.contents h1 {
	margin:0 0 10px 0;
	font-size:16px;
	padding:10px 8px 8px 10px;
	background-color:#db2c89;
	color:#ffffff;
}

.contents h2 {
	margin:0;
	padding:0;
	font-size:36px;
	color:#53b3b3;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.contents h3 {
	margin:0 0 10px 0;
	font-size:14px;
	padding:8px 8px 6px 10px;
	font-size:16px;
	color:#808aa8;
	border-bottom:1px solid #808aa8;
}


.photo {
	margin-bottom:20px;
}
.photo ul {
	margin:0 0 0 0;
	padding:0px;
}

.photo ul li {
	width:225px;
	float:left;
	text-align: center;
	list-style-type: none;
	display:block;
	background-color:#f1f1f1;
	margin:0 0 2px 2px;
	position: relative
}

.mida {
	font-weight: bold;
}


#foot {
	width:930px;
}