/*  フォントと背景　*/
/*--------------------------------------------------------*/

body {
	font-size: 13px;
*font-size:small;*font:x-small;	font-family: "游ゴシック", "A-OTF リュウミン Pr6N L-KL";
	line-height: 1.8em;
	background-color: #F4F2F0;
	color: #6C5246;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0px;
}

p.contents {font-size: 100%; color: #6C5246;}
p.contents_s {font-size: 85%; color: #6C5246;}
p.contents_l {font-size: 110%; color: #6C5246;}

/*  リンク　*/
/*--------------------------------------------------------*/

a {text-decoration: underline;}
a:link {color:#6C5246;}
a:visited {color:#6C5246;}
a:active {color:#6C5246;}
a:hover {color:#6C5246; text-decoration: none;}

a {
overflow: hidden;
}

/*  レイアウト　*/
/*--------------------------------------------------------*/

#container {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	overflow: hidden;
}


/*  ヘッダー　*/
/*--------------------------------------------------------*/

header{
    width: auto;
    margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
    

header .logo{width: 1055px !important; margin-right: auto; margin-left:auto; auto 10px auto !important;text-align:center;overflow:hidden;}

header .logo .sns{ float:right; margin-top: -40px;}
header .logo .sns a{ width:23px; height:21px; text-indent:-9999px; display:inline-block;margin: 0 7px;}
header .logo .sns a:hover{ background-position:0 -21px;}
header .logo .sns .facebook{background:url(../image/sns/facebook.png) top no-repeat;}
header .logo .sns .twitter{background:url(../image/sns/twitter.png) top no-repeat;}
header .logo .sns .instagram{background:url(../image/sns/instagram.png) top no-repeat;}


#headSec{
}

/*  メインナビゲーション　*/
/*--------------------------------------------------------*/

nav{
	margin-right: auto;
	margin-left: auto;
	padding: auto;
	width:800px !important;
}

nav ul li {
	display: inline;
	float: left;
	line-height:0;
	font-size:0px;
}

/*  2階層目のページタイトル & パンくずリスト　*/
/*--------------------------------------------------------*/

.pagetitleBox{
	margin-top:30px;
	margin-bottom:20px;		
}

.pagetitleBox h2{
}

/*  パンくず　*/

.pagetitleBox .breadCrumb {
	font-size:11px;
	line-height:1.5em;
}

/*  サイドメニュー　*/
/*--------------------------------------------------------*/

.sidemenuBox{
	float:left;
	width:180px;
	margin-right:40px;
}

.sidemenuBox .category{
	width:180px;
	background:#6C5246;
	text-align:center;
	padding:5px 0;
}

.sidemenuBox .category p{
	font-size:15px;
	color:#FFF;
	line-height:1.4em;
	font-family: Garamond, Times New Roman;
}

.sidemenuBox ul{
	margin-top:25px;	
}

.sidemenuBox ul li{
	font-size:13px;
	line-height:1.5em;
	background:url(../image/arrow.png) left no-repeat;
	padding-left:12px;
	padding-top:2px;
	margin-left:2px;
	margin-bottom:18px;
}

.sidemenuBox ul li a {text-decoration: none;}
.sidemenuBox ul li a:link {color:#6C5246;}
.sidemenuBox ul li a:visited {color:#6C5246;}
.sidemenuBox ul li a:active {color:#6C5246;}
.sidemenuBox ul li a:hover {color:#6C5246; text-decoration: underline;}

/*  コンテンツスペース　*/
/*--------------------------------------------------------*/

/*  1列コンテンツ　*/

.contentsBox{
	overflow: hidden;
}

/*  2列コンテンツ　*/

.right_contentsBox{	
	float:right;
	width:680px;
}

article {

}

/*  フッター　*/
/*--------------------------------------------------------*/

/*  フッターメニュー　*/

footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}

footer:before{
    clear: both;
}

footer .footmenuBox{
	width:100%;
	background:#E0DAD3;
}

footer .footmenuBox .footmenuBox_inner{
	width:900px;
	padding:20px 0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}

footer .footmenuBox .footmenuBox_inner .menu01{
	float:left;
	width:85px;
}
footer .footmenuBox .footmenuBox_inner .menu02{
	float:left;
	width:122px;
}
footer .footmenuBox .footmenuBox_inner .menu03{
	float:left;
	width:180px;
	overflow:hidden;
}
footer .footmenuBox .footmenuBox_inner .menu03 .leftbox{
	float:left;
	width:100px;
}
footer .footmenuBox .footmenuBox_inner .menu03 .rightbox{
	float:left;
	width:80px;
}

footer .footmenuBox .footmenuBox_inner .menu04{
	float:left;
	width:165px;
}
footer .footmenuBox .footmenuBox_inner .menu05{
	float:left;
	width:88px;
}
footer .footmenuBox .footmenuBox_inner .menu06{
	float:left;
	width:132px;
}
footer .footmenuBox .footmenuBox_inner .menu07{
	float:left;
	width:128px;
}


footer .footmenuBox .footmenuBox_inner .categoryname{
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:15px;
	color:#AAAFA0;
}

footer .footmenuBox .footmenuBox_inner ul.footmenulist li{
	font-size:11px;
	line-height:1.5em;
	margin-bottom:5px;
}

footer .footmenuBox .footmenuBox_inner ul.footmenulist li a {text-decoration: none;}
footer .footmenuBox .footmenuBox_inner ul.footmenulist li a:link {color:#6C5246;}
footer .footmenuBox .footmenuBox_inner ul.footmenulist li a:visited {color:#6C5246;}
footer .footmenuBox .footmenuBox_inner ul.footmenulist li a:active {color:#6C5246;}
footer .footmenuBox .footmenuBox_inner ul.footmenulist li a:hover {color:#6C5246; text-decoration: underline;}

/*  コピーライト　*/

footer .copyrightBox{
	width:100%;
	height:68px;
	background:#333333;
}

footer .copyrightBox .copyrightBox_inner{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

footer .copyrightBox .copyrightBox_inner .companyname{
	float:left;
	width:185px;
	margin-right:20px;
}

footer .copyrightBox .copyrightBox_inner .companyinfo{
	float:left;
	width:400px;
	text-align:left;
	color:#BABABA;
	font-size:11px;
	line-height:1.6em;
	padding-top:16px;
}

footer .copyrightBox .copyrightBox_inner .copyright{
	float:left;
	width:295px;
	text-align:right;
	color:#BABABA;
	font-size:10px;
	line-height:1.6em;
	padding-top:24px;
}
