@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #eff4ee url(../images/back.gif) repeat-y center top;
	color: #444;
	font: 62.5% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link,a:visited {
	color: #06c;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e00;
	text-decoration: none;
}
img {
	border-style: none;
}
p {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.clear{
clear:both;
}


/* for IE5.5-7 */
.clrfix {
	zoom: 1;
}
.clrfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* for MacIE */
/*\*/*/
.clrfix {
	display: inline-table;
}
/**/



#wrapper {
	width: 760px;
	text-align: left;
	margin: 0px auto;
}


/* header
---------------------------------------------------- */
#header-01 {
	float: left;
	width: 265px;
}
#header-02 {
	float: right;
	width: 420px;
}
h1 {
	font-size: 1.1em;
	color: #666;
	padding: 5px 5px 5px 9px;
	font-weight: normal;
	background: #e7e7e7;
	margin: 0px;
}
h1 strong {
	font-weight: normal;
}


/* footer
---------------------------------------------------- */
#footer {
	margin: 16px 0px 0px;
	padding: 8px 0px 5px;
	border-top: 3px solid #368b2c;
	clear: both;
}
#footer img {
	float: right;
}
#footer p {
	line-height: 160%;
	margin: 0px;
}


/* navigation
---------------------------------------------------- */
#navigation {
	clear: both;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation li {
	width:126px;
	float:left;
}
#navigation li.navi-128 {
	width:128px;
}



/* pagebody
---------------------------------------------------- */
#pagebody {
	clear: both;
}
#pagebody h2 {
	margin: 0px 0px 7px;
	padding: 0px;
}
#pagebody h2#title {
	margin: 3px 0px 15px;
	padding: 0px;
}
p.pright {
	text-align: right;
	margin: 15px 0px;
}
p.pright img {
	margin: 0px 0px 0px 15px;
}
p.pright2 {
	text-align: right;
	margin: 15px 0px;
	font-weight: bold;
}
#pagebody .h3bx {
	border-top: 1px solid #ff8502;
	border-bottom: 1px solid #ff8502;
	margin: 0px 0px 10px;
}
#pagebody .h3bx h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 6px 0px 7px 13px;
	background: #ffb05b url(../images/stback.gif) repeat-x left bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#pagebody .h3bx2 {
	border-top: 1px solid #146d0b;
	border-bottom: 1px solid #146d0b;
	margin: 0px 0px 10px;
}
#pagebody .h3bx2 h3,#pagebody .h3bx2 h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 6px 0px 7px 13px;
	background: #64b94b url(../images/stback2.gif) repeat-x left bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#pagebody h3.st {
	margin: 0px 0px 15px;
	padding: 0px;
}


#contents {
	margin: 0px auto;
	width: 660px;
}




