/*

*/

body {
	#background-color: #F6F6F6;
	//background-color: #EEF6EE;
	
	color: #4F4F4F;
	font-family: "Lucida Grande","Verdana","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size: 30px;
	line-height: 1.8;
	#min-width: 1000px;
	position: relative;
	width: 100%;
	#width:640px;
}
ol,ul {
	list-style: outside none none;
}
a{
	text-decoration: none;
	//color:#FF9966;
	color:#99AA33;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

h1{
	font-size:24px;
	color:#FF9966;
}

h2{
	font-size:24px;
	color:#FF9966;
}

h3{
	margin-top:20px;
	font-size:16px;
	color:#333333;
}

.wd{
	color:#6699FF;
}
.hd{
	color:#FF6666;
}
.student{
	color:#33CC66;
}

/*

*/

#header {
	background-color: #FFFFFF;
	width: 100%;
	#height:80px;
	//position:absolute;
}
#header_inner{
	padding:10px;
	padding-left:30px;
}

#sp_content{
	background-image: url('../img/bg/bg13.jpg');
	background-size:180%;
	
	width:640;
	text-align:left;
}

#reserve{
	width:80%;
	margin:60px auto;
}
#section_reserve{
	padding:20px;
	margin:5px;
	background-color:#FFFFFF;
	#color:#FFFFFF;
	opacity:0.8;
	text-align:center;
}
#tel{
	font-size:50px;
	text-align:center;
}
#tel a{
	color:#FF9966;
}



#menu{
	width:80%;
	margin:60px auto;
    font-size:26px;
}
dt.section_menu{
	text-align:center;
	padding:30px;
	margin:5px;
	background-color:#FFFFFF;
	opacity:0.8;
    font-size:46px;
	
}
dd.section_menu_child{
	margin:10px 50px 50px 40px;
	padding:20px;
	display:none;
	background-color:#FFFFFF;
	opacity:0.8;
    font-size:30px;
}
dt.section_menu span.arrow{
	position: relative;
	display: block;
    font-size:30px;
}
dt.section_menu span.arrow::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:4px solid #99AA33;
	border-right:4px solid #99AA33;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-7px;
}


#navi{
	width:80%;
	margin:60px auto;
}
div.section_navi{
	text-align:center;
	padding:20px;
	margin:5px;
	background-color:#3F3A39;
	opacity:0.8;
}
div.section_navi a.arrow{
	position: relative;
	display: block;
}
div.section_navi a.arrow::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:4px solid #99AA33;
	border-right:4px solid #99AA33;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-7px;
}


#footer{
	margin-top:1px;
	background-color:#3F3A39;
	
	opacity:0.8;
}
#foot_inner{
	padding-top:50px;
	margin:0 auto;
	width:1000px;
	height:200px;
}
#footer_menu{
	text-align:center;
	margin:0 auto;
	width:1000px;
}
#footer_menu ul{
}
#footer_menu ul li{
	float: left;
	position: relative;
	text-align:center;
	font-size:14px;
}
#footer_menu ul li a{
	outline: medium none;
	color:#AAAAAA;
	margin:20px;
}

#footer_line{
	margin:0 auto;
	width:400px;
	margin-top:100px;
	border-top: 1px solid #999999;
}

#copyright{
	text-align:center;
	font-size:14px;
	color:#999999;
	padding:20px;
}




