@charset "UTF-8";

/* スタイルのリセット */
body,div,ul,li,ol,h1,h2,h3,p,form,fieldset,input,p,blockquote,th,td,dt,dd {
margin:0;
padding:0;
line-height: 1.4em;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
em,th,var {
font-style:normal;
font-weight:normal;
}
h1,h2,h3,p,th,td,dt,dd,li{
font-size:100%;
font-weight:normal;
}

/* 全体 */
html {
min-width:
800px;
}
html body {
margin:0 auto;
margin-top: 10px;
text-align: center;
padding:0;
background-color:#ffffff;
color: #666;
font-size: 100%;
font-family:
Verdana,
Arial,
Meiryo,
"メイリオ",
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3",
Osaka,
"MS P Gothic",
"ＭＳ Ｐゴシック",
sans-serif;
text-align: center;
}

/* テキスト系 */

a {
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
a:visited{
	}
a:active{
	}
a:focus{
	outline: none;
	}

.clear {
	clear: both;
	}
.bold {
	font-weight: bold;
	}
li{
	list-style: none;
	}

/* レイアウト */

.whole{
	margin:0 auto;
	text-align: left;
	width: 720px;
	background: #FFCC00;
	}
	
#container{
	width: 700px;
	margin:0 auto ;
	padding-bottom: 50px;
	background: #fff;
	}
	
#contain{
	width: 690px;
	margin: 5px auto;
	}
	
#main{
	margin-top: 15px;
	width:420px;
	float: left;
	}
	
#side{
	margin-top: 15px;
	width:258px;
	float: right;
	border-left: dashed 1px #ffcc00;
	}
	
#shop_intro{
	width: 420px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #ffcc00;
	}

#shop_concept{
	margin-top: 15px;
	width: 420px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #ffcc00;
	}
	
#ec{
	width: 250px;
	margin-left: 10px;
	}


#shop_info{
	width: 240px;
	margin: 100px auto 0 auto;
	}

/* 文字 */

#shop_intro h2.h_title{
	background: url("../image/h_back.gif") repeat-x bottom;
	padding-bottom: 15px;
	width:180px
	}

#shop_concept h2.h_title{
	background: url("../image/h_back.gif") repeat-x bottom;
	padding-bottom: 15px;
	width:200px
	}


/* head */
#logo{
	float: left;
	}
#head_info{
	float: right;
	margin-right: 10px;
	}
	
p#top{
	margin-top: 10px;
	}
	
#tabs11 {
	float:left;
	width:100%;
	background:#006d4b;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #C2BDAE;
	}
#tabs11 ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
	}
#tabs11 li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs11 a {
	float:left;
	background:url("../image/tableft11.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs11 a span {
	float:left;
	display:block;
	background:url("../image/tabright11.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs11 a span {float:none;}
/* End IE5-Mac hack */
#tabs11 a:hover span {
	color:#FFF;
	}
#tabs11 a:hover {
	background-position:0% -42px;
	}
#tabs11 a:hover span {
	background-position:100% -42px;
	}

#tabs11 #current a {
	background-position:0% -42px;
	}
#tabs11 #current a span {
	background-position:100% -42px;
	}

/* shop_intro */

p#intro_text{
	margin: 10px 0;
	}
	
p#intro_img{
	float: left;
	width: 190px;
	margin: 10px 10px 10px 0;
	}
	
p#concept_text{
	margin: 10px 0;
	}
	
p#concept_img{
	float: right;
	width: 200px;
	margin: 0 10px 10px 10px;
	}

/* ec */

#ec p{
	font-size: 80%;
	text-align: center;
	}
	
#shop_info p{
	font-size: 80%;
	text-align: center;
	}

/* foot */
	
#foot{
	background: #ffcc00;
	}
	
#foot p{
	color: #fff;
	text-align: center;
	}