/*すべてのhtmlに共通*/
body{
text-align: center;
margin: 0px;
padding: 0px;
background-color: #fefffc;
}


/*コンテナ領域*/
#container{
text-align: center;
margin: 0px 0px;
padding: 0px;
width: 800px;
background-color: #fefffc;
}


/*トップ*/
/*トップ領域(div id="top")*/
#top{
height: 260px;
margin: 0px;
padding: 10px;
background: url('../img/topbanner.jpg') repeat-y;
}
#top p.above {
margin: 0px;
padding: 0px 20px 0px 20px;
color: #fefffc;
font-size: 20px;
font-family: "ＭＳ　明朝", Palace Script MT;
text-align: left;
}
#top h1{/*クレスト美杉台*/
margin: 0px;
padding: 140px 0px 10px 0px;
font-size: 40px;
font-family: "HGP明朝E", Monotype Corsiva;
text-align: center;
color: #fefffc;
}
#top p{
margin: 0px;
padding: 0px 20px 0px 20px;
color: #fefffc;
font-size: 12px;
font-family: "ＭＳ　明朝", Monotype Corsiva;
text-align: center;
}
/*トップリンク*/
#top a:link {
	color: #fefffc;
	text-decoration: none;
}
#top a:visited {
	color: #fefffc;
	text-decoration: none;
}
#top a:hover {/*マウスカーソルが上に来た時のリンク*/
color: #fefffc; /*リンクの色*/
position: relative;
top: 1.5px; /*下に動く大きさ*/
left: 1.5px; /*右に動く大きさ*/
}

/*トップメニュー領域(div id="topmenu")*/
#topmenu{/*上部メニュー部分*/
	width: 800px;
	height: 40px;
	}
#topmenu a{
	display: block;            
	height: 40px;
	color: #fefffc;
	font-size: 15px;
    font-family: "ＭＳ　ゴシック" verdana;
    text-align: center;
	text-decoration: none;
	padding-top: 2px;					/*上の余白*/
	}
#topmenu ul{
	margin: 0px;						/*初期値リセット*/
	padding: 0px;						/*初期値リセット*/
	}
	
#one{
	width: 160px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url('../img/2.jpg') no-repeat;	/*背景*/
	list-style-type: none;
	}
#one a:hover{
	background: url('../img/2-h.jpg') no-repeat;	/*背景*/
	text-decoration: none;
	}
	
#two{
	width:160px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url('../img/3.jpg') no-repeat;	/*背景*/
	list-style-type: none;
	}
#two a:hover{
	 background: url('../img/3-h.jpg') no-repeat;/*背景*/
	 text-decoration: none;
	 }
#three{
	width:160px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url('../img/4.jpg') no-repeat;	/*背景*/
	list-style-type: none;
	}
#three a:hover{
	 background: url('../img/4-h.jpg') no-repeat;/*背景*/
	 text-decoration: none;
	 }
#four{
	width:160px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url('../img/5.jpg') no-repeat;	/*背景*/
	list-style-type: none;
	}
#four a:hover{
	 background: url('../img/5-h.jpg') no-repeat;/*背景*/
	 text-decoration: none;
	 }
#five{
	width:160px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url('../img/6.jpg') no-repeat;	/*背景*/
	list-style-type: none;
	}
#five a:hover{
	 background: url('../img/6-h.jpg') no-repeat;/*背景*/
	 text-decoration: none;
	 }

/*ページボディー＝センターとライトを囲む領域*/
#pagebody{ 
margin: 0px;
padding: 0px;
width: 100%;
background: url('../img/pagebodybackground.jpg') repeat-y;
}

/*センター領域*/
#center{
width: 510px;
float: left;
margin: 20px 0px 20px 50px;
padding: 10px 10px 10px 20px;
background-color: transparent;
}
/*センターコンテンツ*/
#center h2{/*インデックスページセンターの見出し*/
margin: 30px 0px 20px 0px;
padding: 5px 5px 2px 15px;
font-size: 25px;
font-family: "ＭＳ　ゴシック" verdana;
font-weight: lighter;
color: #fefffc;
text-align: left;
background: url('../img/centerbanner.jpg') center;
/*background-color: #e6e8e3;
border-bottom: #66705c 1px solid;
border-left: #005500 15px solid;*/
clear: both;
}
#center p.belowh2 {/*キャンペーン告知*/
width: 400px;
height: 150px;
margin: -10px 0px 0px -10px;
padding: 10px;
background: url('../img/bellgoldribbons.jpg') no-repeat bottom right;
color: #f3460c;
font-size: 18px;
font-family: "ＭＳ　ゴシック" , verdana;
font-weight: bolder;
text-align: left;
clear: both;
}

#center h3{/*インデックスページセンターの小見出し*/
margin: 20px 0px 10px 15px;
padding: 5px 5px 5px 15px;
color: #003300;
background: url('../img/whiteran.jpg') center;
background-color: #fefffc;
border-right: #cbccca solid 1px;
border-bottom: #cbccca solid 1px;
font-size: 18px;
font-family: "ＭＳ　ゴシック" , verdana;
font-weight: heavier;
text-align: left;
clear: both;
}
#center p.belowh3 {/*インデックスページセンターの小見出しの下*/
margin: 0px;
padding: 5px 5px 5px 25px;
color: #33471e;
font-size: 15px;
font-family: "ＭＳ　ゴシック", verdana;
text-align: left;
}

#center h4{
margin: 15px 0px 10px 25px;
padding: 2px 1px 1px 10px;
color: #003300;
background: url('../img/titleh5.gif') no-repeat;
font-size: 12px;
font-family: "ＭＳ　ゴシック" , verdana;
font-weight: lighter;
text-align: left;
clear: both;
}
#center p.belowh4 {
margin: 0px;
padding: 5px 5px 5px 25px;
color: #33471e;
font-family: "ＭＳ　ゴシック", verdana;
font-size: 12px;
line-height: 18px;
text-align: left;
}
/*オレンジボックス*/
#center div.orangebox {
width: 440px;
margin: 10px 10px 10px 30px;
padding: 15px;
background-color: #ff8000;
border-top: #ff9933 2px solid;
border-right: #f37f0c 2px solid;
border-bottom: #f37f0c 2px solid;
border-left: #ff9933 2px solid;
color: #fefffc;
font-family: "ＭＳ　ゴシック", verdana;
font-size: 12px;
text-align: left;
float: left;
}
/*オレンジボックスのタイトル*/
#center div.orangebox .title {
margin: 10px 10px 20px 10px;
padding: 5px;
background-color: #fefffc;
color: #ff8000;
font-family: "ＭＳ　ゴシック", verdana;
font-size: 15px;
font-weight: bolder;
text-align: center;
}
/*オレンジボックスの注意書き*/
#center div.orangebox .note {
margin: 10px 10px 10px 10px;
padding: 5px;
background-color: transparent;
color: #fefffc;
font-family: "ＭＳ　ゴシック", verdana;
font-size: 9px;
text-align: right;
}

/*コースページのコース概要ボックス*/
#center div.course {
margin: 10px 5px 10px 25px;
padding: 5px;
background-color: #eeeeee;
border-top: #ededed 2px solid;
border-right: #efefef 2px solid;
border-bottom: #efefef 2px solid;
border-left: #ededed 2px solid;
color: #33471e;
font-family: "ＭＳ　ゴシック", verdana;
font-size: 12px;
line-height: 18px;
text-align: left;
clear: both;
}
/*コースページのリンクバナー*/
#center div.silverbanner {
width: 88px;
height: 31px;
margin: 10px 0px 10px 30px;
padding: 8px;
background: url('../img/silverbanner.gif');
color: #fefffc;
font-family: "ＭＳ　ゴシック", verdana;
font-size: 12px;
text-align: center;
float: left;
}

#center p{
margin: 0px 0px 1em 0px;
padding: 0px;
font-size: 12px;
font-family: "ＭＳ　ゴシック" , verdana;
width: 95%;
color: #33471e;
text-align: left;
}

/*画像回り込み*/
.floatleft{
float: left;
border: none;
margin: 0px 0px 0px 20px;
padding: 10px;
}
.floatright{
float: right;
border: none;
margin: 0px 10px 0px 0px;
padding: 10px;
}


/*ライト領域(div id="right")*/
#right{
width: 180px;
float: right;
margin: 20px 50px 0px 0px;
padding: 0px;
}

/*ボトム領域(div id="bottom")*/
#bottom{
height: 50px;
text-align: center;
width: 100%;
clear: both;
margin: 0px 0px 0px 0px;
padding: 5px 0px;
background-image: url('../img/topbanner.jpg');
background-repeat: no-repeat;
background-color: #005500;
}
/*ボトムコンテンツ*/
#bottom p{
margin: 0px;
padding: 40px 0px 0px 0px;
font-size: 12px;
font-family: "ＭＳ　Pゴシック" verdana;
text-align: center;
color: #fefffc;
}

hr {
color: #009900; /* 線の色(IE用)*/
background-color: #009900; /* 線の色(NN用)*/
height: 1px; /* 線の太さ */
border: 0px; /* 枠の太さ */
width: 95%;
filter: Alpha(opacity=100, finishopacity=0, style=3); /* フィルタ */
}

/*リンク*/
a:link {
	color: #005500;
	text-decoration: none;
}
a:visited {
	color: #f37f0c;
	text-decoration: none;
}
a:hover {/* マウスカーソルが上に来た時のリンク */
color: #80f30c; /* リンクの色 */
position: relative;
top: 1.5px; /*下に動く大きさ*/
left: 1.5px; /*右に動く大きさ */
}

/*インラインフレームライト(iframe id="iframeright")*/
#iframeright {
width: 180px;
height: 800px;
scrolling: no;
margin: 0px;
padding: 0px
}

/*インラインフレームセンタートップ(iframe id="iframecentertop")*/
#iframecentertop {
width: 460px;
height: 150px;
scrolling: auto;
margin: 20px 0px 20px 0px;
padding: 0px;
}