@import url("clearfix.css");
@import url("reset.css");
@import url("reset_font.css");

body,td,th {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	font-size:12px;
}
a:link {
	color: #3366FF;
}
a:visited {
	color: #9966FF;
}
a:hover {
	color: #6699FF;
}
a:active {
	color: #FF0000;
}
img{
    border:none;
	margin:0px;
	padding:0px;
}

.bg{
    width:auto;
    margin:auto;
	padding:0px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#0E052E;
}
.shadow{
    width:920px;
	margin:0px auto;
	padding:0px;
}
/* container-------------------------------------------------*/

.container{
    width:920px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
    overflow:hidden;
	clear:both;
}

/* header-------------------------------------------------*/
.header{
    margin:0px;
	padding:0px;
	overflow:hidden;
}
.line{
    clear:both;
    width:920px;
	height:5px;
    margin:0px;
	padding:0px;
	background-image:url(../img/line.gif);
	background-repeat:repeat-x;
	background-position:left;
}

h1{
    font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 0px 10px;
}
h2{
    margin:0px;
	padding:0px;
}
.title_box{
    height:40px;
    margin:15px 0px 15px 0px;
	padding:0px;
	overflow:hidden;
}

.title_left{
    float:left;
    width:400px;
    margin:0px;
	padding:0px 0px 0px 70px;
}

.title_right{
    float:left;
    margin:0px;
	padding:0px;
}

ul.m_menu{
    clear:both;
    margin:0px 0px 0px 85px;
	padding:0px;
}
ul.m_menu li{
    margin:20px 15px 0px 0px;
	padding:0px;
    float:left;
}
ul.menu {
	width:830px;
    margin:0px;
	padding:0px 0px 0px 50px;
}

ul.menu li{
    margin:0px;
	padding:0px;
    float:left;
}

.menu{
	width:920px;
    height:30px;
    margin:0px;
	padding:0px;
	overflow:hidden;
	clear:both;
}
/* contents-------------------------------------------------*/

.contents{
    margin:0px;
	padding:0px;
	clear:both;
    /* overflow:hidden; */
}

.box_left{
    width:750px;
    margin:0px;
	padding:0px 0px 0px 50px;
}



.title_about{
clear:both;
    margin:0px 0px 20px 0px;
	padding:20px 10px 10px 20px;
	border:1px solid #CCCCCC;
}

p.text{
    margin:0px 0px 15px 0px;
	padding:0px;
	line-height:20px;
}

table.side_menu_01{
    width:225px;
    margin:0px;
	padding:0px;
	border:solid 1px #CCCCCC;
}

table.side_menu_01 th{
    margin:0px;
	padding:7px 0px 5px 5px;
	border-bottom:dashed 1px #CCCCCC;
}

table.side_menu_01 tr{
    height:30px;
    margin:0px;
	padding:0px;
}

table.side_menu_01 td{
    margin:0px;
	padding:10px 0px 10px 5px;
}

table.side_menu_02{
    width:225px;
    margin:0px;
	padding:0px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}

table.side_menu_02 th{
    margin:0px;
	padding:7px 0px 5px 5px;
	border-bottom:dashed 1px #CCCCCC;
}

table.side_menu_02 tr{
    height:30px;
    margin:0px;
	padding:0px;
}

table.side_menu_02 td{
    margin:0px;
	padding:10px 0px 10px 5px;
}

table.side_menu_03{
    width:225px;
    margin:0px;
	padding:0px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}

table.side_menu_03 th{
    margin:0px;
	padding:7px 0px 5px 5px;
	border-bottom:dashed 1px #CCCCCC;
}

table.side_menu_03 tr{
    height:30px;
    margin:0px;
	padding:0px;
}

table.side_menu_03 td{
    margin:0px;
	padding:5px 0px 5px 5px;
}

/* topics-------------------------------------------------*/

.index-info{
    margin:0px 0px 5px 0px;
	padding:0px;
	border:1px solid;
}
.text_area{
    width:100%;
	height:120px;
    margin:0px;
	padding:0px;
	overflow:scroll;
}
.text_area table{
    width:500px;
    margin:5px 0px 0px 20px;
	padding:0px;
}
.text_area tr{
    margin:0px;
	padding:0px;
}
.text_area th{
    width:80px;
    margin:0px;
	padding:0px 0px 0px 25px;
	background-image:url(../img/point_01.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dashed #CCCCCC;
	letter-spacing:2px;
	font-weight:normal;
}
.text_area td{
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	border-bottom:1px dashed #CCCCCC;
	letter-spacing:1px;
}

/* footer-------------------------------------------------*/

.footer{
    height:50px;
    clear:both;
    margin:0px;
	padding:35px 0px 0px 0px;
	background-color:#171D3F;
}
.footer p{
    margin:0px;
	padding:0px 0px 0px 340px;
	color:#CCCCCC;
}

/* program.html-------------------------------------------------*/
h3{
    margin:0px;
	padding:0px;
}
dl.program{
    margin:0px; 
	padding:5px 0px 20px 0px;
}
dl.program dt{
    margin:0px; 
	padding:0px 0px 5px 0px;
	letter-spacing:1px;
}
dl.program dd{
    margin:0px; 
	padding:0px 0px 5px 125px;
	letter-spacing:1px;
	line-height:20px;
}

.title_schedule{
    margin:0px 0px 15px 0px;
	padding:0px 0px 20px 0px;
	border:1px solid #9F9F9F;
	clear:both;
	overflow:hidden;
	width:600px;
}

.title_schedule img{
    margin:0px 0px 0px 20px;
	padding:0px;
}
p.title{
    margin:10px 0px 10px 15px;
	padding:0px 0px 0px 15px;
	font-size:14px;
	font-weight:bold;
	background-image:url(../img/icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	letter-spacing:1px;
}
p.day{
    margin:10px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	letter-spacing:1px;
}
.sche_l{
    width:135px;
    margin:0px;
	padding:0px 0px 0px 30px;
	float:left;
}
.sche{
    margin:0px;
	padding:0px 30px 0px 30px;
}
.sche_photo{
    margin:20px 0px 0px 20px;
	padding:0px;
}
.title_schedule table{
    width:400px;
    margin:0px;
	padding:0px;
	border:1px solid #999999;
}
.title_schedule tr{
    margin:0px;
	padding:0px;
	border:1px solid #999999;
}
.title_schedule th{
    margin:0px;
	padding:10px 0px 5px 20px;
	border-right:1px dashed #999999;
	border-bottom:1px solid #999999;
	line-height:20px;
	letter-spacing:1px;
}
.title_schedule td{
    margin:0px;
	padding:0px 0px 0px 20px;
	border-bottom:1px solid #999999;
	line-height:20px;
	letter-spacing:1px;
}
.title_schedule dl{
    margin:0px;
	padding:0px;
}

.title_schedule dt{
    margin:0px;
	padding:5px 0px 3px 10px;
	background-color:#F0F0F0;
}

.title_schedule dd{
    margin:10px 10px 10px 5px;
	padding:0px;
	line-height:20px;
}
p.page_top{
    margin:0px 0px 10px 0px;
	padding:0px;
}
/* joinus.html-------------------------------------------------*/
dl.condition{
    margin:10px 0px 0px 0px;
	padding:0px;
}
dl.condition dt{
    margin:0px;
	padding:0px 0px 0px 10px;
}
dl.condition dd{
    margin:0px 0px 0px 20px;
	padding:0px 0px 0px 20px;
	background-image:url(../img/point_02.gif);
	background-repeat:no-repeat;
	background-position:left;
}
table.attention{
    margin:10px 40px 0px 20px;
	padding:0px;
	border:1px solid #EC5F13;
}
table.attention tr{
    margin:0px;
	padding:0px;
}
table.attention th{
    margin:0px;
	padding:5px 0px 5px 10px;
	color:#EC5F13;
	border-bottom:1px dotted #EC5F13;
	background-color:#FDEED2;
	letter-spacing:1px;
}
table.attention td{
    margin:0px;
	padding:3px 0px 0px 10px;
	letter-spacing:1px;
}
.title_charge{
    margin:0px 0px 20px 0px;
	padding:0px;
}
table.charge{
    width:650px;
    margin:0px 0px 0px 30px;
	padding:0px;
	border:1px solid #EC5F13;
}
table.charge tr{
    margin:0px;
	padding:0px;
}
table.charge th{
    margin:0px;
	padding:5px 10px 5px 10px;
	color:#EC5F13;
	border-bottom:1px solid #EC5F13;
	border-right:1px solid #EC5F13;
	background-color:#FDEED2;
	letter-spacing:1px;
}
table.charge td{
    margin:0px;
	padding:3px 10px 0px 10px;
	border-bottom:1px solid #EC5F13;
	letter-spacing:1px;
}
p.text_charge{
    margin:0px 0px 0px 20px;
	padding:0px;
	font-size:10px;
}
img.button{
    margin:20px 0px 0px 20px;
	padding:0px;
}
/* subscription.html-------------------------------------------------*/
.check{
    margin:10px 0px 0px 30px;
	padding:0px;
}
p.text_subscription{
    margin:5px 0px 5px 0px;
	padding:0px;
	letter-spacing:1px;
	line-height:25px;
}
p.text_attention{
    margin:10px 0px 0px 0px;
	padding:0px;
	font-size:10px;
}
.box{
    margin:10px 0px 20px 40px;
	padding:0px;
}
.title_condition_l{
    width:827px;
    margin:0px 0px 20px 0px;
	padding:0px;
	border:1px solid #CCCCCC;
}
p.text_confirm{
    margin:5px 0px 5px 10px;
	padding:0px;
	letter-spacing:1px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
}


/* inquiry.html-------------------------------------------------*/
table.inquirybox{
    width:500px;
    margin:0px 0px 20px 150px;
	padding:0px 0px 0px 0px;
	border:1px solid #EC5F13;
}
table.inquirybox tr{
    margin:0px;
	padding:0px;
}
table.inquirybox th{
    margin:0px;
	padding:10px 10px 10px 10px;
	color:#EC5F13;
	border-bottom:1px solid #EC5F13;
	border-right:1px solid #EC5F13;
	background-color:#FDEED2;
	letter-spacing:1px;
}
table.inquirybox td{
    margin:0px;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #EC5F13;
	letter-spacing:1px;
}
p.text_inquiry{
    margin:10px 0px 10px 20px;
	padding:0px;
	letter-spacing:1px;	
}


.guidance{
margin:0px 0px 20px 0px;
padding:0;
}

.guidance table{
    margin:10px 40px 20px 20px;
	padding:0px;
	border:1px solid #EC5F13;
}
.guidance tr{
    margin:0px;
	padding:0px;
}
.guidance th{
    margin:0px;
	padding:5px 10px 5px 10px;
	color:#EC5F13;
	border-bottom:1px solid #EC5F13;
	border-right:1px solid #EC5F13;
	background-color:#FDEED2;
	letter-spacing:1px;
	line-height:20px;
}
.guidance td{
    margin:0px;
	padding:10px;
	border-bottom:1px solid #EC5F13;
	letter-spacing:1px;
}