body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,table,tr,th,td,address{
    margin:0;
	padding:0;

}
body{
    font-size:12px;
    color:#333;
    text-align:left;
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	background-color:#f3d49a;
}
p,td{
    line-height:16px;
	vertical-align:top;
}
img{
    border-style:none;
}
a:link {
	text-decoration: none;
	color:#f90;
}
a:visited {
	text-decoration: none;
}



/*
** 外枠------------------------------------------------------------------------------------------------------
*/
div#container{
	width:780px;
	background-color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}

/*
**ヘッダ------------------------------------------------------------------------------------------------------
*/
#header01{
    width:775px;
	height:93px;
	overflow:hidden;
}
#header02{
    width:775px;
	height:47px;
	overflow:hidden;
}


/*
**イメージ画像------------------------------------------------------------------------------------------------
*/
div#image{
    width:775px;
	height:351px;
	overflow:hidden;
}


/*
**ページタイトル----------------------------------------------------------------------------------------------
*/
#title{
	width:775px;
	height:92px;
	margin:0 0 10px 0;
	overflow:hidden;
}

/*
**メインエリア外枠----------------------------------------------------------------------------------------------
*/
#maincont{
	width:735px;
	padding:24px 20px 0 20px;
}



/*
**ナビゲーション--------------------------------------------------------------------------------------------
*/
.navilist01{
	width:780px;
	height:65px;
	overflow:hidden;
	list-style-type:none;
}
.navicont{
	width:75px;
	height:65px;
	overflow:hidden;
	float:left;
}
.navi01{
	width:175px;
	height:65px;
	overflow:hidden;
	float:left;
}
.navi02{
	width:175px;
	height:65px;
	overflow:hidden;
	float:right;
}




/*
**トップページ-----------------------------------------------------------------------------------------------
*/
.topbox01{
	width:475px;
	height:110px;
	padding:20px;
	background-image:url(../images/top_txtbg.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.topbox02{
	background-color:#ffffe2;
	border:1px solid #9c0;
	width:178px;
	padding:10px;
}


/*
**店舗案内-----------------------------------------------------------------------------------------------------
*/
.winfo01{
	width:735px;
	height:183px;
	overflow:hidden;
	margin:0 auto;
}
.winfo02{
	width:615px;
	height:183px;
	overflow:hidden;
	margin:0 auto;
}


/*
**メニュー-----------------------------------------------------------------------------------------------------
*/
.menubox01{
	background-color:#f7f5c6;
	padding:5px;
}
.menucell01{
	border-bottom:1px solid #ccc;
}
.menuwid01{
	width:330px;
}
.menuwid02{
	width:12px;
}


/*
**フッタ-----------------------------------------------------------------------------------------------------
*/
div#tothetop{
	width:735px;
	text-align:right;
	margin:0 0 30px 0;
}

#footer{
	width:755px;
	height:22px;
	padding:13px 20px 0 0;
	color:#fff;
	text-align:right;
	background-image: url(../images/footer.jpg);
	background-position:top;
	background-repeat: no-repeat;
	overflow:hidden;
}



/*
** セル------------------------------------------------------------------------------------------------------
*/
.cell01 {
	padding:2px 3px;
	background-color:#ffe1f4;
}
.cell02 {
	padding:2px 3px;
	background-color:#ffeff9;
}


/*
**スペース---------------------------------------------------------------------------------------------------
*/
.spclft10 {
	margin: 0 0 0 10px;
}
.spcrit10 {
	margin: 0 10px 0 0;
}
.spcrit15 {
	margin: 0 15px 0 0;
}
.spcrit20 {
	margin: 0 20px 0 0;
}
.spctop10 {
	margin: 10px 0px 0px 0px;
}
.spctop20 {
	margin: 20px 0px 0px 0px;
}
.spctop30 {
	margin: 30px 0px 0px 0px;
}
.spcbot05 {
	margin: 0px 0px 5px 0px;
}
.spcbot10 {
	margin: 0px 0px 10px 0px;
}
.spcbot20 {
	margin: 0px 0px 20px 0px;
}
.spcbot30 {
	margin: 0px 0px 30px 0px;
}
.spcbot40 {
	margin: 0px 0px 40px 0px;
}

/*
**幅------------------------------------------------------------------------------------------------------
*/
.w10{
	width:10px;
}
.w20{
	width:20px;
}
.w25{
	width:25px;
}
.wbox01{
	width:200px;
}
.wbox02{
	width:515px;
}
.wbox03{
	width:250px;
}
.wbox04{
	width:290px;
}
.wbox05{
	width:420px;
}
.wbox06{
	width:160px;
}
.wbox07{
	width:555px;
}
.wboxthree{
	width:173px;
}
.wboxhalf{
	width:347px;
}
.wboxfull{
	width:535px;
}


/*
**高さ-------------------------------------------------------------------------------------------------
*/
.h100{
	height:100px;
}
.h340{
	height:340px;
}

/*
**リスト-------------------------------------------------------------------------------------------------
*/
.listdisc{
	padding:0 0 0 2em;
	list-style-type:disc;
	line-height:16px;
}
.listnum{
	padding:0 0 0 2em;
	list-style-type: decimal;
	line-height:16px;
}


/*
**色-----------------------------------------------------------------------------------------------------
*/
.green{
	color:#9c0;
}
.red{
	color:#c00;
}

/*
**フロート設定-------------------------------------------------------------------------------------------
*/
.fltlft{
	float:left;
}
.fltrit{
	float:right;
}
.clear{
	clear:both;
}
.h05{
	height:5px;
}
.h10{
	height:10px;
}
.h15{
	height:15px;
}
.h20{
	height:20px;
}
.h30{
	height:30px;
}
.h40{
	height:40px;
}


/*
**位置---------------------------------------------------------------------------------------------------
*/
.left{
    text-align:left;
}
.right{
    text-align:right;
}
.center{
    text-align:center;
}
.auto{
	margin:0 auto;
}

.mid{
	vertical-align:middle;
}
.bot{
	vertical-align:bottom;
}

/*
**フォントサイズ---------------------------------------------------------------------------------------------------
*/
.font14{
	font-size:14px;
}
