@charset "utf-8";
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p
{
    margin-top: 0;
    margin-bottom: 0;
}
object
{
border: none;
margin-bottom: 0px;
vertical-align: bottom;
}
img
{
border: none;
margin-bottom: 0px;
vertical-align: bottom;
}
img, div { behavior: url(js/iepngfix.htc) }
/* link styles
-----------------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #7BA93F;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #7BA93F;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #BB3640;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* base layout
-----------------------------------------*/
#top{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	text-align: center;
}
#top h1{
	font-size: 12px;
	font-weight: normal;
	line-height: 2.5em;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#header{
	width: 910px;
	padding-right: 25px;
	padding-left: 25px;
	height: 225px;
	padding-top: 25px;
	background-image: url(image2/main_photo.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #E6E6E6;
}
.menu{
	/*width: 260px;*/
	list-style: none;
	/*zoom: 1;*/
}

.menu li{
	/*height: 45px;*/
	width: 260px;
	position: relative;
	display: block;
	text-indent:-9999px;

}
.menu li a{
	height: 45px;
	width: 260px;
	display: block;
}
.menu li.home a{
	background-image: url(image2/menu_home.jpg);
	background-repeat: no-repeat;
}

.menu li.home a:hover{
	background-image: url(image2/menu_home_hover.jpg);
	background-repeat: no-repeat;
}
.menu li.schedule a{
	background-image: url(image2/menu_schedule.jpg);
	background-repeat: no-repeat;
}
.menu li.schedule a:hover{
	background-image: url(image2/menu_schedule_hover.jpg);
	background-repeat: no-repeat;
}
.menu li.profile a{
	background-image: url(image2/menu_profile.jpg);
	background-repeat: no-repeat;
}
.menu li.profile a:hover{
	background-image: url(image2/menu_profile_hover.jpg);
	background-repeat: no-repeat;
}
.menu li.contact a{
	background-image: url(image2/menu_contact.jpg);
	background-repeat: no-repeat;
}
.menu li.contact a:hover{
	background-image: url(image2/menu_contact_hover.jpg);
	background-repeat: no-repeat;
}
.menu li .sub {
	position:absolute;
	top:0;
	left:260px;
	background-image:none;
	width:150px;
	/*height:25px;*/
}
.menu li .sub a{
	background-image: none;
	text-indent: 0;
	width:150px;
	height:25px;
	background-color: #FFFFFF;
	line-height: 200%;
	border-bottom: 1px solid #7BA93F;
	padding-left: 8px;
	/*opacity ie*/
	filter:alpha(opacity=80);
	/*opacity for mozila safari*/
	-moz-opacity:0.80;
	opacity:0.80;
	font-weight: bold;
}
.menu li .sub a:hover{
	background-image: none;
	text-indent: 0;
	width:150px;
	background-color: #FFFFFF;
}
#contents{
	width: 910px;
	padding-right: 25px;
	padding-left: 25px;
}
#main{
	float: left;
	width: 615px;
}
#side{
	float: right;
	width: 250px;
}
#footer{
	background-color: #999;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding: 10px 25px;
}
#footerLeft{
	float: left;
	width: 500px;
}
.fNav01{
	float: left;
	width: 120px;
}
#footer a{
	color: #FFFFFF;
}
#footer a:hover{
	color: #BB3640;
}

#footerRight{
	float: right;
	width: 400px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}


/* top layout
-----------------------------------------*/
.bannerArea{
	width: 615px;
}
#bannerHonkou{
	float: left;
	width: 290px;
	position: relative;
	padding: 5px;
	border: 1px solid #999;
	background-image: url(image/honkou.jpg);
	background-repeat: no-repeat;
	/*height: 100px;*/
}
#bannerMinatomirai{
	float: right;
	width: 290px;
	position: relative;
	padding: 5px;
	border: 1px solid #999;
	background-image: url(image/minatomirai.jpg);
	background-repeat: no-repeat;
	/*height: 100px;*/
}
#bannerHiratsuka{
	float: left;
	width: 290px;
	position: relative;
	padding: 5px;
	border: 1px solid #999;
	background-image: url(image/hiratsuka.jpg);
	background-repeat: no-repeat;
	/*height: 100px;*/
}
#bannerShinjuku{
	float: right;
	width: 290px;
	position: relative;
	padding: 5px;
	border: 1px solid #999;
	background-image: url(image/shinjuku.jpg);
	background-repeat: no-repeat;
	/*height: 100px;*/
}
#bannerKashinoha{
	float: left;
	width: 290px;
	position: relative;
	padding: 5px;
	border: 1px solid #999;
	background-image: url(image/kashinoha.jpg);
	background-repeat: no-repeat;
	/*height: 100px;*/
}
#bannerOguchi{
	float: right;
	width: 290px;
	position: relative;
	padding: 5px;
	border: 1px solid #999;
	background-image: url(image/oguchi.jpg);
	background-repeat: no-repeat;
	/*height: 100px;*/
}
.bannerRight{
	float: right;
	width: 170px;
}
.bannerLeft{
	float: left;
	width: 110px;
	position:absolute;
	text-align: center;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	border: 1px solid #999;
}
.titleRed{
	text-align: center;
	font-size: 14px;
	background-color: #BB3640;
	color: #FFF;
}
.titleGreen{
	text-align: center;
	font-size: 14px;
	background-color: #7BA93F;
	color: #FFF;
}
#newsArea{
	width:615px;
	/*height:180px;*/
}
#news {
	width: 610px;
	/*height: 150px;*/
	margin-top: 10px;
	overflow: auto;

}
#news dt {
	float: left;
	width: 110px;
	display: block;
	margin-bottom: 15px;
	color: #7BA93F;
}
#news dd {
	float: left;
	width: 495px;
	display: block;
	margin-bottom: 15px;
}


/* l2 layout
-----------------------------------------*/
ul#sideNav{
	list-style: none;
	width: 250px;
}
ul#sideNav li{
	border-left: 5px solid #999;
	border-top: 1px solid #999;
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #E6E6E6;
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
li.onlink{
	color: #696969;
}
h2.schoolRed{
	text-align: center;
	background-color: #BB3640;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2.schoolGreen{
	text-align: center;
	background-color: #7BA93F;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
table#schedule{
	border-collapse: collapse;
	width: 100%;
}
table#schedule th{
	font-weight: normal;
	color: #FFF;
	background-color: #BB3640;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
table#schedule td{
	text-align: center;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-top: 2px;
	padding-bottom: 2px;

}
table#schedule tr.gray{
	background-color: #E6E6E6;
}
table#schedule tr.red{
	background-color: #E3ACB0;
	color: #333333;
}
#mainLeft{
	float: left;
	width: 300px;
}
#mainRight{
	float: right;
	width: 300px;
}
table#Accsess{
	border-collapse: collapse;
	width: 100%;
}
table#Accsess th{
	font-weight: normal;
	padding-bottom: 5px;
	width: auto;
	vertical-align: top;
}
table#Accsess td{
	padding-bottom: 5px;
}
#map{
	width: 300px;
	height: 300px;
	border: 1px solid #BB3640;
}
table#contact{
	border-collapse: collapse;
	width: 100%;
}
table#contact th{
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	padding-right: 8px;
}
table#contact td{
	padding-bottom: 5px;
	padding-top: 5px;
}
.m-photo{
	float: left;
	padding-right: 8px;
	padding-bottom: 5px;
}

/* txt 
-----------------------------------------*/

.green{
	color: #7BA93F;
}
.red{
	color: #BB3640;
}
.clear {
    clear:both;
}
