@charset "Shift-JIS";

/* ---------- BASE ---------- */
* {
	font-size: 12px;
}
body {
	font-family: "ƒƒCƒŠƒI", Meiryo, Verdana, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: small;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #CC9966;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #99CC66;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #330099;
	text-decoration: underline;
	font-weight: normal;
}
img {
 -ms-interpolation-mode: bicubic;
}

.roman {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font_s {
	font-size: 10px;
}
hr {
	border: #CCC 1px solid;
	padding: 0px;
	color: #FFF;
	background-color: #FFF;
	margin-bottom: 20px;
}
.hr5 {
	height: 5px;
}
.hr10 {
	height: 10px;
}
.red {
	color: #F00;
}
.green {
	color: #390;
}
.blue {
	color: #039;
}
.l_blue {
	color: #099;
}
.brown {
	color: #963;
}
.pink {
	color: #F99;
}
.mincho {
/*	font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;*/
}
p {
	margin: 0px 0px 20px 0px;
}

/* ---------- TOP-PAGE ---------- */
#top_head {
	width: 100%;
	font-size: xx-small;
}
#top_head * {
	text-align: left;
	font-size: xx-small;
	font-weight: normal;
}
#toppage h2 {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
/*	font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;*/
	color: #339900;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
#toppage .headlink {
	margin-bottom: 20px;
}

/* ---------- Main-Navigation ---------- */

.main_navi {
	width: 100%;
	text-align: center;
	margin: 0px 0px 20px 0px;;
}

/* ----- TOPICS -----*/

#top_topics_base {
	width: 49%;
	height: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#top_topics_base #topics_box {
	width: 380px;
	height: 180px;
	margin: 0px;
	padding: 0px;
}
#topics_box #topics_head {
	width: 380px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#topics_box #topics_body {
	width: 360px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}
#topics_box #topics_body iframe {
	margin: 0px;
	padding: 0px;
}

#top_footer_box {
	float: right;
	width: 50%;
	text-align: right;
	margin: 0px;
}
#top_footer_box p {
	font-size: 10px;
}
#top_footer_box .subnavi a {
	font-size: 10px;
}
#top_footer_box .caption {
	color: #999;
}
.navi a {
	font-family: "ƒƒCƒŠƒI", Meiryo, "‚l‚r ƒSƒVƒbƒN", Osaka|“™•;
	font-size: 12px;
}

table.navi_table {
	margin-right: auto;
	margin-left: auto;
	font-family: "ƒƒCƒŠƒI", Meiryo, "‚l‚r ƒSƒVƒbƒN", Osaka|“™•;
	font-size: 12px;
	border-collapse: collapse;
}
table.navi_table td {
	width: 130px;
	text-align: center;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
}

/* ---------- OTHER-PAGES ---------- */

.breadcrumbs {
	width: 100%;
	text-align: left;
	margin-top: 0px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #303;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
.subtitle {
	color: #300;
	font-weight: bold;
}
.sublink {
	text-align: right;
}
.sublink a {
	font-size: 10px;
}
.backlink {
	text-align: right;
}
.company_title {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
}
.company_table {
	text-align: left;
}
.company_table table {
	margin-left: 100px;
	text-align: left;
}
.company_table table th {
	font-weight: normal;
	padding: 10px 20px;
}
.company_table table td {
	padding: 10px 20px;
}
.question {
	color: #633;
}
.answer {
	color: #390;
}
.faq_hr {
	width: 400px;
	height: 5px;
}
#sitmap_main {
	text-align: left;
}
.contacttext {
	font-size: 18px;
	letter-spacing: 2px;
}
.contacttext span {
	font-size: 20px;
}
.contacttext a {
	font-size: 18px;
	letter-spacing: 2px;
	color: 000;
}
