/* CSS Document */

@media screen,print {


/* 全共通 */
h1{
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0px;
	margin: 0px 0px 0px 0px;
}

h2{
	margin: 0px auto 0px auto;
	text-align:center;
}

h3{
	text-align:left;
	color: #FFFFFF;
	clear: both;
}

/*
P {
	margin: 24px;
	text-align:left;
	color:#666666;
	line-height: 1.6em;
	
}
*/

/*mayan added 200810*/
.text10_default {
   font-size:10px;
}

/*eof*/


.text10 {
	font-size: 10px;
	line-height: 1.6em;
}

.text10-black {
	font-size: 10px;
	line-height: 1.6em;
	color:#333333;
}

.text10-orange {
	font-size: 10px;
	line-height: 1.6em;
	color:#C75007;
}

.text12 {
	font-size: 12px;
	line-height: 1.6em;
}
.text12b {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bolder;
}
.text14 {
	font-size: 14px;
	line-height: 1.6em;
}
.text14b {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bolder;
}
.text16 {
	font-size: 16px;
	line-height: 1.6em;
}
.text18 {
	font-size: 18px;
	line-height: 1.6em;
}




/*リンクテキスト　パンくず*/

#tree a:link, #tree a:visited {
	color: #666666;
	text-decoration: underline;
}

#tree a:hover, #tree a:active {
	color: #666666;
	text-decoration: none;
}


/*クリアー*/

.clear{
	clear:both;
}


/*マージン*/


.m0{margin:0px;}
.m10{margin:10px;}
.mb-0{margin-bottom:0px;}

.ml-8{margin-left:8px;}
.ml-10{margin-left:10px;}
.ml-20{margin-left:20px;}
.ml-25{margin-left:25px;}

.mr-10{margin-right:25px;}
.mr-25{margin-right:25px;}

.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-40{margin-top: 40px;}
.mt-80{margin-top: 80px;}

.mb-2{margin-bottom:2px;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-50{margin-bottom:50px;}

.mtb-10{
	margin:10px 0px;
}

.mtb-15{
	margin:15px 0px;
}

.center{
	margin:auto;
	text-align:center;
}

/*フロート*/


.float-right{
	float:right;

}


.float-left{
	float: left;
}

.co_blue{ color:#0069B2; font-size:18px; font-weight:bold;}
.co_orange{ color:#E36B00; font-size:18px; font-weight:bold;}
.co_green	{ color:#4E7C21; font-size:18px; font-weight:bold;}
.co_red{ color:#CC3333; font-size:18px; font-weight:bold;}


}
.mar_b20 {
	margin-bottom: 20px;
}


/* 各ページ */
h2.catch{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	text-align:left;
	line-height:160%;
	margin:0 24px 24px 24px;
}