body{
	margin:0;
	padding:0;
	font-size:12px;
	color:#333;
	text-align:center;
}
a img{
	border:0;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote{
	margin:0;
}

h1{
	float:left;
	width:135px;
}

h2{
	float:right;
	padding-top:26px;
	width:218px;
}

h3{
	margin:70px 0 10px 0!important;
}

h4{
	margin:70px 0 55px 0!important;
}

p{
	margin:10px 0 0 0;
}

ul,
ul li{
	margin:0;
	padding:0;
	list-style:none!important;
}

ul ul{
	margin-left:10px;
}

dl,
dt,
dd{
	margin:0;
	padding:0;
}

table,
th,
td{
	text-align:left;
}
table{
	border-collapse:collapse;
	margin:10px 10px 0px 10px;
}

th, 
td{
	padding:5px;
}

strong{
font-weight:normal;
}
em{
font-style:normal;
}

address{
	font-style:normal;
	margin:40px 0 20px 0;
}

img{
	display:inline;
}

/*==============================================================================================
 ページ構成
 structure module
==============================================================================================*/
#home{
	width:100%;
	height:100%;
}
/*----------------------------------------------------------------------------------------------
 コンテナー
 dvContainer
----------------------------------------------------------------------------------------------*/
#dvContainer{
    width:482px;
	margin:62px auto 0 auto;
	text-align:left;
	padding-bottom:20px;
	line-height:1.4;
}
/* これ以降Mac IE 5のみに適用される \*//*/
div#content {
	margin:0 auto;
}
/* これ以降Mac IE 5以外にも適用される */

#inner{
	width:482px;
	text-align:center;
}

#dvContainer p{
}

#dvHeader{
	width:482px;
	position:relative;
}


#meal{
}

#meal p,
#meal dl,
#meal dl *{
	text-align:left;
}

#meal dt{
	margin:10px 0 0 0;
}

.price{
	text-align:right!important;
	margin-top:7px;
}

.counter{
	text-align:right!important;
	background:url(../images/counter.gif) left center no-repeat;
	margin-top:7px;
}

#dvInfo *{
	text-align:center!important;
}


/*----------------------------------------------------------------------------------------------
　汎用クラス
----------------------------------------------------------------------------------------------*/
.clr:after{
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
* html .clr{
	display:inline-block;
}
/* no ie mac \*/
* html .clr{
	height:1%;
}
.clr{
	clear:both;
	display:block;
}
/* */
