@charset "shift_jis";
/* ------------------------------------------------
	import (base + setup + clear)
------------------------------------------------ */

@import "base.css";
@import "base_setup.css";
@import "base_clear.css";

/* ------------------------------------------------
	for 学校動画・写真
------------------------------------------------ */
body.body_movie {
	background: url(../img/movie_back.gif) repeat-x;
}
#container {
	width:725px;
	margin: 0 auto;
}
#header {
}

#wrap {
	width:725px;
	margin: 24px auto;
}

h1.school_name {
	margin-bottom:24px;
	font-weight:normal;
	color:#402f0d;
	display:block;
}

h1.school_name img {
	margin-bottom:3px;
}



.close {
	text-align:center;
	margin: 10px auto;
}

.photograph {
	width:470px;
	float:left;
}
.photograph ul {
}
.photograph li {
	margin: 0 0px 33px 0;
	width:228px;
	float:left;
}
.photograph img {
	border: solid 1px #bfbfbf;
	padding:5px;
}
.photograph a:hover img {
	border-color:#999;
	background-color:#eee;
}
.photograph li p {
	padding: 10px 20px 0 0;
	margin:0;
}



.movies {
	width:255px;
	float:right;
}
.movie {
	margin-bottom:10px;
}




