body {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

html {
	overflow-y:scroll;
}
a {
	color: #0066CC;
	text-decoration: none;
	border: 0px none;
}
a:hover {
	color: #FF6600;
}
* html body{padding-left:1px;} /* css hack "centering background-image" for IE (until ver.6) */
*+html body{padding-left:1px;} /* css hack "centering background-image" for IE (ver.7) */

/*
html,body{
 height:100%;
}
#wrap{
 height:100%;
 min-height:100%;
}
body>#wrap{
 height:auto;
}
*/

h1,h2,h3,h4,p,address,dl,dt,dd {margin: 0px; padding: 0px;}
td,th {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.count {display: none; height: 0px;}
.big {font-size: 14px; line-height: 22px;}
.small {font-size: 10px;line-height: 16px;}
img {border: 0px;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

#wrap {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


/*navi*/

#navi {
	padding: 0px;
	width: 190px;
	margin-bottom: 10px;
}
	
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 190px;
}

#navi li {
	list-style-type: none;
	padding: 0px;
}
#navi img {
	vertical-align: top;
}


#index .leftblock {
	float: left;
	width: 690px;
}

#index .rightblock {
	float: right;
	width: 190px;
	padding-right: 20px;
}


/*clear*/
.clear {clear: both;line-height: 0px;height: 0px;}
/*
#container:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
#container {display: inline-block;}
* html #container {height: 1em; display: block;}
*/


#container {
	width:650px;
	padding: 20px;
}

/*color*/
.cyan {color: #3399FF;}
.white {color: #FFFFFF;}
.blue {color: #000099;}
.brown {color: #993300;}
.lbrown {color: #CC6633;}
.orange {color: #FF6600;}
.eme {color: #669999;}
.yellow {color: #FFCC00;}
.red {color: #FF0000;}
.redbrown {color: #CC0000;}
.green {color: #009900;}
.pink {color: #FF6666;}
.greyell {color: #669900;}
.dgreen {color: #336600;}
.emeblue {color: #99CCFF;}
.gray {color: #666666;}
.fred {color: #FF0000;}
.dyellow {color: #666600;}
.dbrown {color: #663300;}

/*margin*/
.mgn1 {margin-bottom: 1px;}
.mgn3 {margin-bottom: 3px;}
.mgn5 {margin-bottom: 5px;}
.mgn8 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn12 {margin-bottom: 12px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn10up {margin-top: 10px;}
.mgn15up {margin-top: 15px;}
.mgnud10 {margin: 10px 0px;}

/*layout*/
.floleft {float: left;margin-right: 10px;margin-bottom: 5px;}
.floright {float: right; margin-bottom: 5px; margin-left: 5px;}

.box {
	margin: 0px;
	padding-bottom: 25px;
}

#foot {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #3D78C4;
	padding: 20px;
}
.news {
	width: 650px;
}
.news td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.txt_large {
	font-size: 14px;
}
#sche01 {
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin-bottom: 25px;
}

#sche02 {

	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #339900;
	margin-bottom: 25px;
}
#sche03 {

	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3399CC;
	margin-bottom: 25px;
}
#sche04 {

	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066FF;
	margin-bottom: 25px;
}

#sche05 {

	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9966CC;
	margin-bottom: 25px;
}
#sche06 {

	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6666;
	margin-bottom: 25px;
}

.line15 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.news_title {
	font-weight: bold;
	color: #333333;
	background-image: url(../images/stitbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 8px;
	padding-left: 40px;
	padding-right: 10px;
	font-size: 14px;
}
.info_tbl {
	border-bottom: 1px dashed #5E5E5E;
}
.info_tbl_c1 {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	width: 140px;
}
.info_tbl_c2 {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding: 10px 0px 10px 0px;
	width: 510px;
}
.color_yellow {
	color: #FF9900;
}

.sublink ul {
	padding: 0px;
	list-style-type: none;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.sublink li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.stafftxt01 {
	font-size: 12px;
	color: #060;
	margin-bottom: 7px;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F90;
}
.stafftxt02 .name {
	font-size: 18px;
	font-weight: bold;
	color: #630;
	padding: 8px;
	margin-right: 8px;
	border: 1px dotted #999;
	display: inline;
	float: left;
}
.stafftxt02 .ap {
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	float: left;
	margin-right: 8px;
	display: inline-block;
	background-color: #930;
}
.stafftxt02 .sc {
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	float: left;
	margin-right: 8px;
	display: inline-block;
	background-color: #960;
}
.stafftxt02 {
	margin-bottom: 10px;
}
.staffsub {
	width: 155px;
}
.staffsub .caption {
	padding: 5px;
	border: 1px dotted #999;
}
.faqunker ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	list-style-type: none;
}
.faqunker li a {
	background-image: url(../images/faq_q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-left: 45px;
	background-color: #FFF;
	display: block;
	padding-bottom: 5px;
	margin: 0px;
}
.faqunker li a:hover {
	background-image: url(../images/faq_q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-left: 45px;
	background-color:#06C;
	color:#FFF;
	display: block;
	padding-bottom: 5px;
	margin: 0px;
}
.faqunker li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.faqtitle {
	background-image: url(../images/faq_q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-left: 45px;
	background-color: #FFF;
	color:#06F;
	font-weight:bold;
	display: block;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.faqanswer {
	background-image: url(../images/faq_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-left: 45px;
	background-color: #FFF;
	color:#333;
	display: block;
	padding-bottom: 5px;
	margin: 0px;
}
.faqbox {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.access td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.access th {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: normal;
	color: #630;
	padding-right: 30px;
	text-align: left;
}
.fm_size01 {
	width: 220px;
}
.fm_size02 {
	width: 260px;
}
.fm_size03 {
	width: 400px;
}
