/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	list-style:none;
}

body{
	background-color:#FFF;
	color:#333;
	font-size:12px;
	line-height:150%;
	text-align:center;
}

p{
	margin:0;
	padding:0;
	border:0;
}

address{
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1{
	text-align:left;
	margin:0;
}
#logo{
width:150px;
height:99px;
}

h2{
	text-align:center;
}

a:visited{
	border:0px;
}

img{
	border:0px;
}

input{
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	text-align:left;
}

.bnone{
border:none;
}

select{
	border-width:1px;
	border-color:#999;
	border-style:solid;
}

textarea{
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	text-align:left;
}

/* ID */
#container_all{
	background-color:#FFF;
}

#container{
	background-color:#FFF;
}

#container_bg{
	margin:0 auto;
	text-align:left;
}
/*
	background-image:url(../img/index/bg_shadow.gif);
	background-repeat:repeat-y;

*/


#header{
	height:100px;
	text-align:center;
	width:850px;
	margin:0 auto;
	text-align:left;
}


.submenu{
	width:380px;
	}

.submenu li{
background:url(../img/index/icon_g.jpg) no-repeat;
	}

.submenu li a{
padding-left:18px;
color:#999;
font-size:90%;
	}

.submenu2{
	width:531px;
	}


#navi{
	width:850px;
	height:55px;
}

#sidebar{
	width:152px;
	display: inline;
	margin-bottom:10px;
}

#sidebar li a:link{
	color:#666;
}

#sidebar li a:visited{
	color:#666;
}

#sidebar li a:hover{
	color:#666;
}

.shoplist{
border:1px solid #FC0;	
margin-top:-5px;
	}

.shoplist li{
background:url(../img/index/icon_menu.gif) no-repeat;
	}
.shoplist li a{
	padding-left:18px;
	}
#shop_area{
	width:160px;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin-top:2px;
}

#content_main{
	width:850px;
	margin:10px auto;
	background:#FFF;
}
/*
	text-align:left;
	display: inline;
*/


#content{
	width:590px;
	display: inline;
	margin-right:10px;
}

#content a{
	color:#FF6600;
	text-decoration:underline;
}

#content a:link{
	color:#FF6600;
	text-decoration:underline;
}

#content a:hover{
	text-decoration:none;
}

#footer_back{
	border-top:2px solid #FC0;
}

#footer{
	width:850px;
	height:81px;
	font-size:10px;
	text-align:center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#footer a{
	color:#999;
	text-decoration:none;
}

#footer a:link{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#999;
	text-decoration:underline;
}

#order a{
	color:#00F;
	text-decoration:underline;
}

#order a:link{
	color:#00F;
	text-decoration:underline;
}

#order a:hover{
	color:#00F;
	text-decoration:none;
}

.infoimg{
	width: 480px;
}

#topics {
	margin-top:10px;
	margin-right:10px;
	border-width:1px;
}
/*
#topics {
	width: 570px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	border-color:#F70000;
	border-style:solid;
	border-width:1px;
	padding:10px 0px;
}
*/

/* common class */
.fll{
	float:left;
	display:inline;
}

.flr{
	float:right;
	display:inline;
}

.clear{
	clear:both;
}

.mg-t5{
	margin-top:5px;
}

.mg-t10{
	margin-top:10px;
}

.mg-t15{
	margin-top:15px;
}

.mg-t20{
	margin-top:20px;
}

.mg-t30{
	margin-top:30px;
}

.mg-t40{
	margin-top:40px;
}

.mg-t50{
	margin-top:50px;
}

.mg-t60{
	margin-top:60px;
}

.mg-t80{
	margin-top:80px;
}

.mg-b0{
	margin-bottom:0px;
}

.mg-b5{
	margin-bottom:5px;
}

.mg-b10{
	margin-bottom:10px;
}

.mg-b15{
	margin-bottom:15px;
}

.mg-b25{
	margin-bottom:25px;
}

.mg-l3{
	margin-left:3px;
}

.mg-l5{
	margin-left:5px;
}

.mg-l10{
	margin-left:18px;
}

.mg-l15{
	margin-left:15px;
}

.mg-l20{
	margin-left:20px;
}

.mg-l30{
	margin-left:30px;
}

.mg-l40{
	margin-left:40px;
}

.mg-l50{
	margin-left:50px;
}

.mg-r5{
	margin-right:5px;
}

.mg-r10{
	margin-right:10px;
}

.pd-t5{
	padding-top:5px;
}

.pd-t10{
	padding-top:10px
}

.pd-t15{
	padding-top:15px;
}

.pd-l5{
	padding-left:5px;
}

.pd-l10{
	padding-left:10px;
}

.pd-b10{
	padding-bottom:10px;
}

.pd-r10{
	padding-right:10px;
}

.ta-l{
	text-align:left;
}

.ta-c{
	text-align:center;
}

.ta-r{
	text-align:right;
}

.red_bold{
	font-weight:bold;
	color:#F00;
}

.font_wh{
	color:#FFF;
}

.font_g{
	color:#999999;
}

.font_red{
	color:#F00;
}

.font_red2{
	color:#CC0000;
}

.font_orange{
	color:#FF6600;
}
.font_blue{
	color:#09F;
}

.font_large{
	font-size:20px;
	font-weight:bold;
}

.font_middle{
	font-size:16px;
	font-weight:bold;
}

.font_14{
	font-size:14px;
}

.font_small{
	font-size:10px;
}

.dp_il{
	display:inline;
}

.dp_bk{
	display:block;
}

.bg_blue{
	background-color:#DEF;
}

.bg-white{
	background-color:#FFF;
}

.bg-pink{
	background-color:#FFC4C4;
}

.privacy{
	background-color:#E0E0E0;
	padding:5px;
}

.no-border{
	border-width:0;
	border-style:none;
}

.lh-180{
	line-height:200%;
}

.bcolor-yellow{
	background-color:#FFC;
}

/* class */
.header_back{
border-bottom:2px solid #FC0;
}

.main-img{
	margin:0px 0px 0px 0px;
	width:850px;
	margin:0 auto;
}

.main-img-back{
border-bottom:2px solid #FC0;
}

.taiyaki_menu{
	width:287px;
}

.menu_border{
	border-left-width:2px;
	border-left-color:#DB0000;
	border-left-style:solid;
	border-right-width:2px;
	border-right-color:#DB0000;
	border-right-style:solid;
}

.menu_detail{
	margin:8px 10px 0px 10px;
}

.delicious_list{
	width:590px;
	height:47px;
	display:block;
}

.voice_comment{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#DB0000;
}

.cost_table{
	width:580px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#CCC;
	font-size:10px;
	line-height:130%;
	background-color:#EAEAEA;
}

.form_table{
	width:520px;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#DB0000;
	margin-left:35px;
}

.form_table a{
	text-decoration:none;
}

.form_table a:link{
	text-decoration:none;
}

.form_left{
	width:100px;
	text-align:center;
	font-size:10px;
}

.form_right{
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	border-bottom-style:dotted;
	padding-top:5px;
	padding-bottom:5px;
}

.form_right_textarea{
	padding-top:5px;
	padding-bottom:5px;
}

.shop_table{
	width:330px;
	border-width:1px;
	border-style:solid;
	border-color:#DB0000;
}

.shop_left{
	padding:3px 2px 3px 2px;
}

.no-deco{
	text-decoration: none;
}

#error {
	padding: 15px;
	color: #FF0000;
	margin-bottom: 25px;
	background-color:#FFFFCC;
}

.mg-l4 {
	margin-left: 4px;
}

.wd{
width:165px;
}

.wd_02{
width:265px;
}

/*トップページ*/
#main{
width:500px;
}

/*2ページ目以降*/
.contents_page_main{
width:680px;
}
.cam1{
width:680px;
}

.c_menu{
width:300px;
display:inline;
}

.c_menu_c img{
border:1px solid #CCCCCC;
padding:1px;
}

.tables table{
margin-left:auto;
margin-right:auto;
border:1px solid #CCC;
	}

.tables tr th{
border:1px solid #CCC;
width:180px;
background-color:#FFC;
padding:3px;	
	}
.tables tr td{
border:1px solid #CCC;	
padding:3px;
text-align:center;	
	}
	
.cform tr td{
border:1px solid #CCC;	
padding:3px;
text-align:left;	
	}
	
	
	
/*トップ新着情報*/	
#news_text dd{
border-bottom:1px dotted #CCCCCC;
}
	
#toptext{
border-bottom:1px dotted #CCCCCC;
}



/*キャンペーンページ*/
.w640{
	width:640px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
	
	
/*店舗案内*/
.w610{
	width:610px;
	margin-left:auto;
	margin-right:auto;
	}
	
.s_menu{
width:265px;
display:inline;
}

	
/*グランドメニュー*/	
.m_menu{
	
width:202px;

	}
	
.m_menu2{
	
width:360px;

	}
	
	
	
	
	
	
	
	
	
/*一文字ページ*/
.i_menu{
width:28px;
display:inline;
}

.i_menu2{
width:165px;
display:inline;
}

/*サイトマップ*/
.sitemap li{
background:url(../img/index/icon_red.gif) no-repeat;
padding-left:24px;
padding-top:4px;
padding-bottom:4px;
	}

/*
.sitemap li a{
padding-left:24px;
border-bottom:1px solid;
	}
*/
.style1 {color: #999999}
