@charset "utf-8";

/* ---------- reset ---------- */
*
{
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
}

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,

div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";

   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,

div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar  {display:block;}
/* end MacIE5 */
/* clearfix end
==========================================================*/

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:inherit;
	background-color:#fff;
	text-align:center;
	color:#999;
}

a
{
	color:#757575;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.separate
{
	clear:both;
}

hr.clear
{
	display:none;
}

li
{
	list-style-type:none;
}

.clear
{
	clear:both;
}

.none
{
	display:none;
}
p
{
	color: #666;
}
/* ---------- body_end ---------- */

/* ---------- container ---------- */

div#container
{
	width:100%;
	margin:0 auto;
	text-align:center;
}

div.container-inner
{
	width:800px;
	margin:0 auto;
}

div.container-archive
{
}
.clear
{
	clear:both;
}
/* ---------- container ---------- */

/* ---------- header ---------- */

div#header
{
	width:800px;
	margin:0 auto;
	background:#fff;
}

div.header-inner
{
	padding:1px 0 5px 15px;
	text-align: left;
}

div#header h1
{
	font-size:70%;
}

div#header h1 a{color:#595656;}

/* ---------- header_end ---------- */

/* ---------- banner ---------- */

div#banner
{
	padding:0;
	background:url("http://www.zoukeikanban.com/img/main/bg_header.jpg") repeat-x 0 0;
}

div.banner-inner
{
	height:407px;
}

div#banner_e
{
	padding:0;
}

div.banner-inner_e
{
	height:150px;
}
/* ---------- banner_bg ---------- */

/* ---------- content ---------- */

div#content
{
	width:800px;
	background:#fff;
	padding:0 0 15px 0;
	margin:0 auto;
}

/* ---------- content_end ---------- */

/* ---------- main ---------- */

div#main
{
	float:right;
	width:600px;
	text-align:left;
}


div#main h2
{
	height:44px;
	margin:10px 0 0;
	padding:12px 0 0 20px;
	background:url("http://www.zoukeikanban.com/img/cmn/h2.gif") no-repeat 0 0;
	color:#666;
	font-size:1.2em;
}

div#main h3
{
	height:44px;
	margin:10px 0;
	padding:12px 0 0 45px;
	background:url("http://www.zoukeikanban.com/img/cmn/h3.gif") no-repeat 0 0;
	color:#666;
	font-size:1.2em;
}

div#main h4
{
	height: 31px;
	margin:10px 0;
	padding-top: 5px;
	padding-left:28px;
	background:url("http://www.zoukeikanban.com/img/cmn/h4.gif") no-repeat 0 0;
	color:#fff;
	font-size:1.1em;
}

div#main h5
{
	margin:10px 0;
	padding-left:22px;
	background:url("http://www.zoukeikanban.com/img/cmn/h5.gif") no-repeat 0 50%;
	color:#e60000;
	font-size:0.8em;
	font-weight: bold;
}
div#main h5 a{color:#f39800;}

div#main h6
{
	margin:10px 0;
	padding-left:18px;
	background:url("http://www.zoukeikanban.com/img/cmn/h6.gif") no-repeat 0 50%;
	color:#000;
	font-size:0.8em;
	font-weight: bold;
}
div#main h6 a{color:#f39800;}

div.mainBox
{
	margin-left:12px;
	margin-right:10px;
}

div.topicPassBox
{
	width: 560px;
	border-bottom:dashed 1px #eb3f3f;
}
p.topicPass
{
	margin-bottom:10px;
	font-size:x-small;
}

p.topicPass a{color:#666;}

/* ---------- main_end ---------- */

/* ---------- sidebar ---------- */

div#sidebar
{
	float:left;
	width:200px;
	text-align:center;
}

div.contents-menu
{
	color:#423636;
	background-color:inherit;
	font-size:80%;
}

div.contents-menu ul
{
	width:180px;
	margin:10px 10px 0 10px;
	list-style-type:none;
	margin-bottom:20px;
	text-align: left;
}

div.contents-menu ul li
{
	text-indent:12px;
	color:#423636;
	background-color:inherit;
	border-bottom:1px solid #dadada;
}

div.contents-menu ul li a
{
	padding:10px 0 10px;
	text-decoration:none;
	color:#9fa0a0;
	display:block;
	overflow:hidden;
	background:url("http://www.zoukeikanban.com/img/cmn/bg_contents_menu.gif") no-repeat 3px 50%;
	line-height:100%;
	font-size:1em;
	font-weight:bold;
}

div.contents-menu ul li a:hover
{
	color:#a10d15;
	line-height:100%;
	text-decoration:none;
}
/*
div.contents-menu ul.sub-category li
{
}

div.contents-menu ul.sub-category li a
{
	color:#423636;
	background:transparent url(http://www.zoukeikanban.com/img/submenu.gif) no-repeat left top;
	display:block;
	padding:2px 18px 2px 38px;
}

div.contents-menu ul.sub-category li a:hover
{
	background:transparent url(http://www.zoukeikanban.com/img/submenu.gif) no-repeat;
	background-position:0px -300px;
	line-height:100%;
}
*/

div.bannerArea
{
	text-align:center;
}
div.bannerArea img
{
	margin-bottom: 10px;
}

div.bannerArea a:hover
{
	text-decoration:none;
}

div.shopInfo{
	width: 185px;
	margin: 0 auto;
	padding: 5px 4px;
	text-align: left;
	border: solid 1px #d9d9d9;
}

div.shopInfo img
{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height:0;
}

div.shopInfo div.s_back{
	background: #f0f0f0;
}

div.shopInfo dl
{
	color:#666;
	font-size:85%;
	line-height:120%;
	padding: 10px;
	margin: 0;
}

/* ---------- sidebar_end ---------- */

/* ---------- footer ---------- */

div#footer
{
	width:100%;
	background: url(http://www.zoukeikanban.com/img/cmn/foot.gif) repeat-x 0 0;
	text-align:center;
}
div.footer-inner
{
	width:800px;
	margin:0 auto;
	color:#fff;
	font-size:0.8em;
	padding-top: 25px;
	text-align:center;
}

div.footer-inner p{
	padding:0 0 9px;
	color:#fff;
}

div.footer-inner p a{color:#fff;}

/* ---------- footer_end ---------- */

/*------------------------------------
 Top
------------------------------------*/

div#main div.mainBox h2.top_tit
{
	margin: 10px 0;
	padding: 0;
}

div.topBody
{
	margin:10px 0 15px;
	font-size: small;
	line-height:180%;
}

div.topImgRight p
{
	float:left;
	width:320px;
}

div.topImgRight img
{
	float:right;
}

div.topImgLeft p
{
	float:right;
	width:320px;
}

div.topImgLeft img
{
	float:left;
}

 div.t_bBox
{
	float: right;
}

div.t_bBox table
{
	width: 425px;
}

div.t_bBox table tr th
{
	color:#555;
	font-size:large;
}

div.t_bBox table tr td a
{
	font-size: 100%;
	color: #666;
}

ul.news-box
{
	padding: 0 10px;
}

.aboutBody
{
	margin:10px 0 15px;
	font-size: small;
	line-height:180%;
}

div.page_up
{
	text-align: right;
	border-bottom: double 3px #ae0001;
	padding: 3px 0;
}

div.page_up p a
{
	color: #ae0001;
}

div.page_up p a:hover
{
	text-decoration:underline;
}



img.Left
{
	float:left;
}

img.Right
{
	float:right;
}

.margin_b20
{
	margin-bottom: 20px;
}

/*------------------------------------
 outline
------------------------------------*/

div.outlineBody
{
	margin:10px 0 15px;
	font-size: small;
	line-height:180%;
}

div.outlineBody div.outline_01 table
{
	width: 560px;
}

div.outlineBody div.outline_01 table tr th
{
	text-align: left;
	width: 160px;
	border-bottom: dashed 1px #7b7b7b;
	padding: 7px 0 5px;
}

div.outlineBody div.outline_01 table tr td
{
	width: 400px;
	border-bottom: dashed 1px #7b7b7b;
	padding: 7px 0 5px;
}

div.outlineBody div.map
{
	width: 560px;
	height: 360px;
	text-align: right;
	padding-bottom: 20px
}




div.outlineBody ul
{
	padding: 0 10px;
}

div.outlineBody ul li
{
	paddig: 7px 0 5px;
}


/*------------------------------------
 form
------------------------------------*/

div.formBody
{
	margin:10px 0 15px;
	font-size: small;
	line-height:180%;
}

div.formBody div.form_01
{
	padding: 15px;
	border: double 3px #ae0001;
	margin-bottom: 10px;
}

div.formBody div.form_01 p
{
	text-align:left;
}

div.formBody div.form_01 p.tel
{
	font-size: medium;
	font-weight: bold;
	color: #ae0001;
	padding:  10px 0 10px 80px;
}

div.formBody table
{
	border: solid 1px #c2c2c2;
	border-collapse: collapse;
	width: 560px;
	margin-bottom: 15px;
}

div.formBody table tr th
{
	background: #ebebeb;
	border: solid 1px #c2c2c2;
	border-collapse: collapse;
	padding: 7px 15px;
}

div.formBody table tr td
{
	border: solid 1px #c2c2c2;
	border-collapse: collapse;
	padding: 7px 15px;
}

div.formBody table tr td input
{
	border:1px solid #ccc;
	width:98%;
}

div.formBody table tr th span
{
	color: #ae0001;
}

div.formBody table tr td textarea{
	border:1px solid #ccc;
	width:98%;
}

p.form_bt
{
	text-align: center;
}

p.form_bt input.f_bt01
{
	padding: 15px 30px: 
	background: #fff;
	border: solid 1px #ccc;
}

/*------------------------------------
 Link
------------------------------------*/

.linkBody
{
	margin:10px 0 15px;
	font-size: small;
	line-height:180%;
}

.linkBody dl dt
{
	margin: 10px 0 10px 10px;
}

.linkBody dl dt span
{
	font-weight: bold;
}

.linkBody dl dd
{
	margin: 10px 0 10px 20px;
}

div.schoolBanner
{
	text-align:left;
}

p.pageTop
{
	text-align:right;
	font-size:small;
}

div#banner
{
	width:100%;
	padding:0;
}

div.banner-inner
{
	height:407px;
}

div#banner_e
{
	width:100%;
	padding:0;
	background:url("http://www.zoukeikanban.com/img/cmn/bg_header_content.jpg") repeat-x 0 0;
}

div.banner-inner_e
{
	height:150px;
}


/****************************************************
 Profile
****************************************************/
strong.profileRed
{
	color:#a00;
}

div.profileBody
{
	padding:5px;
	border:3px double #a00;
}

div.profileHistory dt
{
	clear:both;
	float:left;
	width:120px;
	color:#666;
}

div.profileHistory dd
{
	float:left;
	width:430px;
	color:#666;
}

div.profileGreeting
{
	padding-bottom:10px;
	border-bottom:1px dashed #999;
}

/****************************************************
 Backyard
****************************************************/
div.backyardYaji
{
	text-align:center;
}