/* common
---------------------------------------------------------------------------- */
#containar {
	width: 754px;
	margin: 0 auto;
}

#contBg01 {
	width: 100%;
 background: url(../images/bg02.gif) center top no-repeat;
}

#colMContents {
	width: 500px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;
}


.txMT {	margin: 17px 0 0 0;	}
.txMTB {	margin: 17px 0;	}
.txMB {	margin: 0 0 17px 0;	}

.txB {	font-weight: bold;	}

.clr {	clear: both; }

.blk {	display: block; }

.txClr01 /* 緑 */ { color: #339999;	}
.txClr01B /* 緑 */ { color: #339999;	font-weight: bold;	}
.txClr02 /* 赤 */ { color: #CC3300;	}
.txClr02B /* 赤 */ { color: #CC3300;	font-weight: bold;	}
.txClr03B /* 青 */ { color: #0066CC;	font-weight: bold; text-decoration: underline;	}

.link {
	text-indent:1.2em;
	background: url(../img/linkicon.gif) no-repeat left center;
}

.blankLink {
	text-indent:1.5em;
	background: url(../img/linkicon02.gif) no-repeat left center;
}

.txtLinkR {
	float:right;
	text-indent:1.2em;
	background: url(../img/linkicon.gif) no-repeat left center;
}

.pagetop{
	text-align:right;
	clear:both;
	margin:20px;
}

.pagetop02{
	text-align:right;
	clear:both;
}

hr {
	border:1px #FFFFFF solid;
	clear:both;
}

/* header
---------------------------------------------------------------------------- */
#header {
	width: 714px;
	height: 41px;
	padding: 15px 20px 5px 20px;
	background: url(../img/bg_header.gif) no-repeat;
}

#logo{
	width: 193px;
	float: left;
}

#hRight {
	width: 500px;
	float: right;
	text-align: right;
}

h1{
	font-size:11px;
	line-height:11px;
	color:#999999;
	margin:8px 0 0 0;
}

/* global navi
---------------------------------------------------------------------------- */
#gnavi {
	height: 40px;
	background:url(../img/gnavi_bg.jpg) no-repeat;
	clear: both;
}

#gnavi ul {
}

#gnavi li {
	display:inline;
	list-style-type:none;
}

#gnavi li a {
	height: 40px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	}

#gnavi li.gnavi01 a{
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat 0px 0px;
}

#gnavi li.gnavi02 a{
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat -126px 0px;
}

#gnavi li.gnavi03 a{
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat -252px 0px;
}

#gnavi li.gnavi04 a{
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat -378px 0px;
}

#gnavi li.gnavi05 a{
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat -504px 0px;
}

#gnavi li.gnavi06 a{
	width:124px;
	background: url(../img/gnavi.jpg) no-repeat -630px 0px;
}

/* hover */
#gnavi li.gnavi01 a:hover {
	background: url(../img/gnavi.jpg) no-repeat 0px -40px;
}

#gnavi li.gnavi02 a:hover {
	background: url(../img/gnavi.jpg) no-repeat -126px -40px;
}

#gnavi li.gnavi03 a:hover {
	background: url(../img/gnavi.jpg) no-repeat -252px -40px;
}

#gnavi li.gnavi04 a:hover {
	background: url(../img/gnavi.jpg) no-repeat -378px -40px;
}

#gnavi li.gnavi05 a:hover {
	background: url(../img/gnavi.jpg) no-repeat -504px -40px;
}

#gnavi li.gnavi06 a:hover {
	background: url(../img/gnavi.jpg) no-repeat -630px -40px;
}

/* current */
#gnavi li.gnavi01current a {
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat 0px -40px;
}

#gnavi li.gnavi02current a {
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat -126px -40px;
}

#gnavi li.gnavi03current a {
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat -252px -40px;
}

#gnavi li.gnavi04current a {
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat -378px -40px;
}

#gnavi li.gnavi05current a {
	width:126px;
	background: url(../img/gnavi.jpg) no-repeat -504px -40px;
}

#gnavi li.gnavi06current a {
	width:124px;
	background: url(../img/gnavi.jpg) no-repeat -630px -40px;
}

/* path
---------------------------------------------------------------------------- */
#path {
	color: #ABBDE3;
	font-size:11px;
	line-height:11px;
	background:url(../img/bg_path.jpg) no-repeat;
	height:11px;
	text-align: right;
	padding: 4px 20px 3px 0;
}

#path a {
 color: #ABBDE3;
}


/* local navi
---------------------------------------------------------------------------- */
#lnavi a{
	display:block;
	width:180px;
	height:19px;
	background:url(../img/bg_lnavi.jpg) no-repeat 0 0;
	text-decoration: none;
	color: #133C7E;
	padding:8px 0 0 30px;
}
#lnavi a:hover{
	display:block;
	width:180px;
	height:19px;
	background:url(../img/bg_lnavi.jpg) no-repeat 0 -27px;
	text-decoration: none;
	color: #0066CC;
	padding:8px 0 0 30px;
}

#lnavi a.current{
	display:block;
	width:180px;
	height:19px;
	background:url(../img/bg_lnavi.jpg) no-repeat 0 -27px;
	text-decoration: none;
	color: #0066CC;
	padding:8px 0 0 30px;
}
#lnavi li.thirdm a:hover{
	display:block;
	width:180px;
	height:19px;
	text-decoration: none;
	color: #0066CC;
	padding:8px 0 0 30px;
	background-image: url(../img/bg_lnavi02.jpg);
	background-repeat: no-repeat;
	background-position: 0 -27px;
}
#lnavi li.thirdm a {
	display:block;
	width:180px;
	height:19px;
	background:url(../img/bg_lnavi02.jpg) no-repeat 0 0;
	text-decoration: none;
	color: #133C7E;
	padding:8px 0 0 30px;
}
#lnavi li.thirdm a.current{
	display:block;
	width:180px;
	height:19px;
	text-decoration: none;
	color: #0066CC;
	padding:8px 0 0 30px;
	background-image: url(../img/bg_lnavi02.jpg);
	background-repeat: no-repeat;
	background-position: 0 -27px;
}

#lnavi {
	margin: 0 0 10px 0;
}

#lnavi ul {
	list-style-type:none;
	font-size:12px;
	line-height:12px;
}

/* footer
---------------------------------------------------------------------------- */
#footerLink {
	clear: both;
	color: #FFF;
	width: 714px;
	height:12px;
	font-size:11px;
	text-align:center;
	background: url(../img/bg_footer.gif) repeat-x left top;
	padding: 6px 20px 12px;
}
#footerLink a:link, #footerLink a:visited {
	color: #FFF;
	text-decoration: none;
}
#footerLink a:hover, #footerLink a:active {
	color: #ACF810;
	text-decoration: underline;
}

.footerL {
	clear:both;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width: 440px;
	float: left;
	margin:0 0 10px 0;
}
.footerR {
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width: 314px;
	float: left;
	text-align:right;
	margin:0 0 10px 0;
}



/*-- サイトマップフォーマット --*/

.sitemap ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	background-image: url(../img/s-dot3.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0px;
}

.sitemap ul li {
	background-image: url(../img/s-dot.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	font-size: 12px;
}

.sitemap ul li.s-close {
	background-image: url(../img/s-dot2.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.sitemap ul li.s-close2 {
	background-image: url(img/s-dot4.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.sitemap ul li.s-close3 {
	background-image: url(../img/s-dot5.gif);
}

.sitemap ul li.s-close4 {
	background-image: url(../img/s-dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.sitemap ul li.s-close5 {
	background-image: url(../img/s-dot6.gif);
}
#main2 .info .result li {
	line-height: 16px;
	font-size: 12px;
	color: #333333;
	padding-bottom: 8px;
