@charset "UTF-8";
/* css_common/common_text.css */
/* ****************TITLE&LEAD**************** */
h1, h2, h3, h4, h5, h6, p {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "細明朝体", "HiraMinPro-W3", serif;
	font-weight: normal;
	vertical-align: baseline;
}
h1 {
	font-size: 16px;
	_font-size: 1em;
}
h2 {
	font-size: 15.5px;
	_font-size: medium;
}
h3 {
	font-size: 15px;
	_font-size: 0.95em;
}
h1, h2, h3 {text-align: center;}
h4 {
	font-size: 16px;
	_font-size: 1em;
}
h5 {
	font-size: 15.5px;
	_font-size: medium;
}
h6 {
	font-size: 15px;
	_font-size: 0.95em;
}
h4, h5, h6 {text-align: left;}
strong {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "細明朝体", "HiraMinPro-W6", serif;
	font-weight: bold;
}
.Indent {
	text-indent: 1em;
}
.SmallCaps {
	font-variant: small-caps;
}
.text_large, .text_large_center, .text_large_right {
	font-size: 15.5px;
	_font-size: medium;
	line-height: 1.6;
}
.text_medium, .text_medium_center, .text_medium_right {
	font-size: 14px;
	_font-size: small;
	line-height: 1.6;
}
/*\*//*/
.text_medium, .text_medium_center, .text_medium_right {
	font-size: 0.9em;
}
/**/
.text_small, .text_small_center, .text_small_right {
	font-size: 12px;
	*font-size: 0.75em;
	line-height: 1.5;
}
.text_medium, .text_small, .text_large {
	text-align: left;
	vertical-align: baseline;
}
.text_medium_center, .text_small_center, .text_large_center {
	text-align: center;
	vertical-align: baseline;
}
.text_medium_right, .text_small_right, .text_large_right {text-align: right; vertical-align: baseline;}
.sans_serif {
	font-family: Gill Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 110%;
}
.sans_serif_JP {font-family: "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", sans-serif;}
.sans_serif_JP_Bold {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: bold;
}
.serif,.serif_italic {
	font-family: 'Garamond', 'AGaramond', "Times New Roman", Times, serif;
	font-size: 110%;
}
.serif_italic {
	font-style: italic;
	font-size: 110%;
	letter-spacing: 0.04em;
}
.serif_number {font-family: Georgia, "Times New Roman", Times, serif;}
.partition {color: #990000;}
/* ****************LINKexternal**************** */
a.external:link, a.external:visited {
	color: #006600;
	text-decoration: none;
}
a.external:hover {
	color: #168600;
	text-decoration: underline;
}
a.external:active {
	color: #168600;
	text-decoration: none;
}
/* ****************LINK_LightWindow**************** */
a.page-options:link, a.page-options:visited {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "HiraMinPro-W3", serif;
	color: #006600;
	text-decoration: none;
}
a.page-options:hover {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "HiraMinPro-W3", serif;
	color: #168600;
	text-decoration: underline;
}
a.page-options:active {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "HiraMinPro-W3", serif;
	color: #168600;
	text-decoration: none;
}
