﻿@charset "utf-8";





/*--------------------------------------------*/

/* link                                       */

/*--------------------------------------------*/





a:link {

	color:#3366FF;

}

a:visited{

	color:#3366FF;

}

a:hover{

	color:#FF6600;

}

a:active{

	color:#FF6699;

}



/*--------------------------------------------*/

/* clearfix                                   */

/*--------------------------------------------*/



.clearfix:after {

	clear: both;

	content:".";

	display: block;

	height: 0;

	visibility: hidden;

}

.clearfix {

	display: block;

	min-height: 1%;

}

* html .clearfix {

	height: 1%;

}



/*--------------------------------------------*/

/* float                                      */

/*--------------------------------------------*/



.fltL {

	float: left;

}

.fltR {

	float: right;

}





/*--------------------------------------------*/

/* tool                                       */

/*--------------------------------------------*/



.clear {

	clear: both;

}



.block {

	display: block;

}



.inline {

	display: inline;

}



.nobg {

	background: none;

}



/*--------------------------------------------*/

/* img                                        */

/*--------------------------------------------*/



.imgC {

	text-align: center;

}



.imgL {

	text-align: left;

	float: right;

}

.imgR {

	text-align: right;

}



.imgL img,

.imgC img,

.imgR img {

	display: inline;

}







/*--------------------------------------------*/

/* font                                       */

/*--------------------------------------------*/



.xx-small {

	font-size: 70%;

}

.x-small {

	font-size: 78%;

}

.small {

	font-size: 85%;

}

.large {

	font-size: 115%;

}

.x-large {

	font-size: 130%;

}

.xx-large {

	font-size: 143%;

}



/*--------------------------------------------*/

/* text                                       */

/*--------------------------------------------*/



.bold {

	font-weight: bold;

}

.txtL {

	text-align: left;

}

.txtC {

	text-align: center;

}

.txtR {

	text-align: right;

}


/*--------------------------------------------*/

/* margine                                      */

/*--------------------------------------------*/



.mar-b30 {
	margin-bottom: 30px;
}



/*--------------------------------------------*/

/* BASE                                       */

/*--------------------------------------------*/



body {
	background-color: #967c5c;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "メイリオ";
	color: #333333;
	background-position: 0px 0px;
}



/*ie7*/

*:first-child+html body {

	font-size:85%;

}

	

/*ie5-6*/

* html body {

	font-size:85%;

}





/*--------------------------------------------*/

/* COMMON                                     */

/*--------------------------------------------*/


#bg_wrapper {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 8px;
}


#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #999;

}



/* header */

#header {

	width: 860px;

	height: 82px;

	display: block;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #E8F7EA;

	position: relative;

}

#header_logo{

	width: 125px;

	height: 65px;

	display: block;

	position: absolute;

	left: 25px;

	top: 10px;

}

#header_title{

	width: 610px;

	height: 31px;

	display: block;

	position: absolute;

	left: 225px;

	top: 29px;

}



/* top_header */

#top_header {

	width: 860px;

	display: block;

	text-align: center;

	position: relative;

}

#top_logo{

	width: 522px;

	height: 185px;

	display: block;

	margin-right: auto;

	margin-left: auto;

	position: relative;

	padding-top: 10px;

	padding-bottom: 10px;

}

h1{
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "trebuchet ms", trebuchet-ms, trebuchet, verdana, arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;

}



/* mainset */

#mainset {

	width:860px;

	position: relative;

	text-align: left;

}



/* menuL */

#menuL {

	text-align: left;

	width: 210px;

	float: left;

	position: relative;

}



/* main */

#main {

	width:615px;

	float: right;

	text-align: left;

	display: block;

	margin-right: 5px;

	padding: 10px;

}

#main_conte {

	text-align: left;

	display: block;

	font-size: 12px;

	line-height: 22px;

	text-decoration: none;

}



/*menubtn*/

#menuBox {

	width:210px;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "メイリオ";

	font-size: 12px;

	line-height: 14px;

	text-decoration: none;

	display: block;

	margin-top: 10px;

	border-top-width: 1px;

	border-top-style: dotted;

	border-top-color: #999999;

	}

.menuBtn0 {

	width: 210px;

	text-align: left;

	display: block;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

}

.menuBtn02 {

	width: 185px;

	text-align: left;

	display: block;

	overflow: hidden;

	background-color: #CCFF99;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

	background-image: url(../img/list_img.jpg);

	background-repeat: no-repeat;

	background-position: 10px 14px;

	padding-left: 25px;

	padding-top: 10px;

	padding-bottom: 10px;

	text-decoration: none;

	color: #009865;

	font-weight: bold;

}

.menuBtn02b a{

	width: 185px;

	text-align: left;

	display: block;

	overflow: hidden;

	background-color: #CCFF99;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

	background-image: url(../img/list_img.jpg);

	background-repeat: no-repeat;

	background-position: 10px 14px;

	padding-left: 25px;

	padding-top: 10px;

	padding-bottom: 10px;

	text-decoration: none;

	color: #009865;

	font-weight: bold;

}

.menuBtn02b a:hover{

	width: 185px;

	text-align: left;

	display: block;

	overflow: hidden;

	background-color: #CCFF99;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

	background-image: url(../img/list_img.jpg);

	background-repeat: no-repeat;

	background-position: 10px 14px;

	padding-left: 25px;

	padding-top: 10px;

	padding-bottom: 10px;

	text-decoration: none;

	color: #FF3300;

	font-weight: bold;

}

.menuBtn01 a{

	width: 185px;

	text-align: left;

	display: block;

	overflow: hidden;

	background-color: #E8F7EA;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

	background-image: url(../img/list_img.jpg);

	background-repeat: no-repeat;

	background-position: 10px 14px;

	padding-left: 25px;

	padding-top: 10px;

	padding-bottom: 10px;

	text-decoration: none;

	color: #333333;

}

.menuBtn01 a:hover{

	background-color: #C6ECCB;

	color: #FF3300;

}

.menuBtn03 a{

	width: 175px;

	text-align: left;

	display: block;

	overflow: hidden;

	background-color: #CCFF99;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

	padding-left: 35px;

	padding-top: 10px;

	padding-bottom: 10px;

	text-decoration: none;

	color: #333333;

}

.menuBtn03 a:hover{

	color: #FF3300;

}

.menuBtn04 {

	width: 175px;

	text-align: left;

	display: block;

	overflow: hidden;

	background-color: #CCFF99;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

	padding-left: 35px;

	padding-top: 10px;

	padding-bottom: 10px;

	text-decoration: none;

	color: #FF3300;

	font-weight: bold;

}





.table_program {

	table-layout: fixed;

	width: 600px;

}

.th_program1 {

	background-color:#E0E0E0;

	color:#333333;

	font-weight:bold;

	line-height:18px;

	padding: 8px;

	border: 3px solid #FFF;

}

.th_program2 {

	color:#333333;

	font-weight:bold;

	line-height:18px;

	padding: 8px;

	border: 3px solid #FFF;

}

.td_program {
	color: #000000;
	line-height: 14px;
	text-align: left;
	padding: 5px;
	background-color: #F1FCB4;
	font-size: 12px;
	border: 3px solid #FFF;

}

.td_program1 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #D7D5E3;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program2 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #FFF343;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program3 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #F9D7E6;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program4 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #FCDDC1;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program5 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #FFF7AF;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program6 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #BBD3EE;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program7 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #C8E4CB;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program8 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #E3EA94;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program9 {

	color:#000000;

	line-height:16px;

	text-align: left;

	padding: 5px;

	background-color: #FEDC5E;

	font-size: 12px;

	border: 3px solid #FFF;

}

.td_program_time {

	color:#999999;

	line-height:18px;

	text-align: left;

	padding: 2px;

	background-color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	font-style: italic;

	font-weight: bold;

	border-top-width: 3px;

	border-top-style: solid;

	border-top-color: #666;

}

.th_program_pname {
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;

}

.th_program_poqu {
	line-height: 14px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 12px;
	

}

.th_program_psbj {
	line-height: 14px;
	font-size: 12px;
	font-style: italic;
}




.td_news {

	color:#333333;

	line-height:18px;

	text-align: left;

	padding-top: 3px;

	padding-right: 3px;

	padding-bottom: 13px;

	padding-left: 3px;

	background-color: #FFF;

}

.td_info {

	color:#333333;

	line-height:18px;

	text-align: left;

	padding-top: 3px;

	padding-right: 3px;

	padding-bottom: 13px;

	padding-left: 10px;

	background-color: #FFF;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #D6D6D6;

}

.td_logo {

	color:#333333;

	line-height:18px;

	text-align: left;

	vertical-align: middle;

	padding-right: 10px;

	padding-bottom: 5px;

}



/* footer */

#footer {

	height: 24px;

	width: 860px;

	_margin-left:1px;

	display: block;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #CCCCCC;

}

#footer  p {

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 14px;

	color: #999999;

	padding-top: 5px;

}



#sitetop a{

	text-align:left;

	display: block;

	height: 15px;

	width: 62px;

	margin-top: 20px;

	margin-bottom: 20px;

	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "メイリオ";

	font-size: 12px;

	line-height: 14px;

	text-decoration: none;

	margin-left: 10px;

	vertical-align: middle;

}

#sitetop  a:hover{

	background-position:-62px 0;

	top:0px;

	left:0px;

	position: relative;

}





h2 {

	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "メイリオ";

	font-size: 14px;

	line-height: 18px;

	font-weight: bold;

	color: #333333;

	text-decoration: none;

	border-left-width: 8px;

	border-left-style: solid;

	border-left-color: #333333;

	margin-bottom: 10px;

	text-indent: 8px;

	margin-top: 10px;

	display: block;

}





.p_h1 {

	display: block;

	font-weight: bold;

	padding-bottom: 10px;

	font-size: 18px;

	line-height: 28px;

}

.p_h2 {

	display: block;

	font-weight: bold;

	padding-top: 15px;

	padding-bottom: 5px;

}

.p_h3 {

	display: block;

	padding-bottom: 5px;

	font-size: 16px;

	line-height: 24px;

}

.p_txt1 {

	display: block;

	padding-left: 20px;

	padding-bottom: 10px;

}

.p_ico {

	vertical-align: middle;

	margin-right: 3px;

}

.li_num {

	list-style-type: decimal;

	list-style-position: outside;

	padding-left: 20px;

}



.panel_img1 {

	padding-top: 10px;

	padding-bottom: 10px;

	margin-left: 5px;

}

.panel_img2 {

	padding-top: 10px;

	padding-bottom: 20px;

	margin-left: 5px;

}





/*--------------------------------------------*/

/* table                                      */

/*--------------------------------------------*/

.table_regu {

	table-layout: fixed;

	width: 600px;

	border: 1px solid #999999;

}

.th_regu {

	background-color:#EBEBEB;

	color:#333333;

	line-height:18px;

	text-align: center;

	padding: 3px;

	border: 1px solid #CCCCCC;

}

.td_regu {

	padding:3px;

	border: 1px solid #CCCCCC;

}

.td_col1 {

	background-color: #FFCCE0;

}

.td_col2 {

	background-color: #FFFF99;

}

.td_col3 {

	background-color: #F2F8EF;

}
