@charset "Shift_JIS";

/* summary ------------------
	1.	reset
	2.	base
	3.	grid
	4.	layout-style
-------------------------- */


/* reset ----------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, q, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: transparent;
}

ol,ul {list-style: none;}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 0;
	background-color: transparent;
}

:focus {outline: 0;}


/* base ----------------- */
body {
	background-color:#fff;
	color: #333;
	font-family: "lr oSVbN","MS PGothic",Osaka,"Hiragino Kaku Gothic Pro",sans-serif,Helvetica,Verdana;
	font-size: 100%;
	line-height: 1.3;
	text-align:center;
}

a:link{color:#3358B3;text-decoration:underline;}
a:visited{color:#28419B;text-decoration:underline;}
a:hover{color:#3358B3;text-decoration:none;}
a:active{color:#3358B3;text-decoration:none;}


/* grid ----------------- */
#wrapper{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#wrapper_inq{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


/* layout-style ----------------- */
/* header ----------------- */
#header {
	width:600px;
	height:61px;
	border-bottom:2px solid #FF0033;
	margin-bottom:10px;
	min-height:1px; /* IE 7Ξτ */
}
#header_inq {
	width:400px;
	height:61px;
	border-bottom:2px solid #FF0033;
	margin-bottom:10px;
	min-height:1px; /* IE 7Ξτ */
}
/* float ρπ */
#header:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#logoL {
	margin:24px 0 12px 18px;
	display: inline;
	float:left;
}
#logoR {
	margin-top:24px;
	float:right;
}

/* contents ----------------- */
#contents h1 {
	clear: both;
	margin:0 0 10px 18px;
	color:#002266;
}

#contentsBg {
	background-color:#E3E7F1;
	padding:5px;
}

#callBg {
	margin-top:8px;
	background-color:#E3E7F1;
	padding:5px;
}

#contentsIn {
	clear: both;
	background-color:#fff;
	padding:9px;
}
#contentsIn h2 {
	margin-bottom:10px;
	color:#002266;
	font-size:125%;
}

#contentsIn h3 {
	margin-bottom:7px;
	color:#002266;
	font-size:115%;
}


/* ^uN -- */
#azLink {
	margin-bottom:10px;
	min-height:1px; /* IE 7Ξτ */
}
/* float ρπ */
#azLink:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

html*#azLink li {letter-spacing: -1px;} /* Safari */
*html #azLink li {letter-spacing: 0px;}

#azLink li {
	background: url(images/azBg01.gif) top right no-repeat;
	float:left;
}


#azLink a {
	display:block;
	width:120px;
	height:40px;
	font-size:12px;
	line-height:40px;
	padding-left:20px;
}
#azLink a.az2Li {
	width:120px;
	height:35px;
	line-height:16px;
	text-indent:0px;
	padding:5px 0 0 20px;
}

/* @media print---- */
@media print {

#azLink a.az2Li {
	width:120px;
	height:36px;
	line-height:16px;
	text-indent:0px;
	padding:4px 0 0 20px;
}

}
/* ----@media print */

#azLink .azLi {background: url(images/azBg02.gif) top right no-repeat;}
#azLink div {background: url(images/arr.gif) 4px center no-repeat;}

#azLink a:hover,#azLink a.azOn {
	color:#fff;
	background:#153689 url(images/arr.gif) 4px center no-repeat;
	text-decoration:underline;
}

/* List -- */
.faq10 {
	font-size:90%;
	list-style-type:decimal;
	margin-left:30px;
}
.faq10 li {margin-bottom:5px;}
.qBox {
	border-top:1px dotted #002266;
	padding-top:7px;
	margin-bottom:15px;
}

.listTb th {
	color:#666;
	white-space: nowrap;
}
.listTb th,.listTb td {
	padding-bottom:5px;
}

/* ΪΧ -- */
.qTxt {
	background: #F4EFDE;
	padding:0 10px;
}
.qTxt th,.qTxt td {
	color:#002266;
	font-weight:bold;
	font-size:120%;
}
#contentsIn {font-size:90%;}
#contentsIn p {
	margin-bottom:10px;
}

.att {
	color:#990000;
	font-size:90%;
}

.attTb {
	background: #F2F2F2;
	font-size:80%;
}

.attTb th {
	color:#990000;
	font-weight:normal;
	white-space: nowrap;
}

/* link arrow */
.r_arrL li {
	background: url(images/arr.gif) left center no-repeat;
	padding:3px 0 3px 17px;
}
.pageLink a {
	background: url(images/arr_page.gif) center left no-repeat;
	padding-left:11px;
	margin-right:10px;
}

/* closeBt -- */
.backTop {
	margin-top:8px;
	font-size:90%;
	background: url(images/arr_back.gif) left center no-repeat;
	padding-left:18px;
}
.closeBt {margin:10px 0}

/* ³Fhc -- */
.rgdate {
	margin-bottom:5px;
	font-size:70%;
}

/* Back to home -- */
.backToHome {
	margin-top:8px;
	margin-bottom:5px;
	font-size:80%;
	background: url(images/arr_back.gif) left center no-repeat;
	padding-left:18px;
}

/* footer -- */
#footer {
	clear: both;
	border-top:2px solid #B3B3B3;
	padding:7px 0;
}
/* float ρπ */
#footer:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#fcopy {float:left;}
#fkey{
	font-size:70%;
	color:#666;
	float:right;
}


/* Table\ */
table.tblA,
table.tblB,
table.tblC,
table.tblD{
	margin-bottom:10px;
	border-collapse:collapse;
}

table.tblA th,
table.tblB th,
table.tblC th{
	padding:3px;
	/* font-size:90%; */
	color:#fff;
	text-align:center;
	border:1px solid #fff;
	background-color:#4f67a7;
}

.sec1 table.tblA th{ text-align:left; }

table.tblD td{
	padding-right:15px;
	/* font-size:90%; */
}

table.tblB th,
table.tblC th{ font-weight:100; }

table.tblA td,
table.tblB td,
table.tblC td{
	padding:3px;
	/* font-size:80%; */
	text-align:center;
	border:1px solid #fff;
	background-color:#f5f5f5;
}

.sec1 table.tblA th a{ color:#fff; /* font-size:80%; */ }

.sec1 table.tblA td{ text-align:left; }

table.tblC td{ padding:3px 10px; text-align:left; vertical-align:top; }

table.tblA td.bgb,
table.tblB td.bgb,
table.tblC td.bgb{
	padding:5px 10px;
	text-align:left;
	background-color:#eaeff5;
}

table.tblA td.bgg1,
table.tblB td.bgg1,
table.tblC td.bgg1{
	background-color:#e1f7e0;
}

table.tblA td.txtl,
table.tblB td.txtl,
table.tblC td.txtl{
	text-align:left;
}


.sec1 table.datatable {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	margin:5px;
}
.sec1 table.datatable th,.sec1 table.datatable td {
	border:none;
	padding:3px 3px 3px 5px;
}
.sec1 table.datatable th {
	color:#000;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color:#D7E3F2;
}
.sec1 table.datatable td {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color:#fff;
}
.sec1 table.datatable .col {background-color:#F7FBFF;}
.sec1 table.datatable .bgg1 {background-color:#FFFFC4;}

/* List */
#contentsIn p.ultitle{ margin-bottom:3px; }

ul.normal,
ul.asta,
ul.noDsic,
ul.miniNum{
	margin-bottom:10px;
	/* font-size:90%; */
}

ul li ul{ margin-top:3px; }
ul li ul li{ /* font-size:110%; */ }

ul.normal li{
padding:0 0 2px 14px;
background: url(../images/list_normal.gif) no-repeat scroll 0.2em 0.6em;
}

ul.miniNum li ul.normal li{
padding:0 0 2px 14px;
text-indent:0;
background: url(../images/list_normal.gif) no-repeat scroll 0.2em 0.6em;
}

ul.asta li{
	margin-bottom:3px;
	padding-left:2.5em;
	text-indent:-2.5em;
}

ul.asta2 li{
	padding-left:1.1em;
	text-indent:-1.1em;
}

ul.miniNum li{
	margin-bottom:3px;
	padding-left:1.5em;
	text-indent:-1.5em;
}

p.asta,
span.asta{
	padding-left:1.1em;
	text-indent:-1.1em;
}

span.asta{
	display:block;
}

p.astaZero{
	padding-left:2em;
	text-indent:-2em;
}
p.astaMini{
	padding-left:0.5em;
	text-indent:-0.5em;
}

ol.capOL{
	list-style:decimal;
	margin-bottom:10px;
	/* font-size:90%; */
	padding-left:25px;
}
ol.capOL li{
	margin-bottom:3px;
}

/* Font Color */
span.blue{
	color:#153689;
	font-weight:bold;
}

p.red{
	color:#cc0000;
}
span.red{
	color:#cc0000;
}

/* BG Color */
div.section{
	margin-bottom:10px;
	padding:5px 10px;
	background-color:#ffffff;
}
div.wrapper_in{
	padding:5px 10px;
	background-color:#ffffff;
	font-size:90%;
}

div.section ul,
div.sec1 ul{
	margin-bottom:0;
}

/* Title option */
h3 span.asta{
	/* font-size:80%; */
	font-weight:100;
	color:#666;
}

/* popup link */
p.popwin a{
	
}

/* pege link */
.pageLink {
	/* font-size:75%; */
	line-height:1.5;
	margin-bottom:15px;
	font-size:11px;
}

.t90 {font-size:90%;}
.t120 {font-size:120%;}

/* gBox */
.gBox {
	background: #F2F2F2;
	padding:5px 5px 0 5px;
	font-size:90%;
	min-height:1px; /* IE 7Ξτ */
}
.gBox:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.red2 {color:#CC0000;}

/*  */

div.datatablebox2 table.datatable  {
	/* width: 593px; */
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 90%;
}

div.datatablebox2 table.datatable th,div.datatablebox2 table.datatable thead th {
	padding: 5px;
	text-align:center;
	background-color:#D7E3F2;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

div.datatablebox2 table.datatable th.color2 {
	background-color: #F2F7FD;
}

div.datatablebox2 table.datatable td {
	padding: 5px;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

div.datatablebox2 table.datatable td.txtleft,div.datatablebox2 table.datatable th.txtleft {
	text-align: left;
}

div.datatablebox2 table.datatable td.txtright,div.datatablebox2 table.datatable td.txtright {
	text-align: right;
}

.red {color:#6C0F16}

.conbox {
	clear:both;
	background: #E3E7F1;
	padding: 5px;
}
.conboxIn {
	clear:both;
	background: #fff;
	border:1px solid #ccc;
	padding:10px;
}

.btm10 {margin-bottom: 10px}

div.navibox {
    width:100%;
	border:1px solid #999;
	padding:0px;
	}
	
.navittl {
	background: #E3E7F1;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:5px;
	}
	
div.naviin {
    padding: 10px;
	font-size:90%;
	}