@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: #FF3300;}

#contents p {
	margin-bottom: 1.5em;
}

#contents .imgL {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 0.5em;
	width: auto;
	height: auto;
}
#contents .imgR {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 0.5em;
	width: auto;
	height: auto;
}

#contents .clear { clear: both;}

#contents .wideBox { margin: 0px -30px;}

#contents .bottom0 { margin-bottom: 0px;}
#contents .bottomhalf { margin-bottom: 0.5em;}
#contents .bottom1em { margin-bottom: 1em;}
#contents .bottom1half { margin-bottom: 1.5em;}
#contents .bottom2em { margin-bottom: 2em;}
#contents .bottom3em { margin-bottom: 3em;}

.indent { padding-left: 2em;}
.indent2 { padding-left: 1.3em;}

/* ===== Heading ============================================ */
h1 {
	background-image: url(../img/bg_h1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 -30px 20px;
	padding-bottom: 8px;
}

h2 {
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	margin: 0 -7px 15px -6px;
	padding-left: 14px;
	font-size: 115%;
	font-weight: bold;
	line-height: 30px;
	color: #694A2E;
}

h3 {
	background-image: url(../img/bg_h3.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 3px 5px 3px 10px;
	border: 1px solid #A68F5D;
	font-weight: bold;
}

h4 { font-weight: bold;}

/* ===== Table ============================================= */
table.tblStd {
	margin-bottom: 1.5em;
	border-collapse: separate;
	border-right: 1px solid #A2997D;
	border-bottom: 1px solid #A2997D;
}

table.tblStd caption {
	text-align: left;
	font-weight: bold;
}

table.tblStd th, table.tblStd td {
	padding: 3px 5px;
	border-left: 1px solid #A2997D;
	border-top: 1px solid #A2997D;
}

table.tblStd th {
	background-color: #F4F1DF;
}

table.tblStd thead th {
	background-color: #E6D1A4;
}

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 1em;
	padding: 0;
}

div#contents ul {
	margin-left: 0px;
	list-style: circle;
}

div#contents li { margin: 0.1em 0em 1.5em 1.5em;}

div#contents .narrow_li li { margin-bottom: 0.2em;}

div#contents li li { margin-bottom: 0.2em;}

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: 1.2em;
}
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 ol.noNumber2 li {
	list-style-type: none;
	padding-left: 0;
	text-indent: -1.8em;
}

div#contents ol.noNumber3 li {
	list-style-type: none;
	padding-left: 0;
	text-indent: -1.2em;
}

/* ===== pagetop ===== */
.pagetop {
	text-align: right;
}

.pagetop a {
	background-image: url(../img/bg_pagetop.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
}

