@charset "shift-jis";
/*++++++++++++++++++++++++++++++++++++++++++
	全体設定
++++++++++++++++++++++++++++++++++++++++++*/
body {
	text-align:center;
	background-image:url(../images/bg_body.gif);
	background-position:center 0;
	background-repeat: repeat-y;
}
#wrapper {
	width:1008px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}
/*++++++++++++++++++++++++++++++++++++++++++
	フォントサイズ設定
++++++++++++++++++++++++++++++++++++++++++*/
.fontSmall .target,.fontSmall .target textarea,.fontSmall .target input
{
	font-size:84%;
}
.fontNormal .target,.fontNormal .target textarea,.fontNormal .target input
{
	font-size:100%;
}
.fontLarge .target,.fontLarge .target textarea,.fontLarge .target input
{
	font-size:117%;
}
.fontChanger img
{
  cursor: pointer;
}
/***/
.fontChanger {
	width:81px;
	margin-top:13px;
	background-image:url(../images/bg_fchg.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
	padding-left:71px;
}
.fontChanger div {
	float:left;
}
.fontChanger a {
	width:25px;
	height:16px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/btn_fchg.gif);
	background-repeat:no-repeat;
}
/**/
.fontChangeSmall a,.fontChangeNormal a{
	margin-right:3px;
}
.fontChangeSmall a{
	background-position:0px 0px;
}
.fontChanger .active .fontChangeSmall a,.fontChanger .fontChangeSmall a:hover{
	background-position:0px -16px;
}
/**/
.fontChangeNormal a{
	background-position:-25px 0px;
}
.fontChanger .active .fontChangeNormal a,.fontChanger .fontChangeNormal a:hover{
	background-position:-25px -16px;
}
/**/
.fontChangeLarge a{
	background-position:-50px 0px;
}
.fontChanger .active .fontChangeLarge a,.fontChanger .fontChangeLarge a:hover{
	background-position:-50px -16px;
}
/*++++++++++++++++++++++++++++++++++++++++++
	header
++++++++++++++++++++++++++++++++++++++++++*/
#header {
	height:112px;
}
/*****/
#header_l {
	float:left;
}
#header_l a{
	display:block;
	width:561px;
	height:112px;
	background-image:url(../images/btn_title.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/*****/
#header_r {
	float:right;
	padding-right:29px;
	text-align:right;
}
/**/
#link {
	margin-top:20px;
	padding-right:5px;
}
#link a{
	display:block;
	width:151px;
	height:32px;
	background-image:url(../images/btn_official.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
}
#link a:hover{
	background-position:0 -32px;
}
/*++++++++++++++++++++++++++++++++++++++++++
	navigation
++++++++++++++++++++++++++++++++++++++++++*/
#tabs {
	background-image:url(../images/bg_navi.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:29px;
	height:47px;
	margin-bottom:29px;
}
#tabs li {
	height:47px;
	float:left;
}
#tabs li a{
	height:47px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
/**/
#tab_1 a {
	width:316px;
	background-image:url(../images/bg_navi.png);
	background-position:-29px 0;
	background-repeat:no-repeat;
}
#tab_1 a:hover,#tab_1 a.SELECTED {
	background-position:-29px -47px;
}
/**/
#tab_2 a {
	width:316px;
	background-image:url(../images/bg_navi.png);
	background-position:-345px 0;
	background-repeat:no-repeat;
}
#tab_2 a:hover,#tab_2 a.SELECTED {
	background-position:-345px -47px;
}
/**/
#tab_3 a {
	width:318px;
	background-image:url(../images/bg_navi.png);
	background-position:-661px 0;
	background-repeat:no-repeat;
}
#tab_3 a:hover,#tab_3 a.SELECTED {
	background-position:-661px -47px;
}
/*++++++++++++++++++++++++++++++++++++++++++
	main
++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	padding-left:59px;
}
/*****/
#pankuzu {
	margin-bottom:21px;
}
/*****/
.box {
	width:890px;
	background-image:url(../images/box_footer.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
.box dt{
	color:#505050;
	height:35px;
	line-height:37px;
	text-indent:34px;
	font-weight:bold;
	background-image:url(../images/box_header.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.box dd{
	padding:20px 20px 0;
	background-image:url(../images/box_body.gif);
	background-position:0 0;
	background-repeat: repeat-y;
}
*html .box dd{
	margin-top:-3px;
}
/*****/
.result {
	height:30px;
	line-height:30px;
	margin-bottom:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:20px;
	background-image:url(../images/bg_result.gif);
	background-position:0 0;
	background-repeat: no-repeat;
}
/*****/
.result_sub {
	margin:0px 0px 20px;
	height:35px;
	line-height:37px;
	text-indent:22px;
	font-weight:bold;
	color:#0259DC;
	background-image:url(../images/bg_result_sub.gif);
	background-position:0 0;
	background-repeat: no-repeat;
}
/*****/
.table_p1 {
	width:850px;
	table-layout:fixed;
	margin:0 20px;
	border-collapse:collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
.table_p1 th{
	height:28px;
	color:#666666;
	text-align:center;
	background-color:#F2F2F2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.table_p1 td{
	padding:22px 9px;
	text-align:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.nodata {
	text-align:center;
	color:#B5043E;
}
/*++++++++++++++++++++++++++++++++++++++++++
	footer
++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	background-image:url(../images/bg_footer.gif);
	background-position:0 0px;
	background-repeat: no-repeat;
	width:1008px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
#pagetop {
	height:29px;
	line-height:29px;
	text-align:right;
	padding-right:34px;
}
#pagetop a{
	padding-left:13px;
	background: url(../images/bg_pagetop.gif) no-repeat 0 center;
}
/*****/
#footer_address {
	height:114px;
	padding:27px 0 0 42px;
}
#footer_address_1,#footer_address_2{
	height:20px;
}
#footer_address_3 {
	height:41px;
}
.address_focus {
	color:#555555;
}
#copy {
	color:#666666;
	text-align:right;
	padding-right:34px;
	line-height:35px;
	font-size:10px;
}
/*++++++++++++++++++++++++++++++++++++++++++
	フッター固定
++++++++++++++++++++++++++++++++++++++++++*/
html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#main {padding-bottom: 170px;
}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -170px; /* negative value of footer height */
	height: 170px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
