@charset "UTF-8";

@import "reset.css";

body {
	background: #FFF url(../images/bg_page.jpg) repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
	color: #444;
	padding:0 0 30px 0;
	text-align:center;
}

a {
	color: #444;
	text-decoration: underline;
}

a:hover {
	color: #f5852b;
	text-decoration: underline;
}

a:hover.bright img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

#wrapper {
	width: 902px;
	margin:5px auto;
	background: #FFF url(../images/bg_wrapper.gif) repeat-y;
	text-align:center;
}

#header {
	width:862px;
	height:78px;
	margin:0 auto 8px;
	position:relative;
	background:url(../images/bg_header.gif) 0 0 no-repeat;
	text-align:left;
	}
	
	#headLogo {
		width:252px;
		height:42px;
		top:27px;
		left:10px;
		position: absolute;
		}
		#headLogo em, #headLogo a {
			display:block;
			width:252px;
			height:42px;
			text-indent:-999em;
			overflow: hidden;
			}
	
	#headDesc {
		width:450px;
		height:12px;
		font-size:10px;
		line-height:12px;
		position:absolute;
		top:6px;
		left:10px;
		}
	
	#headMess {
		width:590px;
		height:12px;
		font-size:10px;
		line-height:12px;
		position:absolute;
		top:57px;
		left:262px;
		text-align:right;
		}
	
	#headAddress {
		width:500px;
		height:27px;
		font-size:10px;
		line-height:12px;
		color:#388e13;
		position:absolute;
		top:28px;
		left:350px;
		text-align:right;
		}

	#headMenu {
		width: 350px;
		height:14px;
		overflow: hidden;
		line-height:13px;
		font-size:12px;
		position:absolute;
		top:6px;
		left:502px;
	}
	
	#headMenu ul li {
		float: right;
		width: auto;
		margin-left:14px;
		display:inline;
	}
	
	#headMenu ul li a {
		text-decoration:none;
		padding-left: 15px;
		background: url(../images/bow_green.gif) left center no-repeat;
		white-space:nowrap;
	}
	
	#headMenu ul li a:hover {
		background-image:url(../images/bow_orange.gif);
	}


#sidebar {
	float: right;
	width: 191px;
	text-align:left;
}
	
	#globalmenu {
		margin-bottom:16px;
		width:171px;
		height:257px;
		background:url(../images/bg_globalmenu.gif) no-repeat;
		}
		#globalmenu ul {
			padding:1px 1px 0;
			}
		#globalmenu li {
			margin-bottom:1px;
			}
		#globalmenu a {
			display:block;
			width:169px;
			height:31px;
			overflow:hidden;
			text-indent:-999em;
			background-position:0px -2px;
			background-repeat:no-repeat;
			}
		#globalmenu a:hover,
		#globalmenu a.nowin {
			background-position:0px -37px;
			}
			#gmn01 a { background-image:url(../images/menu_01.gif); }
			#gmn02 a { background-image:url(../images/menu_02.gif); }
			#gmn03 a { background-image:url(../images/menu_03.gif); }
			#gmn04 a { background-image:url(../images/menu_04.gif); }
			#gmn05 a { background-image:url(../images/menu_05.gif); }
			#gmn06 a { background-image:url(../images/menu_06.gif); }
			#gmn07 a { background-image:url(../images/menu_07.gif); }
			#gmn08 a { background-image:url(../images/menu_08.gif); }
	
	#sideAddress {
		width:170px;
		height:141px;
		background:url(../images/bn_address.gif) 0 0 no-repeat;
		text-indent:-999em;
		overflow:hidden;
		margin-bottom:8px;
		}
	
	#sideBanner {
		width:170px;
		margin-bottom:18px;
		}
		#sideBanner li {
			margin:0 0 5px 0;
			}

#footer {
	border-top: 1px solid #e7e7e7;
	width: 902px;
	clear:both;
	text-align:left;
	overflow:hidden;
}
	
	#footLeft {
		float:left;
		width:325px !important;
		width /**/:346px;
		padding:6px 0 5px 20px;
		border-right:dotted 1px #CDCDCD;
		}

	#footRight {
		float:right;
		width:547px;
		padding:6px 0 5px 0;
		}

	.footMenu {
		overflow: hidden;
		line-height:14px;
		font-size:12px;
	}
	
	.footMenu li {
		float: left;
		width: auto;
		margin-right:14px;
		margin-bottom:5px;
		display:inline;
	}
	
	.footMenu li a {
		white-space:nowrap;
		padding-left: 15px;
		background: url(../images/bow_green.gif) left center no-repeat;
		text-decoration:none;
	}
	
	.footMenu li a:hover {
		background-image:url(../images/bow_orange.gif);
	}

	#footer-copy {
		font:normal 10px/12px Arial, sans-serif;
		color:#999;
		margin-top:2px;
		clear:left;
	}


/* second */
#bread {
	margin-left:19px;
	width:673px;
	height:22px;
	background:url(../images/bg_bread.gif) no-repeat;
	text-align:left;
	}
	
	#bread p {
		padding-top:6px;
		padding-left:21px;
		color:#fff;
		font-size:10px;
		line-height:12px;
		}
	#bread a {
		color:#FFF;
		text-decoration:none;
		}

#content {
	margin-left:19px;
	width:671px !Important;
	width /**/:673px;
	border-left:solid 1px #E7E7E7;
	border-right:solid 1px #E7E7E7;
	text-align:left;
	}
	
	#content h1 {
		padding:3px 20px 10px;
		background-color:#539B34;
		}
	
	#contInner {
		padding:20px;
		width:631px !important;
		width /**/:671px;
		min-height:400px;
		height:auto !important;
		height:420px;
		}

.pagetoplink {
	line-height:14px;
	font-size:12px;
	text-align:right;
	padding:10px 20px;
	border-top:solid 1px #E7E7E7;
	zoom:1;
	}
	.pagetoplink a {
		white-space:nowrap;
		text-decoration:none;
		background:url(../images/bow_top.gif) left center no-repeat;
		padding-left:15px;
	}
	.pagetoplink a:hover {
		background-image:url(../images/bow_top_f.gif);
	}
	

/*********/
.ctWrap {
	width:631px;
	margin-bottom:2em;
	overflow:hidden;
	}
	
	.ctWrap p, .ctWrap ul, .ctWrap ol {
		line-height:1.6;
		margin-bottom:1em;
		}
	
	.ctWrap ul, .ctWrap ol {
		margin-left:2.5em;
		}
		.ctWrap ul { list-style-type:disc; }
		.ctWrap ul ul { list-style-type:circle; margin-bottom:0; }
		.ctWrap ol { list-style-type:decimal; }
		.ctWrap ol ol { list-style-type:lower-alpha; margin-bottom:0; }

.title01 {
	font-size:130%;
	font-weight:bold;
	line-height:1.1;
	letter-spacing:2px;
	padding-bottom:0.6em;
	background:url(../images/border-ttl1.gif) left bottom repeat-x;
	margin-bottom:0.8em;
	}

.title02 {
	font-size:120%;
	font-weight:bold;
	line-height:1.1;
	padding-top:3px;
	padding-left:6px;
	border-left:solid 5px #539B34;
	margin-top:2em;
	margin-bottom:0.7em;
	}

.title03 {
	color: #539B34;
	font-size:110%;
	font-weight:bold;
	line-height:1.1;
	margin-top:1.5em;
	margin-bottom:0.5em;
	}

.boxWrap {
	border:solid 1px #d4d4d4;
	margin-bottom:2em;
	zoom:1;
	}
	.boxtitle {
		padding:5px 0 4px;
		margin:0 3px;
		text-align:center;
		color:#539B34;
		font-weight:bold;
		letter-spacing:1px;
		line-height:1.1;
		border-bottom:dotted 1px #d4d4d4;
		}
	.boxInner {
		padding:8px 12px;
		line-height:1.4;
		}
	
	.toiBox {
		background:url(../images/mark_01.gif) 98% 82% no-repeat;
		}
		.toiBox img {
			margin-bottom:6px;
			}

/*********/
.fs-small { font-size:80%; }
.fs-large { font-size:110%; }
.fs-xlarge { font-size:120%; }

.clr-green { color:#539B34; }
.clr-red { color: #A9394D; }

.bg-green-1 { background-color: #539B34; }
.bg-green-2 { background-color: #4C743A; }
.bg-green-3 { background-color: #2A6511; }
.bg-green-4 { background-color: #85CD67; }
.bg-green-5 { background-color: #98CD82; }
.bg-red-1 { background-color: #A9394D; }
.bg-red-2 { background-color: #D46A7D; }
.bg-red-3 { background-color: #D48794; }



/*********/
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	overflow:hidden;
}

.colimn2wrap {
	margin-bottom:1em;
	overflow:hidden;
}

.column2left {
	float:left;
	width:305px;
}

.column2right {
	float:right;
	width:305px;
}

	.column2copy {
		margin:4px;
		text-align:right;
		font-size:90%;
		letter-spacing:2px;
		line-height:1.1;
		}

.imgLeft {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	}

.imgRight {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
	}

.txCenter {
	text-align:center;
	}

.txRight {
	text-align:right;
	}

.txLeft {
	text-align:left;
	}

table.tbl-type1 {
	border:none;
	background-color:#aaa;
	}
	.tbl-type1 td, .tbl-type1 th {
		padding:3px 5px;
		line-height:1.3;
		margin:1px;
		vertical-align:middle;
		}
	.tbl-type1 td { background-color:#FFF; }
	.tbl-type1 td.feetex { text-align:right; }
	.tbl-type1 th { background-color: #B8E1A7; text-align:center; }
	.tbl-type1 th[scope="row"] { background-color: #ECF7DB; text-align:center; }
	

/***********/
ul.iconList {
	line-height:1.3;
	margin-bottom:1em;
	}
	ul.iconList li {
		padding-left:20px;
		background-repeat:no-repeat;
		background-position:left center;
		white-space:nowrap;
		margin-bottom:8px;
		}
		.ic-pdf { background-image:url(../images/ic_acrobat.gif); }
		.ic-world { background-image:url(../images/ic_world.gif); }


/********/
a.bowlink {
	padding-left: 15px;
	background: url(../images/bow_green.gif) left center no-repeat;
	}
	a.bowlink:hover {
		background-image:url(../images/bow_orange.gif);
	}

/*******/
.priceWrap {
	margin-bottom:1.5em;
	font-family:"ＭＳ ゴシック", "Osaka－等幅", monospace;
	color:#539B34;
	}
	.priceWrap h3 {
		font-weight:normal;
		font-size:110%;
		margin-bottom:5px;
		}
	.priceWrap table {
		margin-bottom:5px;
		border-bottom:solid 1px #dadada;
		width:100%;
		}
		.priceWrap table td, .priceWrap table th {
			font-weight:normal;
			border-top:solid 1px #dadada;
			padding:5px 7px 4px;
			line-height:1.3;
			vertical-align:middle;
			}
		.priceWrap table th {
			background-color: #D3F7CB;
			text-align:center;
			}

.sisetumap {
	padding-top:20px;
	border-top:dotted 1px #d0d0d0;
	}
