@charset "utf-8";
/* CSS Documentaaa*/

/* ///////////////////////////////////////////////////////////////

	last update 17.02.2008
	
	name:base.css
	description:base module definition
	container:body
	
	===== Table of Contents =====
	
	basic
	layout
	header
	gnavi
	pankuzu
	contents
	mainarea
	sidebar
	footer
	utility
/////////////////////////////////////////////////////////////// */


/* 	basic
================================================================== */
body, ul, ol, li, div, form{
	margin:0;
	padding:0;
}

a{
	color:#666;
	text-decoration:none;
}

a img {
    border-style:none;
}

a:hover{
	text-decoration:underline;
}

ul li{
	list-style:none;
}



#faq a:link { color: #0066FF; text-decoration: underline;}
#faq a:visited { color: #666666; text-decoration: underline;}
#faq a:hover { color: #0099FF; text-decoration: underline; position: relative; top: 1px; left: 1px;}
#faq a:active { text-decoration: underline;}
#faq a { color: #0066FF; text-decoration: underline;}

#syoukei_3 a:link { color: #000033; text-decoration: underline;}
#syoukei_3 a:visited { color: #000033; text-decoration: underline;}
#syoukei_3 a:hover { color: #0099FF; text-decoration: underline; position: relative; top: 1px; left: 1px;}
#syoukei_3 a:active { text-decoration: underline;}
#syoukei_3 a { color: #000033; text-decoration: underline;}

#souzoku a:link { color: #000033; text-decoration: underline;}
#souzoku a:visited { color: #000033; text-decoration: underline;}
#souzoku a:hover { color: #0099FF; text-decoration: underline; position: relative; top: 1px; left: 1px;}
#souzoku a:active { text-decoration: underline;}
#souzoku a { color: #000033; text-decoration: underline;}





/* 	layout
================================================================== */
#wrapper{
	width:800px;
	margin:0 auto;
}

#contents{
	width:800px;
}

#mainarea{
	width:580px;
	float:right;
	margin:0;
	color: #666666;
}

#mainarea p{
	line-height:140%;
}

#mainarea #leftbox{
	width:420px;
	float:left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 10px;
}

#mainarea #rightbox{
	width:140px;
	float:right;
	padding:15px 0 0 0;
}

#sidebar{
	width:200px;
	float:left;
	text-align: center;
}

#footer{
	margin:0 auto;
	clear:both;
}

/* 	header
================================================================== */
#header{
	margin:0;
	padding:0;
	margin:0;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
.header_inner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


#header #logo{
	float:left;
	margin: 0px;
	padding: 0px;
}
#header #logo h1{
	margin: 0px;
	padding: 0px;
}

#header #search{
	float:right;
	margin:40px 0 0 0;
}

*html #header #search{
	margin:30px 0 0 0;
}

+html #header #search{
	margin:30px 0 0 0;
}
#header #search input#btnSubmit{
	margin:3px 0 0 0;
}

/* 	gnavi
================================================================== */
#gnavi{
	clear:both;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	padding-top: 5px;
	padding-bottom: 5px;
}

#gnavi img{
	margin:5px 0;
}

#gnavi ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
	padding: 0;
}
#gnavi ul li{
	float:left;
	font-size:1.2em;
}

#gnavi ul li a{
	color:#666;
	font:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	text-decoration:none;
}






/* 	pankuzu
================================================================== */
#pankuzu{
	padding-bottom: 8px;
}
#pankuzu ul li{
	float:left;
	color:#f60;
}

#pankuzu ul li a{
	color:#f60;
	text-decoration:underline;
}

/* 	contents
================================================================== */
#contents{
	margin:0;
	clear:both;
	padding:20px 0 20px 0;
}

#contents a:hover{
	color:#f60;
}
/* 	mainarea
================================================================== */
#mainarea{
	padding:0 0 0 11px;
}

#mainarea h3{
	color:#009;
	font-size:14px;
	background-image: url(../img/title_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#mainarea h4{
	color:#009;
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0 10px 0;
	padding:0;
}


#mainarea ul.charaList{
	background:url(../images/bg_list.gif) left center no-repeat;
	width:432px;
	height:141px;
	padding:15px 0 0 0;
}

#mainarea ul.charaList li{
	background:url(../images/icon_ball2.gif) left bottom no-repeat;
	padding:8px 0 0 20px;
	margin:0 0 0 17px;
}

*html #mainarea ul.charaList li{
	padding:10px 0 0 20px;
}

+html #mainarea ul.charaList li{
	padding:10px 0 0 20px;
}

#mainarea #leftbox table{
	width:420px;
	margin:0 0 20px 0;
	border-collapse:collapse;
	border-spacing:0;
}

#mainarea #leftbox dl{
	width:420px;
}

#mainarea #leftbox dt{
	width:100px;
	border-left:#0000CC solid 5px;
	padding:0 0 0 3px;
}

#mainarea #leftbox dd{
	padding:0 0 10px 130px;
	margin:0 0 5px;
	border-bottom:1px dotted #ccc;
}

#mainarea #rightbox img{
	margin:0 0 10px 0;
}
/* 	sidebar
================================================================== */
#sidebar ul.menu{
	margin:0 0 30px 0;
}

#sidebar ul.menu li{
	margin:0 0 10px 0;
}

#sidebar .rss {
	color:#f60;
	font-weight:bold;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 12px;
	margin-left: 10;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: left;
	background-image: url(../images/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#sidebar #banner ul li{
	margin:0 0 10px 0;
}

/* 	footer
================================================================== */
#footer {
	text-align:center;
	padding:0 0 20px 0;
}
.footer_outer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a5b3d7;
	padding-top: 8px;
}

#footer ul#fnavi{
	margin:0 auto;
	width:550px;
}

#footer ul#fnavi li{
	float:left;
}

#footer p{
	clear:left;
	margin:0;
	padding:0;
}

#footer ul#parter{
	margin:0 auto;
	width:500px;
}

#footer ul#parter li{
	float:left;
	font-size:0.8em;
}

/* 	util
================================================================== */
.FloatLeft{
	float:left;
}

.FloatRight{
	float:right;
}

.ClearBoth{
	clear:both;
}

.ClearRight{
	clear:right;
}

.ClearLeft{
	clear:left;
}

.underLine{
	text-decoration:underline;
}

span.new{
	display:none;
}

.btninq{
	margin:0 0 0 125px;
}

ul.list li{
	margin:0 0 0 30px;
	list-style:disc;
	padding:2px 0;
}

ul.sitemap li{
	padding:2px 0;
}

.clr {
	clear: both;
}
.pic {
	text-align: center;
	margin-bottom: 15px;
}
#sidebar .side_mewu {
	width: 181px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#sidebar .side_menu_inner {
	border: 1px solid #adbbe0;
}
ul.side_navi{
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.side_navi li{
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 14px;
}
#mainarea .right_sp {
	padding-right: 11px;
}
#mainarea .right_sp_2 {
	padding-right: 11px;
	padding-left: 10px;
}
.souzoku_tb td.left_01 {
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../img/souzoku/t_001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #333333;
}
.souzoku_tb td.left_02 {
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #0066CC;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #adbbe0;
	background-image: url(../img/results/th_bg.gif);
	font-weight: bold;
	color: #333333;
}
.souzoku_tb td.left_03 {
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #0033CC;
	background-image: url(../img/souzoku/t_002.gif);
	background-repeat: no-repeat;
	background-position: left -50px;
	font-weight: bold;
	color: #FFFFFF;
}
.souzoku_tb td.left_04 {
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FF0000;
	background-image: url(../img/souzoku/t_003.gif);
	background-repeat: no-repeat;
	background-position: left -50px;
	font-weight: bold;
	color: #FFFFFF;
}
.souzoku_tb td.right_01 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.5;
}
.souzoku_tb td.right_02 {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	line-height: 1.5;
}
table.zeiritu_tb td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 1.5;
}
.zeiritu_tb td.th01 {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #adbbe0;
	background-image: url(../img/results/th_bg.gif);
}
.zeiritu_tb th {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #adbbe0;
	background-image: url(../img/results/th_bg.gif);
	padding: 5px;
}
.zeiritu_tb {
	width: 100%;
}
.zeiritu_tb p {
	margin: 0px;
	padding: 0px;
}
.faq_tb {
	width: 100%;
}

.faq_tb th {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #adbbe0;
	background-image: url(../img/results/th_bg.gif);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	color: #000033;
	border: 1px solid #94D9FE;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.faq_tb td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	color: #000033;
	line-height: 1.5;
	border: 1px solid #CCCCCC;
}
div.top_link {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
ul.faq_link_ul {
	margin-left: 1em;
}
ul.faq_link_ul li {
	margin-bottom: 10px;
	background-image: url(../img/faq/q_01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	line-height: 1.5;
}
.blue {
	color: #000033;
	font-weight: bold;
}
