/* 焼肉平安店舗案内レイアウトCSS Document */

/* ==================== コンテンツ部分 ==================== */
#contents{
    width:720px;
	padding:266px 0px 0px 0px;
	margin:0px;
	background-color:#FFFFFF;
	text-align:center;
	}

/* ==================== メインコンテンツ部分 ==================== */
#maincontents{
    width:720px;
	background-color:#FFFFFF;
	text-align:center;
	padding-top:20px;
	} 

/* ==================== ショップ文章(メインコンテンツ)==================== */
.shopL {
	float: left;
	width:260px;
	height:350px;
	margin:0px;
	padding:0px 0px 20px 30px;
	text-align:left;
        clear:both;
    }

.shopL a{
       margin:0px;
       }

/* ==================== ショップ写真(メインコンテンツ)==================== */
.shopR {
	float: right;
	width: 336px;
	margin:0px;
	padding:0px 30px 20px 0px;
	text-align:left;
	}	

.shopL h3{
    font-size:12px;
	font-weight:normal;
	color:#A50202;
	}