@charset "UTF-8";

/* ========BASE======== */
html {
	overflow-y:scroll;
	background:#eaecf0;
}
body {
	text-align:center;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 960px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-text-size-adjust: 100%;
	text-align: center;
}

a {
	color:#36c;
	text-decoration:none;
	transition: .3s;
}

a:hover {
	color:#c00;
	text-decoration:underline;
}

img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
}
	
th,td {
	vertical-align:top;
	text-align:left;
	}
	
/* P */

p {
	margin:0 0 15px;
}


/* ========CONTENTS======== */

#header {
	width:960px;
	position:relative;
	text-align:left;
	margin:0 auto;
	padding:0;
}

#contents {
	clear:both;
	line-height: 1.8;
	position:relative;
	overflow:hidden;
	width:960px;
	text-align:left;
	margin:10px auto 0;
}
#main {
	float:right;
	width:680px;
	height:auto;
	background:#fff;
	padding:14px 0 30px 0;
	margin-left: 25px;
}

#sub {
	float:left;
	width:255px;
	padding:14px 0 10px;
}

#read {
	clear:both;
	text-align:left;
	margin:0;
	padding:0;
}

#news {
	clear:both;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:url(../images/bg_news_l.jpg) no-repeat;
	margin-top:15px;
	padding:10px 4px 0 115px;
}

#toplink {
	clear:both;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:url(../images/bg_toplink.jpg) no-repeat;
	margin-top:5px;
	padding:10px 4px 0 100px;
}

/* ========PANKUZU========= */
#pkz {
	clear: both;
	border-bottom:3px double #cad1e0;
	padding:0 0 5px 0;
	margin: 0 0 20px 0;
	font-size: 0.8em;
	color: #999;
	}

#pkz a {
	margin: 0;
	/*color: #09C;*/
	text-decoration:none;
	}
	
#pkz a:hover {
	color: #C03;
	text-decoration:none;
	}

/* INFORMATION */
.info dl {
	margin:0;
	padding:0 8px;
}
.info dt {
	color:#C06;
	float:left;
	line-height:1.6;
	font-size:0.8em;
	margin:0;
	padding:7px 2px 5px 4px;
}
.info dd {
	line-height:1.6;
	font-size:0.9em;
	margin:0;
	padding:7px 2px 5px 88px;
	border-bottom:1px dotted #cad1e0;
}

#sub .section {
	margin-bottom:12px;
	border:1px solid #cad1e0;
}

#sub ul {
	background:url(../images/bg_subul.gif);
	border:1px solid #fff;
	margin:0;
	padding:6px;
}

#sub ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:0.9em;
	}

#sub ul li a {
	background:url(../images/bg_menu.gif) repeat-x;
	border:1px solid #ccc;
	color:#000;
	display:block;
	line-height:1.3;
	margin-bottom:10px;
	text-decoration:none;
	padding:12px 10px 10px 16px;
	zoom: 1;
	}

#sub ul li a:hover {
	background:url(../images/bg_menu_on_w.gif);
	text-decoration:none;
	color:#FFF;
	}

#sub ul li.now a,
#sub ul li.now a:hover {
	text-decoration:none;
	color:#FFF;
	background:url(../images/bg_menu_now_w.gif);
	}

#sub ul li.sub a {
	background:url(../images/bg_menu_sub.gif) repeat-x;
	border-bottom:1px solid #ccc;
	color:#000;
	display:block;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:16px;
	text-decoration:none;
	padding:8px 10px 6px 16px;
	zoom: 1;
	font-size:0.9em;
	}

#sub ul li.sub a:hover {
	text-decoration:none;
	color:#FFF;
	background:url(../images/bg_menu_sub_on.gif);
	}

#sub ul li.subnow a,
#sub ul li.subnow a:hover {
	background:url(../images/bg_menu_sub_now.gif);
	border-bottom:1px solid #ccc;
	text-decoration:none;
	color:#FFF;
	display:block;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:16px;
	text-decoration:none;
	padding:8px 10px 6px 16px;
	zoom: 1;
	font-size:0.9em;
	}


/* FOOTER */
#footer {
	clear:both;
	font-size:0.9em;
	line-height: 1.4;
	background:#eaecf0;
	border-top:1px solid #cad1e0;
	margin:0 auto;
}

#footerC {
	clear:both;
	background:#eaecf0;
	width:960px;
	margin:0 auto;
}

#footerL {
	clear: both;
	float: left;
	padding: 10px 15px 15px 0;
	text-align:left;
}
.footerL1 {
	border-bottom:1px solid #cad1e0;
	font-weight:bold;
	margin:3px 0 0 0;
	padding-bottom:5px;
	}
.footerL2 {
	margin:0;
	padding-top:6px;
	}
.footerL3 {
	color:#900;
	font-size:90%;
	margin:0;
	}
#footerR {
	float: right;
	padding: 0 0 12px 10px;
	text-align:left;
	margin:0;
}

.copyright {
	clear:both;
	font-style:normal;
	font-size:90%;
	text-align:center;
	color:#0c1e4c;
	padding:10px 0 0 0;
	width:960px;
	border-top:1px solid #cad1e0;
	margin:0 auto 30px;
}



/* ========PARTS======== */
.linkbox1 {
	margin:10px 0 0 0;
	border-left: solid 5px #cad1e0;
	padding:4px 0 4px 10px;
}
.linkbox1 ul {
	margin:0;
	padding:0;
}
.linkbox1 li {
	list-style:none;
	margin:0 0 0 6px;
	padding:2px 0;
}
.linkbox1 li a {
	padding-right: 20px;
	font-size: 0.9em;
	background: url(../images/bg_linkbox1.png) no-repeat right center;
	color: #039;
}
.linkbox1 li a:hover {
	text-decoration:underline;
	color: #c00;
}

.linkbox2 {
	clear: both;
	text-align: left;
	margin: 0 0 15px;
}
.linkbox2 ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
.linkbox2 li {
	display: inline-block;
	list-style: none;
	margin: 2px 20px 0 0;
}

.linkbox2 li a {
	padding-left: 25px;
	border-top: solid 1px #83cd6f;
	border-bottom: solid 1px #83cd6f;
	border-left: solid 4px #83cd6f;
	border-right: solid 1px #83cd6f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/bg_linkbox2_off.gif) no-repeat;
	display: block;
	padding: 5px 16px 5px 34px;
}

.linkbox2 li a:hover {
	background: url(../images/bg_linkbox2_on.gif) no-repeat;
	color: #FFF;
	text-decoration: none;
}

*:first-child+html .linkbox2 li { display:inline; }


.linkbox3 {
	clear: both;
	text-align: left;
	margin: 0 0 15px;
}
.linkbox3 ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
.linkbox3 li {
	display: inline-block;
	list-style: none;
	border-top: solid 1px #d9a7a0;
	border-bottom: solid 1px #d9a7a0;
	border-left: solid 4px #d9a7a0;
	border-right: solid 1px #d9a7a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 2px 20px 0 4px;
	padding: 5px 16px 5px 38px;
	background: url(../images/bg_linkbox3.gif) no-repeat;
}
.linkbox3 li.non {
	display: inline-block;
	list-style: none;
	border: none;
	margin: 2px 6px 0 0;
	padding: 5px 6px 5px 2px;
	background: none;
}
*:first-child+html .linkbox3 li { display:inline; }




.linkbox4 {
	clear: both;
	text-align: left;
	margin: 0 0 15px;
}
.linkbox4 ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
.linkbox4 li {
	display: inline-block;
	list-style: none;
	margin: 2px 20px 10px 0;
	width: 310px;
}

.linkbox4 li a {
	padding: 8px 16px 7px 34px;
	/*color: #FFF;*/
	font-size: 1.1em;
	display:block;
	border-top: solid 1px #5d95e0;
	border-bottom: solid 1px #5d95e0;
	border-left: solid 4px #5d95e0;
	border-right: solid 1px #5d95e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/bg_linkbox4_off.gif) no-repeat;
}

.linkbox4 li a:hover {
	display:block;
	background: url(../images/bg_linkbox4_on.gif) no-repeat;
	color: #FFF;
	text-decoration: none;
}

*:first-child+html .linkbox4 li { display:inline; }


.linkbox4s {
	clear: both;
	text-align: center;
	margin: 0;
	border-top: double 3px #cad1e0;
}
.linkbox4s ul {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
}
.linkbox4s li {
	display: inline-block;
	list-style: none;
	margin: 2px 5px 10px 0;
}

.linkbox4s li a {
	padding: 4px 15px 3px;
	font-size: 0.8em;
	display:block;
	border-top: solid 1px #b1bcd4;
	border-bottom: solid 1px #b1bcd4;
	border-left: solid 1px #b1bcd4;
	border-right: solid 1px #b1bcd4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffeb;
}

.linkbox4s li.now {
	padding: 4px 15px 3px;
	color: #FFF;
	font-size: 0.8em;
	border-top: solid 1px #b1bcd4;
	border-bottom: solid 1px #b1bcd4;
	border-left: solid 1px #b1bcd4;
	border-right: solid 1px #b1bcd4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #b1bcd4;
}

.linkbox4s li a:hover {
	display:block;
	border-top: solid 1px #5d95e0;
	border-bottom: solid 1px #5d95e0;
	border-left: solid 1px #5d95e0;
	border-right: solid 1px #5d95e0;
	background-color: #5d95e0;
	color: #FFF;
	text-decoration: none;
}

*:first-child+html .linkbox4s li { display:inline; }



.linkbox5 {
	clear: both;
	text-align: left;
	margin: 10px 0 15px;
}
.linkbox5 ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
.linkbox5 li {
	display: inline-block;
	list-style: none;
	margin: 0 25px;
	padding: 2px 0 0 14px;
	font-size:0.8em !important;
	background:url(../images/bg_link.gif) no-repeat;
}

.linkbox5 li a {
	color: #039;
}

.linkbox5 li a:hover {
	color: #c00;
}

*:first-child+html .linkbox5 li { display:inline; }





/* ========TABLE========= */
table {
	border-spacing:0;
	line-height: 1.4;
}

table.tbl01 {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #cad1e0;
	text-align: left;
	margin: 0 0 25px 0;
	width: 100%;
	}
.tbl01a {
	font-size: 0.6em;
	line-height: 1.2;
	padding: 10px 10px 3px 15px;
	color: #333;
	border-left:5px solid #cad1e0;
	}
	
.tbl01b {
	font-size: 1.15em;
	font-weight: bold;
	padding: 0 10px 5px 15px;
	margin: 0 0 5px 0;
	border-bottom:1px solid #cad1e0;
	border-left:5px solid #cad1e0;
	}

.tbl01c {
	font-size: 0.9em;
	padding: 0 15px 0 20px;
	color: #666;
	width: 45px;
	white-space: nowrap;
	}

.tbl01d {
	font-size: 0.9em;
	padding: 0 10px 5px 0;
	}


table.tbl02 {
	border-collapse:separate;
	border-spacing: 5px;
	text-align: left;
	margin: 0;
	}
.tbl02a {
	line-height: 1.2;
	padding: 6px 0 4px 26px;
	/*border-left:5px solid #cad1e0;*/
	background: url(../images/bg_tbl02a.gif) no-repeat;
	}
	
.tbl02b {
	line-height: 1.2;
	padding: 6px 10px 4px;
	}

.tbl02c {
	line-height: 1.2;
	padding: 6px 10px 4px;
	color: #039;
	border:1px solid #cad1e0;
	background-color: #FFF;
	}

/* ========h1-h7======== */

h1 {
	margin: 0;
}

h2 {
	clear:both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 6px 5px 12px;
	margin: 0 0 15px 0;
	font-size: 1.3em;
	color: #FFF;
	font-weight: normal;
	background-color: #039;
}

h3 {
	margin: 10px 0 15px 0;
	font-size: 1.2em;
	color: #039;
	font-weight: bold;
	padding: 2px 10px 4px 10px;
	border-bottom: 2px solid #039;
	border-left: 1px solid #039;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-ms-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

h4 {
	margin: 10px 0 10px 0;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	padding: 0 10px 2px 4px;
	border-bottom: 1px dotted #000;
}

/* =======P======== */

.box_links {
	clear:both;
	border-top:1px solid #cad1e0;
	border-left:4px solid #cad1e0;
	border-right:1px solid #cad1e0;
	border-bottom:1px solid #cad1e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background:url(../images/bg_links.gif);
	padding: 8px 8px 6px;
	margin:  0 0 30px 0;
}

.links {
	clear:both;
	color: #009;
	font-size:0.9em !important;
	line-height: 1.0;
	border-bottom:1px solid #cad1e0;
	padding: 7px 0 8px;
	margin: 0 5px 10px;
}

.link {
	margin: 0 0 3px 20px;
	padding: 0 0 0 14px;
	font-size:0.9em !important;
	background:url(../images/bg_link.gif) no-repeat;
}

.link a {
	color: #039;
}

.link a:hover {
	color: #c00;
}

.box_txt1 {
	clear:both;
	border-top:1px solid #83cd6f;
	border-left:4px solid #83cd6f;
	border-right:1px solid #83cd6f;
	border-bottom:1px solid #83cd6f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #faffe0;
	padding: 8px 12px;
	margin:  0 0 30px 0;
}

.ttl1 {
	font-weight:bold;
	border-bottom:1px solid #000;
	padding: 5px 0;
	margin-bottom: 12px;
	color: #000;
}


/* ========UTILITY======== */

.bld {
	font-weight:bold;
}
.nwrp {
	white-space: nowrap;
}
.iconm {
	vertical-align: middle;
	margin: 0 0 2px 0;
}
.iconmw {
	vertical-align: middle;
	margin: 0 0 2px 15px;
}

.uline {
text-decoration:underline;
}
.bldul {
text-decoration:underline;
font-weight:bold;
}
.ilc {
font-style:italic;
padding-right:2px;
}

/* align reset */
.alr {
text-align:right !important;
}

.all {
text-align:left !important;
}

.alc {
text-align:center !important;
}

/* valign reset */

.valt {
vertical-align:top !important;
}

.valm {
vertical-align:middle !important;
}

.valb {
vertical-align:bottom !important;
}

/* margin reset */

.mgb00 {
margin-bottom:0 !important;
}

.mgb05 {
margin-bottom:5px !important;
}

.mgb10 {
margin-bottom:10px !important;
}

.mgb15 {
margin-bottom:15px !important;
}

.mgb20 {
margin-bottom:20px !important;
}

.mgb30 {
margin-bottom:30px !important;
}

.mgb40 {
margin-bottom:40px !important;
}

.mgb50 {
margin-bottom:50px !important;
}

.mgt00 {
margin-top:0 !important;
}

.mgt05 {
margin-top:5px !important;
}

.mgt10 {
margin-top:10px !important;
}

.mgt15 {
margin-top:15px !important;
}

.mgt20 {
margin-top:20px !important;
}

.mgt30 {
margin-top:30px !important;
}

.mgr00 {
margin-right:0 !important;
}

.mgr05 {
margin-right:5px !important;
}

.mgr10 {
margin-right:10px !important;
}

.mgr15 {
margin-right:15px !important;
}

.mgr20 {
margin-right:20px !important;
}

.mgr30 {
margin-right:30px !important;
}

.mgl00 {
margin-left:0 !important;
}

.mgl05 {
margin-left:5px !important;
}

.mgl10 {
margin-left:10px !important;
}

.mgl15 {
margin-left:15px !important;
}

.mgl20 {
margin-left:20px !important;
}

.mgl30 {
margin-left:30px !important;
}


/* padding reset */

.pdb00 {
padding-bottom:0 !important;
}

.pdb05 {
padding-bottom:5px !important;
}

.pdb10 {
padding-bottom:10px !important;
}

.pdb15 {
padding-bottom:15px !important;
}

.pdb20 {
padding-bottom:20px !important;
}

.pdt00 {
padding-top:0 !important;
}

.pdt05 {
padding-top:5px !important;
}

.pdt10 {
padding-top:10px !important;
}

.pdt15 {
padding-top:15px !important;
}

.pdt20 {
padding-top:20px !important;
}

.pdl05 {
padding-left:5px !important;
}

.pdl10 {
padding-left:10px !important;
}

.pdl15 {
padding-left:15px !important;
}

.pdl20 {
padding-left:20px !important;
}

.pdl25 {
padding-left:25px !important;
}

.pdl30 {
padding-left:30px !important;
}

.pdr05 {
padding-right:5px !important;
}

.pdr10 {
padding-right:10px !important;
}

.pdr15 {
padding-right:15px !important;
}

.pdr20 {
padding-right:20px !important;
}

.pdr25 {
padding-right:25px !important;
}

.pdr30 {
padding-right:30px !important;
}


/* font-size */

.font14 {
font-size: 1.4em !important;
}
.font13 {
font-size:1.3em !important;
}
.font12 {
font-size:1.2em !important;
}
.font11 {
font-size:1.1em !important;
}
.font09 {
font-size:0.9em !important;
}

/* floats */

.fltl {
float:left !important;
}

.fltr {
float:right !important;
padding-right:8px;
}

.imgfltl {
margin:0 20px 10px 0;
float:left !important;
}

.imgfltr {
margin:0 0 10px 20px;
float:right !important;
}

.fltl:after {
	display:block;
	clear:both;
}

.fltr:after {
	display:block;
	clear:both;
}

.imgfltl:after {
	display:block;
	clear:both;
}


.imgfltr:after {
	display:block;
	clear:both;
}




	

/* ========PAGRTOP========= */
#pageTop {
	position: fixed;
	right: 15px;
	bottom: 115px;
}
@media print{
	#pageTop {
	display:none;
	background-image: none;
	}
	#pageTop a {
	display:none;
	background: none;
	}
}


ol.normal {
	margin:0 0 15px;
	padding:0;
}
ol.normal li {
	margin:0 0 0 35px;
}

.link01 a {
	position: relative;
	line-height: 1;
	bottom: 2px;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 1px 15px 0 5px;
	border:1px solid #daa6a1;
	border-radius: 3px;
	background: url(../images/arrow01.png) no-repeat right 3px center, #fff5e2;
}

.link02 a {
	position: relative;
	line-height: 1;
	bottom: 2px;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 1px 20px 0 5px;
	border:1px solid #88bbe6;
	border-radius: 3px;
	background: url(../images/bg_linkbox1.png) no-repeat right 2px center, #f7f8f9;
}

.link01 + .link02 {
	margin: 0 0 0 -5px;
}

.link01 a:hover {
	text-decoration: none;
	background: url(../images/arrow01.png) no-repeat right 3px center, #fff;
}
.link02 a:hover  {
	text-decoration: none;
	background: url(../images/bg_linkbox1.png) no-repeat right 2px center, #fff;
}


