@charset "utf-8";
/* CSS Document */

.center { text-align: center;}
.centerBox {
	margin-left: auto;
	margin-right: auto;
}
.right { text-align: right;}
.small { font-size: 85%;}

strong { font-weight: bold;}

div.spacer { height: 15px;}

sup { font-size: 80%;}

.notice { color: #CC0000;}

div#contents p {
	margin-bottom: 1.5em;
}

div#contents .imgL {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 0.5em;
	width: auto;
	height: auto;
}
div#contents .imgR {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 0.5em;
	width: auto;
	height: auto;
}

div#contents .clear { clear: both;}

div#contents .bottom0 { margin-bottom: 0px;}
div#contents .bottom1em { margin-bottom: 1em;}

/* ===== Heading ============================================ */
div#contents h1 {
	height: 20px;
	padding: 20px;
	margin: 0px -10px 20px;
	background-image: url(../img/bg_h1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#contents h2 {
	clear: both;
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	padding: 4px 5px 0px 17px;
	margin-bottom: 15px;
	font-size: 110%;
	font-weight: bold;
	_height: 24px;
	min-height: 24px;
}

div#contents h3 {
	clear: both;
	padding-left: 17px;
	background-image: url(../img/bg_h3.gif);
	background-position: 5px 0.2em;
	background-repeat: no-repeat;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 15px;
	font-weight: bold;
}

div#contents h4 { font-weight: bold;}

/* ===== 追加スタイル Q&A ===== */

div#contents h5 {
	clear: both;
	background-image: url(../img/bg_h5.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	padding: 4px 5px 0px 30px;
	margin-bottom: 15px;
	font-size: 110%;
	font-weight: bold;
	_height: 24px;
	min-height: 24px;
}

div#contents h6 {
	clear: both;
	padding-left: 30px;
	background-image: url(../img/A.gif);
	background-position: 5px 0.2em;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}



/* ===== Table ============================================= */
table.tblStd {
	margin-bottom: 1.5em;
	border-collapse: separate;
}

table.tblStd caption {
	text-align: left;
	font-weight: bold;
}

table.tblStd th, table.tblStd td {
	padding: 3px 5px;
}

table.tblStd th {
	background-color: #DAE9FA;
	border-bottom: 1px solid #90BDF0;
}

table.tblStd td {
	background-color: #EFEFEF;
	border-bottom: 1px solid #CFCFCF;
}

table.tblStd table td {
	border: 0;
	padding: 0;
}

div#contents table ul { margin-bottom: 0px;}

/* ===== List =============================================== */
div#contents dl, div#contents ul, div#contents ol {
	margin: 0px 0px 1.5em 1.2em;
	padding: 0;
}

div#contents ul {
	margin-left: 0px;
	list-style: none;
}

div#contents li { margin: 0.1em 0em 0.2em 1.5em;}

div#contents ul li {
	margin-left: 0.5em;
	background-image: url(../img/list.gif);
	background-position: left 0.5em;
	background-repeat: no-repeat;
	padding-left: 13px;
}

div#contents ul li faq {
	margin-left: 0.5em;
	background-position: left 0.5em;
	background-repeat: no-repeat;
	padding-left: 13px;
}


div#contents ol.lowalp li { list-style-type: lower-alpha; margin-left: 0.8em;}
div#contents ol.lowrom li { list-style-type: lower-roman; margin-left: 0.8em;}
div#contents ol.uppalp li { list-style-type: upper-alpha; margin-left: 0.8em;}
div#contents ol.upprom li { list-style-type: upper-roman; margin-left: 0.8em;}
div#contents ol.noNumber li {
	list-style-type: none;
	padding-left: 0;
	text-indent: -1.5em;
}

div#contents li ul { margin-bottom: 0;}

/* ===== hub ===== */
div.hub {
	clear: both;
	margin-bottom: 15px;
}

div.hub div.hubL {
	float: left;
	width: 311px;
}

div.hub div.hubR {
	float: right;
	width: 311px;
}

div.hub div div {
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 5px;
	_height: 40px;
	min-height: 40px;
}

div#contents div.hub ul { margin-bottom: 0;}




/* ===== 追加スタイル ===== */
.indent {
	text-indent:-1em;
	padding-left:1em;
}


/* ==== 追加スタイル index.php ir/index.html ===== */
#left {
	float: left;
	width: 189px;
}

#left .banner {
	text-align: center;
	margin-bottom: 10px;
}

ul#inBanner {
	position: relative;
}

ul#inBanner li.banner {
	position: absolute;
	top: 29em;
	left: -24px;
	background-image: none;
	text-align: center;
}

