@charset "utf-8";
/*---------------------------------
  CSS 担当者名 Document 2011.10
  Last Update 2011.00.00 担当者名
----------------------------*/

/*#################### 共通設定 ####################*/

body {
	background:url(../img/wall-body.gif) 0 0 repeat-x #ffffff;
	padding-top:9px;
	text-align:center;
	color:#333333;
	font-size:12px;
	}
p {
	margin:0 0 15px;
	line-height:1.35;
	text-align:justify;  
	text-justify:inter-ideograph;  
	}

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

hr {display:none;}


/*#################### 枠設定 ####################*/

.box{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
.box:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#Header {
	height:107px;
	text-align:center;
	}
#Header .box{
	margin:0 auto;
	position:relative;
	height:107px;
}
#Navi01{
	background:url(../img/header/wall-navi01.gif) 0 0 repeat-x;
	clear:both;
	padding:6px 0 4px;
	text-align:center;
	}
#Navi01 .box{
	position:relative;
	overflow:hidden;
}

#Navi02{
	background:url(../img/header/wall-navi02.gif) 0 0 repeat-x;
	clear:both;
	margin-bottom:37px;
	padding:9px 0 7px;
	text-align:center;
	}
#Navi02 .box{
	position:relative;
	overflow:hidden;
}
	
#Container {
	clear:both;
	text-align:center;
	margin-bottom:30px;
	}
#Container .box{
}
#Main {
	display:inline;
	float:left;
	width:700px;
	min-height:500px;
	_height:500px;
	}
#Sub {
	display:inline;
	float:right;
	width:265px;
	min-height:500px;
	_height:500px;
	}
p.pageTop{
	position:absolute;
	top:-20px;
	right:0;
	}
#Container:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}
#Footer {
	background:url(../img/footer/wall-footer01.gif) 0 0 repeat-x #eeeeee;
	clear:both;
	padding-bottom:30px;
	text-align:center;
	}
#Footer .box{ position:relative;}


/*#################### Header ####################*/

#Header h1{
	/*display:inline;
	float:right;
	width:700px;*/
	height:17px;
	margin:0 0 0 10px;
	font:normal 10px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#ffffff;
	text-align:left;
	overflow:hidden;
}
#Header p#SiteId{
	display:inline;
	float:left;
	width:285;
	height:102px;
	margin:0;
	padding-top: 5px;
}
#Header .searchBox{
	position:absolute;
	top:-5px;
	left:780px;
	width:220px;
	height:26px;
	overflow:hidden;
}
#Header .searchBox .headerform{
	background:url(../img/header/input.gif) 0 0 no-repeat;
	width:220px;
	display: block;
	height: 26px;
	position: relative;
	border:0;
}
#Header .searchBox .headerform input.menu01{
	width: 175px;
	height:16px;
	position: absolute;
	top: 5px;
	left: 10px;
	overflow:hidden;
	border:0;
}
#Header .searchBox .headerform input.menu02{
	position: absolute;
	top: 0px;
	right:0;
	width:32px;
	height:26px;
	font-size:0;
}
#Header ul{
	position:absolute;
	top:0px;
	left:617px;
	width:163px;
	margin:0;
}
#Header ul li{
	display:inline;
	float:left;
	margin:0 10px 0 0;
	height:20px;
	overflow:hidden;
}
#Header ul li a{ font-size:0;}

#Header ul:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#Header p.bnr{
	display:inline;
	float:right;
	margin:0;
	padding-top: 10px;
}


/*#################### Navi ####################*/

#Navi01 ul{
	float:left;
	position:relative;
	left:50%;
}
#Navi01 ul li{
	float:left;
	margin:0 60px 0 0;
	font-weight:bold;
	position:relative;
	left:-50%; 
}
#Navi01 ul li.menu01{
	background:url(../img/header/ico-header01.gif) 0 0 no-repeat;
	padding:6px 0 6px 28px;
}
#Navi01 ul li.menu02{
	background:url(../img/header/ico-header02.gif) 0 0 no-repeat;
	padding:6px 0 6px 32px;
}
#Navi01 ul li.menu03{
	background:url(../img/header/ico-header03.gif) 0 0 no-repeat;
	padding:6px 0 6px 30px;
}
#Navi01 ul:after,
#Navi01:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#Navi02 ul{
	float:left;
	position:relative;
	left:50%;
}
#Navi02 ul li{
	background:url(../img/header/ico-arrow-green01.gif) 0 4px no-repeat;
	float:left;
	margin:0 15px 0 0;
	padding-left:10px;
	position:relative;
	left:-50%; 
}
#Navi02 ul li a{ color:#333333;}


/*#################### Contents ####################*/

#TopicPath{
	width:700px;
	margin:0 0 15px 0;
	}
#TopicPath ol{
	width:700px;
	list-style-type:none;
	}
#TopicPath ol li{
	background:url(../img/contents/ico-arrow-path.gif) 0 5px no-repeat;
	display:inline;
	float:left;
	padding-left:12px;
	margin:0 10px 0 0;
	}
#TopicPath ol li.top{
	background:none;
	padding:0;
}

#TopicPath ol:after{	
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


.contentsBox{
	clear:both;
	width:700px;
	margin:0 0 20px 0;
}
.contentsBox:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#Main ul#LinkBnr{
	clear:both;
	width:718px;
	margin:0 -18px 0 0;
}
#Main ul#LinkBnr li{
	display:inline;
	float:left;
	width:341px;
	height:65px;
	margin:0 18px 0 0;
}
#Main ul#LinkBnr:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


/*#################### Sub ####################*/

#Sub p.subBnr{margin-bottom:20px;}
#Sub .subMenu{
	width:265px;
	margin-bottom:20px;
}
#Sub .subMenu#Cart{
	background:url(../img/side/wall-sub-cart.gif) left bottom no-repeat;
	height:300px;
	overflow:hidden;
	}
#Sub .subMenu#Cart .title{
	background:url(../img/side/title-sub-cart.gif) 0 0 no-repeat;
	width:265px;
	height:22px;
	_height:30px;
	padding:8px 0 0;
	margin-bottom:14px;
	overflow:hidden;
}
#Sub .subMenu#Cart .title h2{
	display:inline;
	float:left;
	width:150px;
	font:bold 12px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin:0 0 0 35px;
	color:#ffffff;
}
#Sub .subMenu#Cart .title p{
	display:inline;
	float:right;
	width:50px;
	margin:0 15px 0 0;
	font:bold 12px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#ffffff;
	text-align:right;
}
#Sub .subMenu#Cart .title:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#Sub .subMenu#Cart .cartIn{
	background:#e7f4d5;
	border:1px solid #c2d5a9;
	width:237px;
	height:180px;
	margin:0 14px 18px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#Sub .subMenu#Cart .cartIn dl{
	clear:both;
	border-bottom:1px solid #c2d5a9;
	width:220px;
	margin:0 15px 0 0;
	padding:10px 0;
}
#Sub .subMenu#Cart .cartIn dl dt{
	display:inline;
	float:left;
	width:150px;
	margin:0 0 0 10px;
}
#Sub .subMenu#Cart .cartIn dl dd{
	display:inline;
	float:right;
	margin:0 10px 0 0;
	width:44px;
}
#Sub .subMenu#Cart .cartIn dl:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}



#Sub .subMenu#Cart p.cartBtn{
	text-align:center;
	margin:0;
}
#Sub .subMenu#News{
	background:url(../img/side/wall-sub01-bottom.gif) left bottom no-repeat;
	position:relative;
}
#Sub .subMenu#News h2{
	position:relative;
	z-index:10;
}

#Sub .subMenu#News dl{
	background:url(../img/side/wall-sub01.gif) 0 0 no-repeat;
	padding:7px 12px;
	position:relative;
	top:-10px;
	z-index:1;
}
#Sub .subMenu#News dl dt{
	background:url(../img/side/ico-arrow-orange.gif) 0 3px no-repeat;
	padding:1px 0 1px 15px;
}
#Sub .subMenu#About{
	background:url(../img/side/wall-sub02-body.gif) 0 0 repeat-y;
	padding:2px 3px;
	border-top:1px solid #c8e89b;
	border-bottom:1px solid #c8e89b;
	width:259px;
	_width:265px;
	overflow:hidden;
}
#Sub .subMenu#About .inner{
	background:url(../img/side/wall-sub02.gif) 0 0 repeat-y;
	width:259px;
	padding:10px 0;
	display:block;
}
#Sub .subMenu#About .inner h2{
	margin:0 14px 12px;
	
	}
#Sub .subMenu#About .inner p{margin:0 14px;}
#Sub ul.subBnr li{margin-bottom:10px;}
#Sub ul.subBnr li img{ vertical-align:bottom;}

	
/*####################Footer####################*/

#Footer .box ul{
	display:inline;
	float:right;
	width:545px;
	margin:4px -15px 28px 0;
}
#Footer .box ul li{
	display:inline;
	float:left;
	margin:0 15px 0 0;
	font-size:0;
}
#Footer .box ul:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#Footer .box p{
	clear:both;
	margin-bottom:5px;
}
#Footer .box h2{
	display:inline;
	float:left;
	width:161px;
	height:28px;
	margin:0;
}
#Footer .box #CopyRight{
	clear:none;
	display:inline;
	float:right;
	margin:14px 0 0 0;
	font:normal 10px verdana;
}



/*end*/

div.owabi{
	border: 3px solid #DEE1E4;
	padding: 1px;
	margin-bottom: 20px;
}
div.owabi p{
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #DEE1E4;
	background: #f6f6f6;
	font-weight: bold;
}
div.owabi span{
	font-weight: bold;
}
div.owabi .text{
	padding: 15px 20px 25px 20px;
}


