@charset "Shift_JIS";

/*全体の設定*/
body,texterea,table {
	margin:0px auto;
	padding:0;
	text-align:center;
	color:#5C4033;
	font-size:12px;
	scrollbar-face-color:ffffff;
scrollbar-highlight-color:ffffff;
scrollbar-shadow-color:ffffff;
scrollbar-3dlight-color:ffffff;
scrollbar-arrow-color:#5C4033;
scrollbar-track-color:ffffff;
scrollbar-darkshadow-color:ffffff;
	}
td{line-height:150%;}
	
textarea{
	font-size:12px;
	border-style: solid;
	border-color: #ffffff;
	color: #5C4033;
	background-color: #ffffff;
	border-width: 1px;
	width:370px;}	

a:link {
	color: #6B8E23;
	text-decoration: none;
}
a:visited{
	color: #6B8E23;
	text-decoration: none;
}
a:hover{
	color: #FF8C00;
	text-decoration: none;
}
a:active {
	color: #FF8C00;
	text-decoration: none;
}


/* 全体幅 */
div#content {
	margin: 0px auto;
	width: 800px;
	text-align: center;
}
/* 外枠の影 */
div#stage {
	width: 800px;
	margin: 0px auto;
	background-color: #FFF8DC;
}

h1{
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:2px 5px;
	background-color: #6B8E23;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #FFF8DC;
	font-weight:-1;
	text-align: left;
}

/*ヘッダー*/
div#header{
	width: 800px;
	margin: 0px auto;
	background-color: #FFF8DC;
}
 
/*メニュー*/	
div#menu {
    width:800px;
	margin: 0px;
	padding: 0px;
	background-color:#FFF8DC;
}




/*メイン*/
div#main{
    margin: 0px;
	padding: 0px;
	width: 800px;
	background-color:#FFF8DC;}
	
div#left{
    margin: 0px auto;
	padding-top:10px;
	width: 550px;
	float:left;
	text-align: center;
	background-color:#FFF8DC;}

div#right{
    margin: 0px auto;
	padding-top:10px;
	width: 250px;
	float:right;
	text-align: center;
	background-color:#FFF8DC;}
	
/* テストコース表 */
table.pattern1{
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-right:1px solid #663300;
	width:500px;
}

table.pattern1 th.day{
	border-bottom:1px solid #663300;
	border-right:1px dotted #663300;
	background:#FFFFCC;
	padding:5px;
	width:33%;
}

table.pattern1 th.time{
	border-bottom:1px solid #663300;
	border-right:1px dotted #663300;
	background:#FFFFCC;
	padding:5px;
	width:33%;
}

table.pattern1 th.class{
	border-bottom:1px solid #663300;
	background:#FFFFCC;
	padding:5px;
	width:34%;
}

table.pattern1 td.day{
	border-bottom:1px solid #663300;
	border-right:1px dotted #663300;
	padding:5px;
	background:#FFFFFF;
}

table.pattern1 td.time{
	border-bottom:1px solid #663300;
	border-right:1px dotted #663300;
	padding:5px;
	background:#FFFFFF;
	text-align:left;
}

table.pattern1 td.class{
	border-bottom:1px solid #663300;
	background:#FFFFFF;
}



/* フッター*/
div.accnt{
	margin:5px 0px;
	}

/* フッター*/
div#footer {
	clear: both;
	margin:0;
	padding:3px;
	width: 800px;
	background-color:#FFF8DC;
	text-align: center;
	border-top:1px solid #5C4033;
	}

/*著作権表示※削除不可*/
div#cherish {
	margin: 2px auto;
	width: 780px;
	text-align: right;
	color:#FFCC00;
	font-size:10px;
}

hr{
	height: 1px;
	color: #5C4033;
	border: dotted;
}