@charset "utf-8";

/*基本設定
----------------------------------------------------*/

body {
		margin:0 auto;
		padding:0;
		background:url(../images/body_bg.jpg) left top repeat-x;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#555;
		line-height:1.6em;
		font-size:14px;
		text-align:center;
		
}

html {   
		margin:0 auto;
		overflow-y:scroll;
		overflow-x:hidden;   
		background:url(../images/bg.jpg);
}  


a {
		color:#4f342d;
		text-decoration:underline;
}

a:hover {
		color:#4f342d;
		text-decoration:none;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

th,td {
		font-size:12px;
}


#wrap {
		margin:0 auto;
		padding:0;
		width:930px;
		text-align:left;
}

.clear {
		clear:both;
}

.fix:after {
  content: "."; 
  display:block; 
  clear:both;
  height:0;
  visibility:hidden;
}

.fix {
  min-height:1px;
}

* html .fix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.ohz {
		overflow: hidden;
		_zoom: 1;
}


p.mark {
		display:none;
}

span.red {
		color:#c00;
}

#pan{
	margin:0 0 10px 0;
}

/*section p
----------------------------------------------------*/

.section {
	width:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.section10 {
	width:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}



.btm5 {
		margin-bottom:5px;
}

.btm10 {
		margin-bottom:10px;
}

.btm15 {
		margin-bottom:15px;
}

.btm20 {
		margin-bottom:20px;
}

.btm25 {
		margin-bottom:25px;
}

.btm30 {
		margin-bottom:30px;
}

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

.top20 {
		margin-top:20px;
}

p.f10 {
		font-size:10px;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}


/*ヘッダー
----------------------------------------------------*/

#header {
		width:100%;
		height:95px;
		position:relative;
}

#header .hr {
		position:absolute;
		top:20px;
		right:0;
		text-align:right;
}

#header h1 {
		font-size:12px;
		color:#3f3737;
		text-align:right;
		font-weight:bold;		
		}

#header a{
		color:#4f342d;!important
		text-decoration: none;!important
}

#header a:hover {
		color:#4f342d;!important
		text-decoration:underline;!important
}

p.headlink{color:#4f342d;}

p.hrt {
	color:#3f3737;
		font-size:10px;
		line-height:1.6em;
		margin:0 0 5px 0;
}

p.sn {
		
}

p.logo {
		position:absolute;
		left:0px;
		top:15px;
}

/*ナビ
----------------------------------------------------*/

#navi {
		width:930px;
		height:50px;
		margin:0px 0 0 0;
		padding:0;
}

#navi li {
		margin:0;
		padding:0;
		float:left;
		overflow:hidden;
}

#navi li a {
		margin:0;
		padding:0;
		width:155px;
		height:50px;
		display:block;
		text-indent:-9999px;
}

#navi #menu01 {background:url(../images/gnavi.png) 0px 0px no-repeat;}
#navi #menu02 {background:url(../images/gnavi.png) -155px 0px no-repeat;}
#navi #menu03 {background:url(../images/gnavi.png) -310px 0px no-repeat;}
#navi #menu04 {background:url(../images/gnavi.png) -465px 0px no-repeat;}
#navi #menu05 {background:url(../images/gnavi.png) -620px 0px no-repeat;}
#navi #menu06 {background:url(../images/gnavi.png) -775px 0px no-repeat;}
#navi #menu01r,#navi #menu01 a:hover {background:url(../images/gnavi.png) 0px -50px no-repeat;}
#navi #menu02r,#navi #menu02 a:hover {background:url(../images/gnavi.png) -155px -50px no-repeat;}
#navi #menu03r,#navi #menu03 a:hover {background:url(../images/gnavi.png) -310px -50px no-repeat;}
#navi #menu04r,#navi #menu04 a:hover {background:url(../images/gnavi.png) -465px -50px no-repeat;}
#navi #menu05r,#navi #menu05 a:hover {background:url(../images/gnavi.png) -620px -50px no-repeat;}
#navi #menu06r,#navi #menu06 a:hover {background:url(../images/gnavi.png) -775px -50px no-repeat;}


/*コンテンツ
----------------------------------------------------*/
#cont {
		width:100%;
		margin:20px 0 0 0;
}


p.pr {
		text-align:center;
		margin:0 0 10px 0;
		font-size:14px;
}

p.pr a {
		text-decoration:none
}

/*サイド
----------------------------------------------------*/

#side {
	width:255px;
	float:right;
	margin: 0 0 40px 0;
}

#side-inner {
		background:url(../images/side_bg.png) repeat-y;
		border:solid 1px #F2F2E8;
		border-top:none;
		padding:10px;
}

.shop {
		width:100%;
		margin:0 0 10px 0;
		border-bottom:solid #ccc 1px;
		padding:0 0 10px 0;
}

.thum {
		float:left;
		margin:0 5px 0 0;
}

.shop p {
		font-size:12px;
		line-height:1.6em;
}

.prohibition {
		padding:5px;
		background:#FFF1E2;
		border:solid 1px #FCB354;
}

.prohibition p {
		font-size:11px;
		line-height:1.4em;
}



/*メイン
----------------------------------------------------*/

#main {
		width:635px;
		float:left;
}

#main-image {
		margin:0 0 10px 0;
}

h2.bar {
		background:url(../images/h2bg.jpg) 0 0 no-repeat;
		font-size:14px;
		color:#5d3124;
		font-weight:bold;
		padding:5px 0 9px 25px;
		margin:0 0 5px 0;
}

div.topcase {
		padding:0;
}


ul.topcase {
		width:100%;
}


ul.topcase li {
	float:left;
	margin:0 0 10px 0;
	width:295px;
	background:url(../images/arrow.png) 0 3px no-repeat;
	padding:0 0 0 22px;
	font-size: 12px;
	;
}


/*フッター
----------------------------------------------------*/

#footer-wrap {
	background:url(../images/footer_bg.jpg)  top left repeat-x;
	margin:20px 0 -23px 0;
		width:100%;
		height:141px;
}


#footer {
		text-align:center;
		margin:0 auto;
		padding:40px 0 0 0; 
		width:100%;
}

#pagetop {
		text-align:center;
		margin:0 0 10px 0;
		padding:0 0 8px 400px;
		background:url(../images/common/dot.gif) 0 bottom repeat-x;
		width:100%;
}

p.f-link {
		font-size:12px;
		color:#4f342d;
}

p.f-link a{ color:#4f342d;
		text-decoration:none;
		}

p.f-link a:hover{ color:#4f342d;
		text-decoration:underline;
		}
		
p.cr {
		font-size:12px;
		color:#FFF;
		text-align:center;
		letter-spacing:normal;
		padding:35px 0 0 630px;
}
