@charset "utf-8";



/* ▼ HEADER  */
div#header dl#adress {
	width: 190px;
	margin-top: 3px;
	float: right;
	text-align: left;
}
div#header dl#adress dt {
	white-space: nowrap;
	padding-left:2px;
}
div#header dl#adress dt strong{
	font-weight: bold;
}
div#header dl#adress dd {
	white-space: nowrap;
	padding-left:2px;
}
/* ▼▼▼ CONTENT ▼▼▼ */

div#content #leftcont div.cBox {
	border-color: #e5e5e5;
}
div#content #leftcont div.cBox h3 {
	padding: 4px 10px 3px;
	color: #434343;
	background-color: #e5e5e5;
	font-size: 120%;
	font-weight: bold;
}
div#content #leftcont div.cBox ul {
	list-style-type: disc;
	padding-top: 5px;
	padding-left: 1em;
	padding-bottom: 10px;
	background: url(../images/img_dot01.gif) repeat-x center top;
}
div#content #leftcont div.cBox ul.first {
	padding-top: 0;
	background: none;
}
/* ▼ LEFT-CONT  */
div#content div#leftcont {
	width: 160px;
	margin-right: 10px;
	float: left;
	display: inline;
}
/* ▼ MAIN-CONT  */
div#content div#maincont {
	width: 572px;
	float: left;
	display: inline;
}
div#content div#maincont h2 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}
div#content div#maincont h3 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #eeeeee;
}
div#content div#maincont dl {
	margin-bottom: 10px;
}
div#content div#maincont dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	color: #004999;
}
div#content div#maincont dl dt span {
	color: #bf0045;
}
div#content div#maincont dl dd {
	padding-left: 1.7em;
	padding-right: 10px;
	margin-bottom: 15px;
}
div#content div#maincont dl dd p {
	margin-bottom: 10px;
}
div#content div#maincont dl dd ul {
	padding: 10px;
}
div#content div#maincont dl dd ul li {
	padding-bottom: 5px;
}
div#content div#maincont dl dd ol {
	padding: 10px 10px 10px 32px;
}
div#content div#maincont dl dd ol ul {

}
div#content div#maincont dl dd ol ul li {
}
div#content div#maincont dl dd ol ul li.ttl {
	padding-left: 0;
	font-weight: bold;
}
div#content div#maincont dl dd span {
	font-weight: bold;
}
ol.lower {
	list-style-type: lower-alpha;
}
ol.lower li {
	margin-bottom: 3px;
}


.pageTop {
	margin-bottom: 40px;
	text-align: right;
	padding-right: 15px;
}
p.atten {
	margin: 0;
	padding: 0;
}
.bold {
	font-weight: bold;
}

