body {
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	word-break: break-all;
	overflow: auto;
}
a:active { color: #FF0000}
a:link { color: #0000FF}
a:visited { color: #0099CC}
a:hover { color: #FF0000}
table {
	text-align: left;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
}
form { display: inline}
ul {
	margin: 0 0 0 2em;
	padding: 0; 
}
ol {
	margin: 0 0 0 2em;
	padding: 0; 
}

/* -------------ラッパーの設定-------------*/
#wrapbody {
	width: 860px;
	margin: 0 auto;
}
#wrapbodyback {
	float: left;
	width: 860px;
	background-image: url(../image/b03.jpg);
	background-repeat: repeat-y;
}
#wrap {
	clear: both;
	width: 820px;
	margin: 0 auto;
}
#wrapback {
	float: left;
	width: 820px;
	background-image: url(../image/b01.jpg);
	background-repeat: repeat-y;
}
#wraph {
	width: 820px;
	margin: 0 auto;
}
#wraphback {
	float: left;
	width: 820px;
}
#wrapf {
	clear: both;
	width: 820px;
	margin: 0 auto;
}
#wrapfback {
	float: left;
	width: 820px;
}
#wrapcnts {
	float: left;
	width: 820px;
}
#wrapmenu {
	width: 190px;
	margin: 0 auto;
}
#wrapmenuright {
	width: 150px;
	margin: 0 auto;
}

/* -------------ヘッダーの設定-------------*/
#headerback {
	width: 820px;
	padding-bottom: 0;
	background-color: #FFFFFF;
}
#header {
	width: 820px;
	background-color: #FFFFFF;
}
#header .index {
	display: block;
	text-align: center;
	padding: 5px 0;
	background-color: #FFFFFF;
}
#header h1 {
	color: #000000;
}
#header .banner {
	float: left;
	width: 820px;
	background-image: url(../image/hb01.jpg);
	background-repeat: repeat-y;
}
#header .banner2 {
	float: left;
	width: 820px;
	background-image: url(../image/hb02.jpg);
	background-repeat: repeat-y;
}
#header .left {
	float: left;
	text-align: left;
}
#header .right {
	float: right;
	text-align: right;
}
#header .navi {
	display: block;
	padding: 5px 0;
	clear: both;
}

/* ---------------中側の設定---------------*/
#centerback {
	float: right;
	width: 620px;
	margin: 0;
}
#centercnts {
	width: 601px;
	margin: 0 auto;
	padding: 5px 0;
}

/* ---------------左側の設定---------------*/
#leftcnts {
	color: #000000;
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px 0;
}
#leftcnts a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftcnts a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#leftcnts a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/* ---------------右側の設定---------------*/
#rightcnts {
	color: #FFFFFF;
	float: right;
	width: 0;
	margin: 0;
}
#rightcnts a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightcnts a:visited{
	color: #EEEEEE;
	text-decoration: none;
}
#rightcnts a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/* -------------フッターの設定-------------*/
#footerback {
	width: 820px;
	padding-top: 0;
	text-align: right;
	background-color: #FFFFFF;
}
#footer {
	width: 820px;
	padding: 5px 0;
	color: #FFFFFF;
	background-color: #0A3190;
}

/*#footerback {
	width: 820px;
	padding-top: 0;
	background-image: url(../image/b01.jpg);
	background-repeat: repeat-y;
}
#footer {
	width: 620px;
	padding: 5px 0;
	margin-left: 200px;
	color: #FFFFFF;
	text-align: right;
	background-color: #0A3190;
}*/

#footerback2 {
	width: 820px;
	padding-top: 0;
	text-align: right;
	background-color: #FFFFFF;
}
#footer2 {
	width: 820px;
	padding: 5px 0;
	color: #FFFFFF;
	background-color: #0A3190;
}

/* -------------上メニュー設定-------------*/
#navigation {
	width: 820px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 32px;
	overflow: hidden;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#0A3190), 
		to(#0A3190));
	background: -moz-linear-gradient(top, #0A3190, #0A3190 );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#0A3190,endcolorstr=#0A3190,gradienttype=0);
	background-color: #0A3190;
	border-bottom: 2px solid #CCCCCC;
}
#navigation li {
	float: left;
	width: 162px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #000000;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #FFFFFF;
	font-weight: bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#0A3190), 
		to(#0A3190));
	background: -moz-linear-gradient(top, #0A3190, #0A3190 );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#0A3190,endcolorstr=#0A3190,gradienttype=0);
	background-color: #0A3190;
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	color: #FFFFFF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#0A3190), 
		to(#0A3190));
	background: -moz-linear-gradient(top, #0A3190, #0A3190 );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#0A3190,endcolorstr=#0A3190,gradienttype=0);
	background-color: #0A3190;
	background-position: right top;
}

#navigation2 {
	width: 820px;
	height: 30px;
	clear: both;
	margin: 0;
	padding: 0;
	background-image: url(../image/hn.jpg);
}
#navigation2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	float: left;
	text-indent: -9999px;
}
#navigation2 a {
	height: 30px;
	display: block;
	background-image: url(../image/hn.jpg);
	text-decoration: none;
}
#navigation2 a.hn01 { width: 82px; background-position: -0px 0px; margin-left: 0px;}
#navigation2 a.hn02 { width: 82px; background-position: -82px 0px;}
#navigation2 a.hn03 { width: 82px; background-position: -164px 0px;}
#navigation2 a.hn04 { width: 82px; background-position: -246px 0px;}
#navigation2 a.hn05 { width: 82px; background-position: -328px 0px;}
#navigation2 a.hn06 { width: 82px; background-position: -410px 0px;}
#navigation2 a.hn07 { width: 82px; background-position: -492px 0px;}
#navigation2 a.hn08 { width: 82px; background-position: -574px 0px;}
#navigation2 a.hn09 { width: 82px; background-position: -656px 0px;}
#navigation2 a.hn10 { width: 82px; background-position: -738px 0px;}
#navigation2 a:hover {
	background-image: url(../image/hn.jpg);
	text-decoration: none;
}
#navigation2 a:hover.hn01 { width: 82px; background-position: -0px -100px;}
#navigation2 a:hover.hn02 { width: 82px; background-position: -82px -100px;}
#navigation2 a:hover.hn03 { width: 82px; background-position: -164px -100px;}
#navigation2 a:hover.hn04 { width: 82px; background-position: -246px -100px;}
#navigation2 a:hover.hn05 { width: 82px; background-position: -328px -100px;}
#navigation2 a:hover.hn06 { width: 82px; background-position: -410px -100px;}
#navigation2 a:hover.hn07 { width: 82px; background-position: -492px -100px;}
#navigation2 a:hover.hn08 { width: 82px; background-position: -574px -100px;}
#navigation2 a:hover.hn09 { width: 82px; background-position: -656px -100px;}
#navigation2 a:hover.hn10 { width: 82px; background-position: -738px -100px;}

#navigation2 .hns01 { width: 82px; height: 30px;}
#navigation2 .hns02 { width: 82px; height: 30px;}
#navigation2 .hns03 { width: 82px; height: 30px;}
#navigation2 .hns04 { width: 82px; height: 30px;}
#navigation2 .hns05 { width: 82px; height: 30px;}
#navigation2 .hns06 { width: 82px; height: 30px;}
#navigation2 .hns07 { width: 82px; height: 30px;}
#navigation2 .hns08 { width: 82px; height: 30px;}
#navigation2 .hns09 { width: 82px; height: 30px;}
#navigation2 .hns10 { width: 82px; height: 30px;}

/* -------------テキストサイズ設定-------------*/
.text08px { font-size: 8px; line-height:120%;}
.text09px { font-size: 9px; line-height:120%;}
.text10px { font-size: 10px; line-height:120%;}
.text11px { font-size: 11px; line-height:120%;}
.text12px { font-size: 12px; line-height:120%;}
.text13px { font-size: 13px; line-height:120%;}
.text14px { font-size: 14px; line-height:120%;}
.text15px { font-size: 15px; line-height:120%;}
.text16px { font-size: 16px; line-height:120%;}
.text18px { font-size: 18px; line-height:120%;}
.text20px { font-size: 20px; line-height:120%;}
.text22px { font-size: 22px; line-height:120%;}
.text24px { font-size: 24px; line-height:120%;}
.text28px { font-size: 28px; line-height:120%;}
.text32px { font-size: 32px; line-height:120%;}
.text36px { font-size: 36px; line-height:120%;}
.text08px2 { font-size: 8px; line-height:140%;}
.text09px2 { font-size: 9px; line-height:140%;}
.text10px2 { font-size: 10px; line-height:140%;}
.text11px2 { font-size: 11px; line-height:140%;}
.text12px2 { font-size: 12px; line-height:140%;}
.text13px2 { font-size: 13px; line-height:140%;}
.text14px2 { font-size: 14px; line-height:140%;}
.text15px2 { font-size: 15px; line-height:140%;}
.text16px2 { font-size: 16px; line-height:140%;}
.text18px2 { font-size: 18px; line-height:140%;}
.text20px2 { font-size: 20px; line-height:140%;}
.text22px2 { font-size: 22px; line-height:140%;}
.text24px2 { font-size: 24px; line-height:140%;}
.text28px2 { font-size: 28px; line-height:140%;}
.text32px2 { font-size: 32px; line-height:140%;}
.text36px2 { font-size: 36px; line-height:140%;}

/* -------------見だし設定-------------*/ 
h1 {
    display: inline;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    font-weight: normal
}
h2 {
    display: inline;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    font-weight: normal
}

/* -------------画像設定-------------*/ 
.imgheader {
	width: 820px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
}
.imgcommon {
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgleft {
	float: left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* -------------オプション5設定-------------*/ 
#wrap2 {
	clear: both;
	width: 820px;
	margin: 0 auto;
}
#wrap2back {
	float: left;
	width: 820px;
	background-color: #FFFFFF;
}
#wrap2cnts {
	float: left;
	width: 820px;
}
#center2back {
	float: right;
	width: 820px;
	margin: 0;
}
#center2cnts {
	margin: 5px 10px;
}