body {
	line-height:1.3 !important;
}
h1, h2, h3, h4, {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

img {
	vertical-align:top;
	border:0;
}

img a {
	border:0;
}

ul, li {
	padding:0;
	margin:0;
}

#new_contents {
	margin-left: 100px;
}
/*-----------
header    
-------------*/
#m_headgra {
	width:701px;
	height:54px;
	background-image:url(../images/top.jpg);
	padding-top: 180px;
}

#m_headgra h3 {
	display:none;
}

#m_headgra img {
	vertical-align:center;
	margin: 0 auto;
	/*text-align: center;*/
	margin:0px 0 0 100px;
}

/*-----------------
body
------------------*/
#outline {
	width:701px !important;
	margin:0 4.5px 0 100px !important;
	background-image:url(../images/back_left.gif);
}

.main_div {
	height:auto;
	background-image:url(../images/back_left.gif);
	background-repeat:repeat-y;
	background-position:left;
	display:block;
	width:701px;
}

.category {
	float:left;
}

.category ul {
	width:132px;
	height:146px;
	padding:3px 0 3px 43px;
	background-image:url(../images/back_btn.gif);
	background-repeat:no-repeat;
}

.category ul li {
	/*margin-bottom:-2px;*/
	padding-left: 7px;
}

.shopblock {
	width:519px;
	float:right;
	background-image:url(../images/back_right.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.shopblock_headgra {
	height:62px;
	width: 520px;
}

.shop_contents {
	margin:5px 38px 0 5px;
	border-top:2px solid #CCCCCC;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
}

.shop_box {
	border-bottom:2px solid #CCCCCC;
	clear:both;
	width:472px;
	overflow:hidden;
*padding-bottom:3px;
}

.left {
	float:left;
	width:236px;
}

.right {
	float:left;
	width:236px;
	height:73px;
}

.shop_contents img {
	margin:4px 8px 5px 6px;
	border:1px solid #CCCCCC;
	float:left;
}

.shop_contents img.no {
	margin:4px 8px 5px 6px;
	border:1px solid #fff;
	float:left;
}

.shop_contents p {
	padding:4px;
	font:0.6em #CC9999;
}

.category_under {
	clear:both;
	width:701px;
	background-image:url(../images/back_right.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.category_under img {
	margin-bottom:-5px;
}

.contents_end {
	width:701px;
	height:72px;
	margin:0 auto;
	background-image:url(../images/foot.gif);
	text-align:center;
}

.contents_end a {
	width:123px;
}

.contents_end a img {
	margin:0;
}


/*---------------
white-spaceは2店舗以下の場合使用
2のほうはFirefoxで右下に余計な画像が表示されるのを防ぐため
----------------*/
#white-space{
	width:519px;
	height:77px;
	float:right;
	background-image:url(../images/back_right.gif);
	background-repeat:repeat-y;
}

#white-space2{
	width:519px;
	float:none;
}

/*---------------
body footer
----------------*/


/*----------------------
クリアフィックス
----------------------*/
/*div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
*/