@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	background-image:url(../image/bgimage.jpg);
}

h1,h2,h3 {
	margin:0px;
	padding:0px;
}

p {
	margin-top:0px;
	margin-bottom:0px;
}

#wrapper{
	margin:0px auto;
	/*	padding:20px 20px 0px 20px;*/
	width:950px;
	background-color:#fff;
}

#container{
	width:850px;
	margin:20px auto;
}

#header{
	width:850px;
	height:45px;
	background-color:#010101;
	font-size:12px;
	vertical-align:middle;
}

#header img{
	vertical-align:middle;
}
#header a{
	color:#FFF;
	text-decoration:none
}
#header a.hover{
	background-color:#999;
}

h1{
	font-size:0.6em;
	color:#666;
	margin-bottom:5px;
	padding-top:20px;
	}

.leftpadding480 {
	padding-left:480px;
}

.leftpadding130{
	padding-left:130px;
}

.leftpadding20 {
	padding-left:20px;
}


#main_img {
	background-image:url(../image/main_img.jpg);
	width:850px;
	height:380px;
}

#main_img a {
	display:block;
	width:402px;
	height:59px;
	color:#000;
	font-size:16px;
	text-indent:-9999px;
	overflow:hidden;
	line-height:59px;
	background-image:url(../image/apply_button.jpg);
	background-position:left top;
	background-color:#F00;
	position:absolute;
	left:40%;
	top:360px;
}

#main_img a:hover {
	background-position:left bottom;
	background-color:#F30;
}

.apply {
	text-align:center;
	height:80px;
	margin:10px auto;
}

.apply_1{
	position:absolute;
	top:370px;
	left:600px;
}

.apply_2{
	height:100px;
}

.apply_2 a {
	/*margin-left:224px;*/
	margin-top:10px;
	margin-bottom:50px;
	display:block;
	color:#000;
	font-size:16px;
	text-indent:-9999px;
	overflow:hidden;
	line-height:59px;
	width:402px;
	height:59px;
	background-image:url(../image/apply_button.jpg);
	background-position:left top;
	background-color:#F00;
	position:absolute;
	left:33%;
}

.apply_2 a:hover {
	background-position:left bottom;
	background-color:#F30;
}

#sub_left{
	clear:both;
	width:450px;
	padding-bottom:20px;
	float:left;
	}
	
.sub_left{
	clear:both;
	width:450px;
	padding-bottom:20px;
	float:left;
	}

	
table.applyform{
	margin:30px auto;
	width:650px;
}

.applyform td{
	padding:10px 10px;
	width:23%;
	text-align:right;

}

.applyform td.input{
	width:77%;
	text-align:left;
}

.applyform td.input_confirm{
	width:77%;
	text-align:left;
	border-top: #ccc 1px dotted;
	padding:10px:
}

.applyform td.input_confirm_last{
	width:77%;
	text-align:left;
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
	padding:10px:
}

#sub_right{
	width:400px;
	float:right;
}
.sub_right{
	width:400px;
	float:right;
}


#sub{
	clear:both;
	padding-left:10px;
}

#footer{
	width:850px;
	font-size:12px;
	color:#fff;
	background-color:#333;
	padding-top:1em;
	padding-bottom:1em;
	text-align:center;
	margin-top:10px;
}

.red{
	color:#f03;
}

.wt_text{
	color:#FFF;
}

.small_font {
	font-size:0.8em;
}

.smaller_font {
	font-size:0.9em;
}

.bigger_font {
	font-size:1.2em;
}

p.h1contents{
	margin:0px;
	padding:20px 50px 0px 50px;
	font-size:0.9em;
	line-height:1.5em;
}


p.h2contents{
	margin:0px;
	padding-left:70px;
	padding-bottom:30px;
	font-size:0.9em;
	line-height:2em;
}

.totop{
	text-align:right;
}

.totop a{
	color:#666;
	font-size:14px;
}

.totop a:hover{
	color:#069;
}

ul.contact{
	margin-top:0px;
	margin-left:75px;
	list-style-type: none;
	line-height:1.8em;
	font-size:0.9em;
}

ul.option{
	margin-top:0px;
	margin-left:20px;
	list-style-type:square;
	line-height:1.5em;
	font-size:0.9em;
}

strong.normal{
	font-weight:normal;
}
.bold{
	font-weight:bold;
}

table.schedule{
	width:400px;
	border-top: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
	border-left:  1px #999 dotted; 
	border-right: none;
	margin-left:20px;
	margin-bottom:10px;
	}
	
table.schedule tr.bg_green{
	background-color:#D3E7AB;
}
table.schedule tr.bg_pink{
	background-color:#FCF;
}
table.schedule tr.bg_blue{
	background-color:#CACCF9;
}
table.schedule tr.bg_yellow{
	background-color:#FFFF97;
}

table.schedule th,td{
	border-right: 1px #999 dotted;
	text-align: center;
	vertical-align: top;
	font-size:0.9em;
}

#sub_right p{
	margin-left:20px;
	margin-right:10px;
	line-height:2em;
}

.button1{
	background-color:#FFF;
	border:none;
	
}

a.privacy:link, a.privacy:visited{
	color:#FFF;
	text-decoration:none;
}
a.privacy: hover,a.privacy: active{
	color:#FFF;
	text-decoration:underline;
}

ul.privacy{
	margin-left:50px;
	margin-right:20px;
}

ul.privacy li{
	line-height:1.5em;
	padding-bottom:10px;
	font-size:0.9em;
}
p.thanks{
	font-size:0.9em;
	color:#333;
	line-height:2em;
	margin:10px 40px;
}

.instructor_column {
	width:370px;
	height: 160px;
	background-color:#FFF;
	padding: 20px;
	float:left;
	margin-bottom: 15px;
	margin-right: 15px;
	font-size:smaller;
	}
	
.instructor_midashi {
	font-weight:bold;
	color: #000;
	background-color: #FFF;
	height: 25px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.float-right{
	float:right;
	}
	
.f-clear{clear:both;}










	




