@charset "UTF-8";

@import url(../../shared/css/import.css);


#header #siteId {
	margin-bottom: 20px;
}

#header #siteId h1 {
    float: left;
    padding-top: 30px;
}

#header #siteId  p#siteLogo {
    float: right;
}


#main #pageNavi {
	margin-bottom: 30px;
    background: url(../../shared/img/bg_cnr_btm950.png) no-repeat left bottom;
}

#main #pageNavi h2 {
	padding: 12px 20px 7px;
	font-size: 153.9%;
	color: #fff;
    background: #85B000 url(../../shared/img/bg_cnr_green_ttl950.png) no-repeat left top;
}

#main #pageNavi ol {
	padding: 20px 30px;
	font-size: 108%;
	line-height: 1.5;
}

#main #pageNavi ol li {
	margin-bottom: 10px;
	padding-left: 23px;
	background: url(img/icon_l1.png) no-repeat left .15em;
}

#main #pageNavi ol li a {
	color: #333;
	text-decoration: none;
}

#main #pageNavi ol li a:hover {
    color: #106927;
    background-color: #DFEEB2;
}

#main #pageNavi ol ol {
	padding: 0 20px;
}

#main #pageNavi ol li li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(img/icon_l2.png) no-repeat left .4em;
}

#main #pageNavi ol li li li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(img/icon_l3.png) no-repeat left .7em;
}

#main .Section {
	clear: both;
	margin-bottom: 30px;
}

#main .Section h2 {
	margin-bottom: 1em;
	padding: 3px 0 3px 35px;
	border-top: 5px solid #106927;
	font-size: 167%;
	color: #fff;
	background: #86B200 url(img/icon_h3.png) no-repeat 10px center;
}

#main .Wrap {
	padding: 0 10px 10px;
}

#main .Section h3 {
	margin-bottom: .5em;
	padding-left: 18px;
	border-bottom: 4px dotted #C1DE74;
	font-size: 153.9%;
	color: #106927;
	background: url(img/icon_l2.png) no-repeat 5px .4em;
}

#main .Section h4 {
	margin-top: 1em;
	margin-bottom: .3em;
	padding-left: 12px;
	font-size: 138.5%;
	color: #106927;
	background: url(img/icon_l3.png) no-repeat left .7em;
}

#main .Section table {
	margin-bottom: 1em;
	border: 1px solid #ccc;
}

#main .Section table th {
	background-color: #ffc;
}

#main .Section table th,
#main .Section table td {
	padding: 5px 20px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: justify;
}

#main .Section ul {
	margin-bottom: 1em;
}

#main .Section ul li {
	margin-left: 1.5em;
	padding-left: 10px;
	background: url(img/icon_l4.png) no-repeat left .5em;
}

#main .Section pre {
	margin: .5em 0 1em;
	padding: 10px 20px;
	font-size: 123.1%;
	line-height: 1.4;
	border: 1px solid #AEBDCC;
	background-color: #F3F5F7;
}

#main .Section .Center {
	text-align: center;
	padding-bottom: 1em;
}

#main .Section em {
	font-weight: bold;
	font-size: 108%;
}

#main .Section .Center img {
	border: 1px solid #ccc;
}

#main .Section .Trademark {
	padding-top: 1.5em;
	border: 1px solid #ccc;
}

#main ul.TopLink {
}

