/* common style
---------------------------------------------------- */
* {
	color: #333333;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0;
	background: url(../image/tenpo6/bg_main.gif) repeat-x #ffffff;
}

ol, ul, li, dl, dt, dd, pre, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

div#Container {
	margin: 0px auto;
	width: 640px;
}

a:link {
	color: #0072ff;
	text-decoration: underline;
}

a:active {
	color: #0072ff;
	text-decoration: underline;
}

a:visited {
	color: #0072ff;
	text-decoration: underline;
}

a:hover {
	color: #0072ff;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}

.c-both { 	
	clear:both;
	margin: 0;
	padding: 0;
}


/* header style
---------------------------------------------------- */
div#Header {
	width: 650px;
	margin: 0px auto;
	padding: 0px;
}

.title{
	margin-left:20px;
	margin-right:10px;
}

/* topArea style
---------------------------------------------------- */

div#topArea {
	width: 640px;
	margin: 0px;s
	padding: 0px;
}

#topLeft {
	width: 417px;
	float:left;
}

#topRight {
	width: 223px;
	float:right;
}

#icon{
	vertical-align:middle;
	text-align:center;
}

div.shopName{
	text-align:left;
	margin-top:12px;
	font-weight:bold;
	font-size:28px;
	color: #004cbd;
}

.copy{
	color:#004cbd;
	font-weight:bold;
	font-size:14px;
	line-height:125%;
	padding-left:3px;
}

p.date{
	font-weight:normal;
	font-size:14px;
	text-align:right;
}

.btnTop{
	margin-bottom:9px;
}
	
/* ShopArea style
---------------------------------------------------- */
div#shopArea{
	width:640px;
	margin: 0px;
	padding: 0px;
}

div#shopArea div#shopLeft{
	width: 362px;
	float: left;
}

div#shopArea div#shopRight{
	width: 278px;
	float: right;
}

div#shopArea div#shopLeft p{
	margin-left:10px;
	margin-right:15px;
 	line-height: 150%;
}

.shopImg{
	margin-right:12px;
}

div#shopArea div#shopRightBtn{
	padding-top:10px;
	padding-left:80px;
}


/* CouponArea style
---------------------------------------------------- */

div#Coupon{
	width:640px;
	margin: 0px;
	padding: 0px;
}

div#Coupon div#couponLeft {
	width:264px;
	float:left;
}

div#Coupon div#couponRight {
    width:376px;
	float:right;
}


.coupon{
	padding-left:15px;
 	line-height: 150%;
	vertical-align:middle;
}

.couponLine1{
	padding: 0px 0px 3px 0px;
}

.couponLine2{
	padding: 3px 0px 16px 0px;
}





/* mainArea style
---------------------------------------------------- */

div#mainArea{
	width:640px;
	margin: 0px;
	padding: 0px;
	background-color:#fdf6da;
}   

div#mainArea .titles{
	margin-top:18px;
	margin-bottom:10px;
}


/* detailArea style
---------------------------------------------------- */
div#detail_pickupArea{
}


div#detail_pickupArea div#detailLeft{
    width:388px;
	float:left;
}


div#detail_pickupArea div#pickupRight{
    width:252px;
	float:right;
}


div#detail_pickupArea div#detailLeft table{
	margin-left:10px;
}


div#detail_pickupArea div#detailLeft table td{
	border-bottom:dashed #666666 1px;
	padding-top:3px;
	padding-bottom:3px;
}

div#detail_pickupArea div#detailLeft table th{
	border-bottom:dashed #666666 1px;
	padding-top:3px;
	padding-bottom:3px;
	color:#f14a00;
	text-align:left;
}


div#detail_pickupArea div#pickupRight div#pickupArea{
    width:235px;
	padding-left:17px;
}


div#detail_pickupArea div#pickupRight div#pickupArea #pickupIMG{
	float:left;
	width:92px;
}

div#detail_pickupArea div#pickupRight div#pickupArea #pickupTXT{
	float:right;
	width:143px;
}

div#detail_pickupArea div#pickupRight div#pickupArea #pickupTXT p{
	margin-left: 10px;
	margin-right: 15px;
 	line-height: 150%;
}


/* mapArea style
---------------------------------------------------- */
div#mainArea div#mapArea{
	margin: 0px;
	padding: 0px;
}

div#mainArea div#mapLeft{
    width:378;
	float:left;
}

div#mainArea div#mapRight{
    width:252px;
	float:right;
}


div#mainArea div#mapLeft p{
	margin-left:10px;
 	line-height: 150%;
}

.map{
	margin-right:14px;
	margin-left:27px;
}

div#mainArea div#mapRight #open{
	margin-top:10px;
	margin-left:80px;
}


/* newsArea style
---------------------------------------------------- */

div#newsArea table{
    background:#b8b7b7;
	margin-left:10px;
}

div#newsArea th{
    background:#f3f3f3;
	color:#666666;	
	text-align:left;
	vertical-align:middle;
}

div#newsArea td{
    background:#fff;
	text-align:left;
	line-height:150%;
}

div#newsArea td.news{
    background:#ffefb1;
	text-align:left;
	vertical-align:middle;
}

div#newsArea td.news2{
	text-align:center;
	vertical-align:middle;
}

/* footer style
---------------------------------------------------- */
div#Footer div#FootMenu {
	background: #FFFFFF;
}

div#Footer div#FootMenu div#FootLine {
	padding: 15px 0px 10px 0px;
}

div#Footer div#FootMenu table {
	margin: 0 0 15px 0;
}

div#Footer div#FootMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#Footer div#FootMenu ul li{
	padding: 0px;
	margin: 0 2px 0 0;
	float: left;
}

div#Footer p {
	text-align: right;
	font-size:12px;
}


