@charset "UTF-8";


/* ----- top level ----- */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	color: #000000;
	background: #FFFFFF url(../images/body_bg_01.gif);
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
}
#contents-body {
	margin: 0 auto;
	width: 870px;
	height: 100%;
	min-height:100%;
	text-align: left;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
body > #contents-body {
	height: auto;
}
#contents-body-sub {
	margin: 0 auto;
	width: 600px;
	height: 100%;
	min-height:100%;
	text-align: left;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
body > #contents-body-sub {
	height: auto;
}


/* ----- heading ----- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h2.heading01 {
	margin-bottom: 20px;
	padding: 10px 12px;
	background-color: #EEEEEE;
	border-bottom: solid 2px #004FA2;
	font-size: 90%;
}


/* ----- collective ----- */
p, div, span, img, ul, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}


/* ----- img ----- */

img {
	border: 0 none;
}


/* ----- anchor ----- */
a {
	color: #004FA2;
	text-decoration: underline;
}
a:hover {
	color: #00A0E8;
	text-decoration: none;
}
.topic-path a {
	text-decoration: none;
}
.topic-path a:hover {
	text-decoration: underline;
}


/* ----- text ----- */
p {
	font-size: 75%;
	line-height: 140%;
}
.small {
	font-size: 65%;
	line-height: 140%;
}
.large {
	font-size: 90%;
	line-height: 140%;
}
strong {
	color: #004FA2;
}


/* ----- position ----- */
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}


/* ----- form ----- */
input.form-textfield, textarea.form-textarea {
	width: 350px;
	font-size: 75%;
	line-height: 140%;
}
input.form-submit {
	padding: 3px 10px 2px 10px;
	font-size: 75%;
}


/* ----- list ----- */
ul {
	font-size: 75%;
	line-height: 140%;
}
ul.disc {
	padding: 0 0 0 25px;
	list-style-type: disc;
}
dl {
	font-size: 75%;
	line-height: 160%;
}
dl dt {
	width: 4em;
	float: left;
}
dl dd {
	margin: 0 0 0 4em;
	height: 1%;
}


/* ----- link ----- */
.link {
	padding-left: 16px;
	background: url(../images/arw_01.gif) no-repeat 0 0.25em;
	display: block;
}
.link-more {
	padding-left: 8px;
	background: url(../images/arw_02.gif) no-repeat 0 0.5em;
	display: block;
}
.link-popup {
	margin: 0.25em 0 0 4px;
	vertical-align: baseline;
}

.link-word {
	padding-left: 22px;
	background: url(../images/icon_word_01.gif) no-repeat 0 0.1em;
	display: block;
}
.link-pdf {
	padding-left: 22px;
	background: url(../images/icon_pdf_01.gif) no-repeat 0 0.1em;
	display: block;
}


/* ----- common ----- */
.topic-path {
	padding: 6px 15px;
	font-size: 65%;
	line-height: 130%;
	color: #666666;
	background: url(../images/gnavi_bg_03.gif) no-repeat;
}
address {
	margin: 13px 15px 15px 15px;
	padding: 0;
	font-size: 65%;
	line-height: 130%;
	font-style: normal;
}
.bg-title {
	background: url(../images/title_bg_01.gif) no-repeat;
}

/* ----- background ----- */
.bg-heading {
	background: url(../images/heading_bg_01.gif) bottom repeat-x;
}


/* ----- bullet styles ----- */
.txt-blt01 {
	padding-left: 14px;
	background: url(../images/blt_01.gif) no-repeat 0 0.25em;
	display: block;
}
.txt-blt02 {
	padding-left: 14px;
	background: url(../images/blt_01.gif) no-repeat 0 0.35em;
	display: block;
}


/* ----- hanging ----- */
.hanging {
	padding-left: 1em;
	text-indent: -1em;
}
.note {
	color: #CC0000;
}


/* ----- margin ----- */
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mb20 {
	margin-bottom: 20px;
}
.mtb10 {
	margin: 10px 0;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.mlr15 {
	margin: 0 15px;
}
.mlr30 {
	margin: 0 30px;
}


/* ----- table ----- */
table, th, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
table.simple-table {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
table.simple-table th {
	padding: 8px 0;
	font-weight: normal;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 20px #FFFFFF;
}
table.simple-table td {
	padding: 8px 0;
	border-bottom: solid 1px #CCCCCC;
}
table.standard-table {
	border: solid 1px #CCCCCC;
}
table.standard-table th.parent01 {
	padding: 5px;
	font-size: 75%;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	border: solid 1px #CCCCCC;
	background-color: #DFEFFF;
}
table.standard-table th.child01 {
	padding: 5px;
	font-size: 65%;
	font-weight: normal;
	line-height: 110%;
	text-align: center;
	border: solid 1px #CCCCCC;
	background-color: #F0F8FF;
}
table.standard-table td.parent00 {
	padding: 5px;
	font-size: 65%;
	font-weight: normal;
	line-height: 110%;
	border: solid 1px #CCCCCC;
	background-color: #F0F8FF;
}
table.standard-table td.parent01 {
	padding: 5px;
	font-size: 75%;
	line-height: 120%;
	border: solid 1px #CCCCCC;
	background-color: #F5F5F5;
}
table.standard-table td.parent02 {
	padding: 5px;
	font-size: 75%;
	line-height: 120%;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
table.standard-table td.child01 {
	padding: 5px;
	font-size: 65%;
	line-height: 110%;
	border: solid 1px #CCCCCC;
	background-color: #F5F5F5;
}
table.standard-table td.child02 {
	padding: 5px;
	font-size: 65%;
	line-height: 110%;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
table.standard-table td.child03 {
	padding: 5px;
	font-size: 65%;
	line-height: 110%;
	border: solid 1px #CCCCCC;
	background: url(../images/cell_bg_01.gif);
}
table.v-top th, table.v-top td, table th.v-top, table td.v-top {
	vertical-align: top;
}
table.v-middle th, table.v-middle td, table th.v-middle, table td.v-middle {
	vertical-align: middle;
}
table.v-bottom th, table.v-bottom td, table th.v-bottom, table td.v-bottom {
	vertical-align: bottom;
}


/* --- clearfix --- */
.clearfix:after {
	content: url(../images/sp.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ----- top page ----- */
.bg-index01 {
	width: 253px;
	margin-top: 10px;
	padding: 14px 0 13px 12px;
	background: url(../../images/content_bg_01.jpg) no-repeat;
}
.bg-index02 {
	width: 253px;
	margin-top: 10px;
	padding: 14px 0 13px 12px;
	background: url(../../images/content_bg_02.jpg) no-repeat;
}
.bg-index03 {
	width: 521px;
	padding: 11px 11px 20px 11px;
	border: 1px solid #CCCCCC;
	background: url(../../images/content_bg_03.jpg) no-repeat right top;
}
.txt-index01 {
	margin: 10px 0 0 12px;
}
.txt-index02 {
	margin: 10px 5px 0 12px;
	padding-bottom: 10px;
	background: url(../../images/content_hr_02.gif) repeat-x left bottom;
}
