/*　全体の設定　*/
body   {
	font-size: 10px;
	line-height: 130%;
	text-align: justify;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
p    { font-size: 1em; line-height: 175% }
td { }
a:link { text-decoration: none }
a:visited {text-decoration: none }
a:hover { text-decoration: underline }
a:active { }
/*
a:visited {
	color: #660066;
	background-image: url(img/check-3.gif);
}
a:hover {
	color: #FF9900;
	background-image: url(img/check-2.gif);
}
a:active {
	color: #FF0000;
	background-image: url(img/check-2.gif);
	background-position: 0 1px;
}
*/
h1 {
	font-size: 10px;
	line-height: 130%;
	color: #333333;
}


/*　個別の設定　*/
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 150%;
	color: #555555;
}
.text_L {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 150%;
	color: #555555;
}
.text_s {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	color: #555555;
}
.text_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 150%;
	color: #555555;
	font-weight: bold;
}
.text_orenge {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 150%;
	color: #ffb02d;
}
.text_green {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 150%;
	color: #018e32;
}
.text_orenge_L {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 150%;
	color: #ffb02d;
}
.text_green_L {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 150%;
	color: #018e32;
}
.text_orengetitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 150%;
	color: #ffb02d;
}
.title_BOX {
	font-size: 15px;
	color: #006666;
	background-color: #EEEEEE;
	border-left: 10px solid #006666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 20px;
}
.title_LINE {
	font-size: 15px;
	font-weight: bold;
	color: #006666;
	border-left: 1px solid #006666;
	letter-spacing: -0.05em;
	hight: 3em;
	width: 10em;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}.title_s {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 150%;
	color: #333333;
}
.column_title_white {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.under_text   {
	font-size: 12px;
	line-height: 2em;
	text-align: justify;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	display: inline;
	border-bottom: 1px dotted #999999;
	padding-bottom: 0.3em;
}
