@charset "utf-8";
/* CSS Document */

body {
	/* layout */
	padding:0;
	margin:0;
	background-color:#ffd79d;
	/* font */
	color:#666;
	letter-spacing:0.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
div {
	float:left;
}
ul, li, p{
	float:left;
	padding:0;
	margin:0;
}
h1, h2 {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;
}
a img{
	border:none;
}
/* 全体 */
#wrapper {
	margin:0 auto;
	width: 832px;
	background-image:url(../img/bg_line2.gif);
	background-repeat:repeat-y;
	display:block;
	float:none;
}
#wrapper2 {
	width: 832px;
	min-height:640px;
	background-image:url(../img/bg.jpg);
	background-position:4px top;
	background-repeat:no-repeat;
	float:none;
}
/* ヘッダー */
#header {
	width:100%;
	height:190px;
}
#header h1{
	width:160px;
	height:160px;
	padding:16px 50px;
}
#header h1 a{
	width:160px;
	height:160px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	display:block;
}
#header p{
	/* layout */
	width: 530px;
	height: 182px;
	padding:8px 10px 0;
	background-image:url(../img/top_main.jpg);
	background-position:10px 28px;
	background-repeat:no-repeat;
	float:left;
	/* font */
	font-size:70%;
	*font-size:9px;
	color:#390;
	text-indent:10px;
	letter-spacing:0px;
	white-space:nowrap;
}

/* メニュー */
ul#menu {
	width:240px;
	height:290px;
	padding:0 18px 0 8px;
	background-image:url(../img/menu_bg.gif);
	background-position:14px 0;
	background-repeat:no-repeat;
}
ul#menu li{
	width:240px;
	height:20px;
	margin-bottom:14px;
	/*border: 1px solid #ccc;*/
	list-style:none;
	text-indent:-9999px;
}
ul#menu li a{
	width:240px;
	height:20px;
	display:block;
}
/* 現在のページをアクティブに */
ul#menu li.list1_o{
	height:42px;
	margin-bottom:2px;
}
ul#menu li.list1_o a{
	height:42px;
	margin-bottom:2px;
	background-image:url(../img/menu01_o.gif);
	background-position:6px 0;
	background-repeat:no-repeat;
}
ul#menu li.movie{
	width:185px;
	padding:0 27px;
	height:130px;
}
ul#menu li.movie a{
	width:185px;
	height:130px;
	background-image:url(../img/top_movie.jpg);
	background-repeat:no-repeat;
}
/* 学校説明会・体験入学、プラン */
#c_top {
	width:520px;
	padding:10px;
}
/* 学校説明会・体験入学 */
#c_top #school{
	width:260px;
}
#c_top #school h2{
	width:260px;
	background-image:url(../img/top_stitle1.gif);
	background-repeat:no-repeat;
}
#c_top #school p.capu{
	font-size:75%;
	padding:10px 10px 0;
	line-height:150%;
}
#c_top #school p.btn{
	padding-left:10px;
	margin-top: 20px;
}
/* プラン */
#c_top #plan{
	width:260px;
}
#c_top #plan h2{
	width:260px;
	background-image:url(../img/top_stitle2.gif);
	background-repeat:no-repeat;
}
#c_top #plan p{
	margin-top: 10px;
}
/* お問合せ */
#c_bottom {
	width:520px;
	padding:0 10px;
	border-top: 1px solid #ccc;
}
#c_bottom h2{
	width:520px;
	background-image:url(../img/top_stitle3.gif);
	background-repeat:no-repeat;
}
#c_bottom p{
	width:250px;
}
#c_bottom p.capu{
	font-size:75%;
	padding-top:10px;
	padding-left:10px;
	line-height:150%;
}
#c_bottom #contact{
}
/* フッター */
#footer {
	margin:0 auto;
	width: 832px;
	height:50px;
	font-size:65%;
	*font-size:9px;
	padding-top:20px;
	background-image:url(../img/bg_footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ffd79d;
	float:none;
	clear:both;
}
#footer ul {
	padding-left:270px;
	list-style:none;
}
#footer li {
	letter-spacing:0;
	padding:0 8px;
	text-decoration:none;
	border-right: 1px solid #999;
	white-space:nowrap;
}
#footer li.last {
	padding:0 8px;
	text-decoration:none;
	border-right:none;
}
#footer li a {
	color:#666;
	text-decoration:none;
}
#footer p {
	padding:10px 0;
	padding-left:275px;
}
.clear {
	clear:both;
}