@charset "utf-8";

/* init */
body, form, fieldset,p,h1,h2 {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 80%;
    line-height: 1.5em;
}
a img{
	border: none;
	}
a:link{
	color: #F63;
	}
a:visited{
	color: #F63;
	}
a:hover{
	}

/* レイアウト */
#main_wrapper{
	border-top: 4px solid #90c31f;
	margin-bottom: 20px;
}
#header{
	width: 1000px;
	margin: 0 auto;
	padding: 3px 0;
	position: relative;
	}
#main_in{
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	background-image: url(../images/pic_main.jpg);
	background-repeat: no-repeat;
}
#contents_bg{
}
#contents_wrapper{
	width: 1000px;
	margin: 0 auto 40px;
	padding: 0;
}
#contents_left,#contents_right{
	width: 485px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}
.contents_1col,.contents_2col{
	background-color: #FFFFFF;
	}
/*.pannavi{
	width: 968px;
	margin: -5px 0 20px 0;
	padding: 5px 5px 5px 25px;
	background: #f5f5f5 url(../images/ico_home.gif) no-repeat 5px center;
	border: 1px solid #d2d2d2;
}
*/
.contents_1col{
	width: 1000px;
	margin-bottom: 10px;
}
.contents_2col{
	margin-bottom: 30px;
	width: 485px;
}
#footer{
	clear: both;
	background-color: #90c31f;
	border-top: 1px solid #6f9e07;
	margin-top: 40px;
}
#footer_in{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
.gaiyou_left{
	width: 462px;
	float: left;
	}
.gaiyou_right{
	width: 462px;
	float: right;
	}


/* パーツ */
.company{
	position:absolute;
	width: 270px;
	left: 726px;
	top: 37px;
	text-align: right;
	font-size: 12px;
	}
#main_in img.nodisplay{
	display: none;
}
h1{
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
h2{
	margin: 0 0 5px 0;
	font-size: 15px;
	color: #616161;
	}

.table01{
	border-collapse: collapse;
	width: 485px;
}
.table01 td,.table01 th{
	border-top: 1px dotted #704895;
	border-bottom: 1px dotted #704895;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
	background-color: #e6f8de;
}
.table01 th{
	font-size: 15px;
	font-weight: normal;
	color: #349b01;
	padding-left: 15px;
	width: 30%;
}
.table01 .day{
	font-size: 16px;
}


.table02{
	border-collapse: collapse;
	width: 465px;
	margin-bottom: 10px;
}
.table02 td,.table02 th{
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0;
}
.table02 th{
	font-weight: normal;
	background-color: #ffdfb5;
}
.table02 td{
	background-color: #ffffff;
}


.table03{
	border-collapse: collapse;
	width: 485px;
	margin: 5px 0 20px 0;
}
.table03 td,.table03 th{
	border: 1px solid #c1b3cf;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.table03 th{
	font-weight: normal;
	background-color: #e6f8de;
}
.table03 td{
	background-color: #ffffff;
}

.table04{
	border-collapse: collapse;
	width: 485px;
	margin-bottom: 10px;
}
.table04 td,.table04 th{
	border: 1px solid #aeaeae;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 30px;
}
.table04 th{
	font-weight: normal;
	background-color: #dad9d9;
}
.table04 td{
	background-color: #ffffff;
}


.box01{
	width: 465px;
	border: 1px solid #d2d2d2;
	background-color: #ffffe8;
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
}
.seminar{
	margin-bottom: 5px;
	font-size: 14px;
	}
.txt01{
	border-bottom: 1px dotted #999999;
	padding: 10px 0 8px 35px;
	margin-bottom: 13px;
	font-size: 90%;
	line-height: 1.3em;
}
.txt02{
	padding-left: 15px;
	}
.entry{
	background-color: #bbd677;
	padding: 15px;
	}
	
.gmap{
	border: 1px solid #CCC;
	margin-top: 10px;
	}
.bigmap{
	text-align: right;
	font-size: 85%;
	}

.box_dl1,.box_dl2{
}
.box_dl1 a,.box_dl2 a{
	display: block;
	width: 299px;
	height: 52px;
	padding: 55px 0 0 186px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl1 a:link,.box_dl2 a:link,.box_dl1 a:visited,.box_dl2 a:visited,.box_dl1 a:hover,.box_dl2 a:hover{
	color: #333333;
	text-decoration: none;
}
.box_dl1 a{
	background-image: url(../images/btn_dl_off.jpg);
	background-repeat: no-repeat;
}
/*.box_dl2 a{
	background-image: url(../images/btn_dl2_off.jpg);
	background-repeat: no-repeat;
}
*/
.box_dl1 a:hover{
	background-image: url(../images/btn_dl_on.jpg);
	background-repeat: no-repeat;
}
/*.box_dl2 a:hover{
	background-image: url(../images/btn_dl2_on.jpg);
	background-repeat: no-repeat;
}
*/


.logo1{
	width: 146px;
	height: 42px;
	position: absolute;
	top: 25px;
	left: 1px;
	}
.logo2{
	width: 141px;
	height: 32px;
	position: absolute;
	left: 175px;
	top: 32px;
	}
.cr{
	width: 500px;
	position: absolute;
	left: 493px;
	top: 64px;
	text-align: right;
	font-size: 10px;
	color: #fff;
	}
.totop{
	width: 92px;
	height: 29px;
	position: absolute;
	left: 908px;
	top: -24px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.ma_top5{
	margin-top: 5px;
}
.maT20{
	margin-top:20px;
	}
.maT50{
	margin-top: 50px;
	}
.maB20{
	margin-bottom: 20px;
}
.maB10{
	margin-bottom: 10px;
	}
.pa_btm10{
	padding-bottom: 10px;
}
.maB18{
	margin-bottom: 18px;
	}
.maB25{
	margin-bottom: 25px;
	}



/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.txt_green{
	background-color: #DAF2E3;
	}
.txt_orange{
	background-color: #F4E2D4;
	}
	
	
/*その他 */
.clear{
	clear: both;
	}
	
	
