@charset "UTF-8";
/* css-std/text.css */
h2, h3, h4, h5, h6, p {color: #3A3A3A;}
h1, h2, h3, h4, h5, h6, p, .text-large, .text-medium, .text-small, .Indent, .caption {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "HiraMinPro-W3", serif;
	font-weight: normal;
	line-height: 1.5;
}
h1 {
	color: #333333;
	font-size: 1.4em;
	letter-spacing: 0.05em;
}
h2 {
	color: #666666;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px dotted #CC3300;
	border-bottom: 1px dotted #CC3300;
}
h3 {
	color: #666666;
	font-size: 1em;
	letter-spacing: 0.095em;
	border-bottom: 1px dotted #CC3300;
}
h4, h5, h6, p {
	font-size: 1em;
	letter-spacing: 0.1em;
}
.text-large {font-size: 1em;}
.text-medium {font-size: 0.9em;}
.text-small {font-size: 0.8em;}
strong {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "HiraMinPro-W6", serif;
	font-weight: bold;
}
.Indent {text-indent: 1em;}
ul {list-style-type: square;}
ul.none {list-style-type: none;}
ol {list-style-type: decimal;}
.caption {font-size: 0.75em;}
.super {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	vertical-align: super;
}
.contactText {color: #303030;}
.gray {color: #CCCCCC;}
.red {color: #CC3300;}
/* ****************ENGLISH**************** */
.sansSerif, .sansSerifBold {font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, Arial, sans-serif;}
.sansSerif {font-weight: normal;}
.sansSerifBold {font-weight: bold;}
.english,.german {font-family: "Times New Roman", Times, serif;}
.german {
	font-style: italic;
	letter-spacing: 0.04em;
}
.english_number {font-family: Georgia, "Times New Roman", Times, serif;}
.englishGaramond, .SmallCaps {font-family: 'Garamond', 'AGaramond', "Times New Roman", Times, serif;}
.SmallCaps {font-variant: small-caps;}
/* ****************LINK**************** */
a:link, a:visited, a:hover, a:active {font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "HiraMinPro-W3", serif;}
a:link, a:visited {
	color: #003333;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
/* ****************LINKexternal**************** */
a.external:link, a.external:visited, a.external:hover, a.external:active {font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "HiraMinPro-W3", serif;}
a.external:link, a.external:visited {
	color: #CC6600;
	text-decoration: none;
}
a.external:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.external:active {
	color: #CC6600;
	text-decoration: none;
}