/* --- common style ---------------------------------------------------- */

* {
	margin:0px;
	border:none;
	padding:0px;
	font-size:12px;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:lighter;
}

ul {
	list-style:none;
}

table,
table tr,
table tr th,
table tr td {
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-size:108%;
}

a:link {color:#464879; text-decoration:none;}
a:visited {color:#464879; text-decoration:none;}
a:active {color:#DDCD00; text-decoration:none;}
a:hover {color:#DDCD00; text-decoration:none;}



/* --- site layout ----------------------------------------------------------- */

body {
	background-color:#EEFFFF;
	text-align:center;
}

div#layout {
	width:900px;
	margin:0 auto;
	text-align:center;
	background:url(../img/bg_layout_02.jpg) repeat-y;

}

div#layout div#header {
	position:relative;
	width:800px;
	height:370px;
	margin:0 auto;
	text-align:left;
}

div#layout div#wrapper {
	overflow:hidden;
	width:800px;
	margin:0 auto;
	text-align:left;
}

div#wrapper div#main {
	overflow:hidden;
	float:right;
	display:inline;
	width:580px;
	margin-right:20px;
}

div#wrapper div#navi {
	float:left;
	display:inline;
	width:180px;
	text-align:left;
}

div#layout div#footer {
	clear:both;
	width:900px;
	text-align:center;
	font-size:10px;
	margin:0 auto:
}


/* --- header ---------------------------------------------------------------- */

div#header h1 {
	text-indent:-9999px;
}

div#header h2 {
	position:absolute;
	left:5px;
	top:0;
	width:500px;
	height:20px;
	font-size:10px;
	color:#666666;
}

div#naka_header h2 {
	position:absolute;
	left:5px;
	top:0;
	width:500px;
	height:20px;
	font-size:10px;
	color:#666666;
}

div#header p#banner_01 {
	position:absolute;
	left:590px;
	top:10px;
}

div#header p#to_index {
	position:absolute;
	margin-top:0px;
	top: -2px;
}

p#h_main {
	margin:0 auto;
	position:absolute;
	top:120px;
	}

/* --- header_menu ---------------------------------------------------------------- */	

div#h_menu {
	overflow:hidden;
	margin:0 auto;
	}

div#h_menu a {
	background:url(../img/h_menu.jpg) no-repeat;
	text-indent:20px;
	display:block;
	width:160px;
	line-height:45px;
	float:left;
	font-weight:bold;
	color:#666666;
}

div#h_menu a:hover { 
	background:url(../img/h_menu.jpg) 0 -40px no-repeat; 
}
	
div#h_menu ul li#h_menu01 {
	position:absolute;
	top: 80px;
	left: 0px;
	width:160px;
	height: 40px;
}

div#h_menu ul li#h_menu02 {
	position:absolute;
	top: 80px;
	left:160px;
	height:40px;
	width: 160px;
}

div#h_menu ul li#h_menu03 {
	position:absolute;
	top: 80px;
	left:320px;
	width:160px;
	height: 40px;
}

div#h_menu ul li#h_menu04 {
	position:absolute;
	top: 80px;
	left:480px;
	width:160px;
	height: 40px;
}

div#h_menu ul li#h_menu05 {
	position:absolute;
	top: 80px;
	left:640px;
	width:160px;
	height: 40px;
}



		


/* --- wrapper --------------------------------------------------------------- */

/* --- navi ------------------------------------------------------------------ */

div#navi div#menu {
	width:180px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:left;
}

div#navi div#menu h3 {
	width:160px;
	background:url(../img/menu_cate_01.jpg) no-repeat;
	text-align:30px;
	margin-left:10px;
}
	
div#navi div#menu ul {
	width:180px;
	margin:0;
}

div#navi div#menu ul li {
	width:180px;
	margin:0 0 5px 0;
}

div#navi div#menu ul li a {
	width:160px;
	height:35px;
	display:block;
	line-height:35px;
	text-indent:15px;
	font-weight:bold;
	margin-left:10px;
}

div#navi div#menu ul li a { background:url(../img/menu_list_01.jpg) 0 0; color:#FFFFFF;}
div#navi div#menu ul li a:hover { background:url(../img/menu_list_01.jpg) 160px 0; color:#FFFF00;}


div#navi div#menu ul.sub_menu a { background: url(../img/menu_list_02.jpg) 0 0; color:#313434;}
div#navi div#menu ul.sub_menu a:hover { background:url(../img/menu_list_02.jpg) 160px 0; color:#00428F;}


div#navi div#menu_banner {
	width:180px;
	margin:0 auto;
	margin-bottom:20px;	
	text-align:center;
}

div#navi div#menu_banner p a {
	margin:0 auto;
	display:block;
	width:160px;
	height:80px;
	text-indent:-9999px;
}

div#navi div#menu_banner p a { background:url(../img/menu_banner_01.jpg) 0 0;}
div#navi div#menu_banner p a:hover { background:url(../img/menu_banner_01.jpg) 160px 0;}



div#navi div#menu h3.menu_h3 {
	background:url(../img/menu_cate_01.jpg) no-repeat;
	width:160px;
	color:#6064A4;
	text-indent:5px;
	font-weight:bold;
	line-height:35px;
	margin-bottom:5px;
}


div#navi div#rss {
}

div#main p {
	line-height:18px;
	}



/* --- main ------------------------------------------------------------------ */

div#wrapper div#main .main_h3 {
	background:url(../img/h3_img.jpg) no-repeat;
	width:580px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#343A84;
	margin-top:20px;
	margin-bottom:5px;
	text-indent:35px;
}

div#main p {
	color:#000000;
	line-height:22px;
	width:570px;
	margin:0 0 15px 10px;
	font-size:124%;
}

.table_a {
	color:#3F3F76;
	border:2px solid #6D7EA7;
	border-collapse:collapse;
	width:550px;
	margin-left:10px;
	margin-bottom:10px;
}

.table_a tr {
	border:2px solid #6D7EA7;
	border-collapse:collapse;
	padding:3px;
}

.table_a tr td {
	border:2px solid #6D7EA7;
	border-collapse:collapse;
	padding:3px;
	font-size:124%;	

}
	
.table_a tr th {
	border:2px solid #6D7EA7;
	border-collapse:collapse;
	padding:3px;
}

div#wrapper div#main p.access a {
	display:block;
	width:170px;
	height:40px;
	margin:5px 0;
	margin-left:380px;
	background:url(../img/access.jpg) 0 0;
	text-indent:-9999px;
}

div#wrapper div#main p.access a:hover {
	background: url(../img/access.jpg) 170px 0;
}
/* --- pickup ------------------------------------------------------------------ */

div#main ul#pickup li {
	float:left;
	display:inline;
	margin-left:10px;
	margin-bottom:10px;
}

div#main ul li#pick01 a {
	display:block;
	width:130px;
	height:130px;
	background:url(../img/pickup01.jpg) 0 0;
	text-indent:-9999px;
}
	
div#main ul li#pick01 a:hover {background:url(../img/pickup01.jpg) 0 130px;}


div#main ul li#pick02 a {
	display:block;
	width:130px;
	height:130px;
	background:url(../img/pickup02.jpg) 0 0;
	text-indent:-9999px;
}
	
div#main ul li#pick02 a:hover {background:url(../img/pickup02.jpg) 0 130px;}


div#main ul li#pick03 a {
	display:block;
	width:130px;
	height:130px;
	background:url(../img/pickup03.jpg) 0 0;
	text-indent:-9999px;
}
	
div#main ul li#pick03 a:hover {background:url(../img/pickup03.jpg) 0 130px;}


div#main ul li#pick04 a {
	display:block;
	width:130px;
	height:130px;
	background:url(../img/pickup04.jpg) 0 0;
	text-indent:-9999px;
}
	
div#main ul li#pick04 a:hover {background:url(../img/pickup04.jpg) 0 130px;}

div#main p#main_banner {
	margin:0 auto;
	margin-bottom:20px;
}

	
div#main p#main_banner a {
	clear:both;
	display:block;
	width:570px;
	height:90px;
	background:url(../img/main_banner.jpg) 0 0;
	text-indent:-9999px;
}

div#main p#main_banner a:hover {background:url(../img/main_banner.jpg) 0 90px;}



/* --- footer ---------------------------------------------------------------- */
div#footer {
	clear:both;
	background:url(../img/bg_footer_01.jpg) no-repeat;
	width:900px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	padding-top:10px;
}

/*div#footer div#footer_margin {
	margin:10px 0 0 0;

}*/


div#footer dl {
	overflow:hidden;
	width:800px;
	margin:auto;
	text-align:center;
}

div#footer dl dt {
	color:#3F3F76;	
	display:inline;
	margin:auto;
	line-height:20px;
}

div#footer dl dd {
	display:none;
}

div#footer p {
	overflow:hidden;
	width:800px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	margin-top:8px;
}

div#footer p a{
	color:#FFFFFF;
}

div#footer p a:link {color:#E1F2F4; text-decoration:none;}
div#footer p a:visited {color:#E1F2F4; text-decoration:none;}
div#footer p a:active {color:#DDCD00; text-decoration:none;}
div#footer p a:hover {color:#DDCD00; text-decoration:none;}


/* --- sitemap ---------------------------------------------------------------- */

div#main dl#sitemap {
	margin:0 0 20px 20px;
}

div#main dl#sitemap dt {
	margin:0 0 10px 0;
}

div#main dl#sitemap dd {
	margin:0 0 20px 20px;
}



/* --- common parts ---------------------------------------------------------- */
.img_border {
	margin:2px;
	border:1px #6064A4 solid;
}

div#main p#page_top {
	width:130px;
	float:right;
	display:inline;
	margin-right:10px;
}

.h6 {
	color:#666699;
	width:570px;
	height:20px;
	text-indent:20px;
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	background:url(../img/h6_point.jpg) no-repeat;
}
	
/* --- nakapage ---------------------------------------------------------- */

/* --- nakaheader ---------------------------------------------------------- */

div#layout div#naka_header {
	position:relative;
	width:800px;
	height:300px;
	margin:0 auto;
	text-align:left;
}

div#naka_header h1 {
	text-indent:-9999px;
}

div#naka_header h2 {
	position:absolute;
	left:5px;
	top:0;
	width:500px;
	height:20px;
}

div#naka_header h3.naka_title {
	width:700px;
	position:absolute;
	top:230px;
	left:90px;
	font-size:28px;
	font-weight:bold;
	color:#00275E;
	text-align:right;
}


div#naka_header p#banner_01 {
	position:absolute;
	left:590px;
	top:10px;
}

div#naka_header p#to_index {
	position:absolute;
	margin-top:0px;
	top: -2px;
}
/* --- nakamain ---------------------------------------------------------- */

p#naka_main {
	margin:0 auto;
	position:absolute;
	top:120px;
}

div#main h4 {
	width:580px;
	height:40px;
	background:url(../img/naka_h3.jpg) no-repeat;
	color:#343A84;
	font-weight:bold;
	font-size:16px;
	line-height:30px;
	text-indent:35px;
	margin-top:20px;
	margin-bottom:5px;
}

div#main .red_text {
	color:#FF0000;
	font-size:94%;
	font-weight:bold;
}

div#main p.red_text2 {
	color:#FF0000;
	font-size:125%;
	font-weight:bold;
}


div#main table.table_b {
}


div#main table.table_b tr td {
	text-align:center;
	line-height:20px;
	font-weight:bold;
	color:#6064A4;
}

div#main table.table_b tr td.table_b_float {
	text-align:left;
}

div#main table.table_b_b {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}

div#main table.table_b_b tr td {
	text-align:center;
	line-height:20px;
	font-weight:bold;
	color:#6064A4;
}

div#main table.table_b_b tr td.table_b_float {
	text-align:left;
}

div#main table tr td.t_text {
	color:#000000;
	line-height:22px;
	width:280px;
	margin:0 0 15px 10px;
}

div#main table.table_c {
	margin-bottom:30px;
}

div#main table.table_c tr td {
	text-align:center;
	line-height:20px;
	font-weight:bold;
	color:#464879;
}



h5 {
	width:450px;
	height:30px;
	background:url(../img/naka_h5.jpg) no-repeat;
	line-height:30px;
	text-indent:20px;
	color:#343A84;
	font-weight:bold;
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
}

.table_d {
	padding:3px;
	margin-bottom:20px;
	border:1px #6064A4 solid;
	border-collapse:collapse;
	margin-left:10px;
}
		
.table_d th{
	border:1px #6064A4 solid;
	border-collapse:collapse;
	width:275px;
	text-indent:5px;
	background-color:#CFD0E3;
	text-align:left;
	color:#6064A4;
	font-weight:bold;
	text-align:20px;
}

.table_d td{
	border:1px #6064A4 solid;
	border-collapse:collapse;
	text-align:left;
	text-indent:5px;
	color:#000000;
	text-align:20px;
}

td.money {
	border:1px #6064A4 solid;
	border-collapse:collapse;
	color:#3F3F76;
	text-indent:5px;
	text-align:right;
}

.table_e {
	padding:5px;
	margin-bottom:20px;
	margin-left:10px;
}
		
.table_e th{
	line-height:25px;
	width:120px;
	text-indent:5px;
	color:#6064A4;
	font-weight:bold;
	text-align:right;
}

.table_e td{
	line-height:25px;
	text-indent:5px;
	text-align:left;
	color:#6064A4;
}

.border {
	border:1px #6064A4 solid;
}

.bg_bt {
	background-color:#CFD0E3;
	border:1px #6064A4 solid;
}

.bg_bt_a input {
	background-color:#CFD0E3;
	border:1px #6064A4 solid;
}

.hara {
	font-size:12px;
	color:#343A84;
}


.table_d_d {
	padding:3px;
	margin-bottom:20px;
	border:1px #6064A4 solid;
	border-collapse:collapse;
	width:500px;
	margin-left:10px;
}
		
.table_d_d th{
	border:1px #6064A4 solid;
	border-collapse:collapse;
	width:150px;
	text-indent:5px;
	background-color:#CFD0E3;
	text-align:left;
	color:#6064A4;
	font-weight:bold;
	text-align:20px;
}

.table_d_d td{
	border:1px #6064A4 solid;
	border-collapse:collapse;
	text-align:left;
	text-indent:5px;
	color:#6064A4;
	text-align:20px;
}

.mini {
	font-size:10px;
	color:#666699;
}

span.up {
	font-size:20px;
	line-height:20px;
}


.table_t {
	color:#666699;
	border:2px solid #6D7EA7;
	border-collapse:collapse;
	width:550px;
	margin-left:10px;
	margin-bottom:10px;	
}

.table_t tr {
	border:2px solid #6D7EA7;
	border-collapse:collapse;
	padding:3px;
}

.table_t tr td {
	border:2px solid #6D7EA7;
	border-collapse:collapse;
	padding:3px;
	text-align:center;
}
	
.table_t tr th {
	border:2px solid #6D7EA7;
	border-collapse:collapse;
	padding:3px;
	text-align:center;
	background: #F3FCFB;
}

li {
	font-size:124%;
	}

/*-----seo team-----*/

.th_hw { 
	height:18px; width:117px;
	}

.th_dh { 
	height:18px;width:80px;
	}
