@charset "UTF-8";

/* _____________________________________________________________________H */

h1{
	margin:0px 0px;
	padding:0px 0px 3px;
	font-size:16px;
	line-height:20px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ ゴシック',sans-serif;
	background:#ffffff;
	color:#000000;
	text-align:left;
}

h2{
	margin:0px 0px 10px;
	padding:2px 5px 2px;
	font-size:14px;
	line-height:20px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ ゴシック',sans-serif;
	color:#2037c0;
	border-left:solid 7px #e7e7e7;
	border-bottom:solid 1px #ababab;
}

h3{
	margin:0px 0px 10px;
	padding:3px 10px;
	font-size:13px;
	line-height:20px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ ゴシック',sans-serif;
	color:#fefefe;
	background:url('../img/common/h3_bg.gif') repeat-y left top;
}

h3.red_title{
	margin:0px 0px 0px;
	padding:4px 10px;
	font-size:14px;
	line-height:20px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ ゴシック',sans-serif;
	color:#fefefe;
	background:url('../img/common/h3_red_bg.gif') repeat-y left top;
}

h4{
	margin:5px 0px 5px;
	padding:0px 5px;
	font-size:12px;
	line-height:18px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight : bold;
	border-left:solid 8px #075603;
	color:#075603;
}

h5{
	margin:0px 0px 3px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight : bold;
	color:#075603;
}
/* _____________________________________________________________________TEXT STYLE */

.l{
	font-size:16px;
	line-height:20px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight : normal;
}

.m{
	font-size:12px;
	line-height:18px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight : normal;
}

.s{
	font-size:10px;
	line-height:14px;
	font-family:Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight : normal;
}

/* _____________________________________________________________________TEXT COLOR */

.text_black{
	color:#000000;
}
.text_blue{
	color:#327bea;
}

.text_red{
	color:#ff0000;
}

.text_gray{
	color:#8f8f8f;
}
/* _____________________________________________________________________EMPHASIS */

strong{
	font-size:1.2em;
	font-style:normal;
	font-weight:800;
}

em{
	font-style:normal;
	font-weight:800;
	color:#0e4977;
}