@charset "utf-8";

/*
======== table of content. =================================

summary:トップページ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

============================================================
*/


/*-------------------------------------
MAIN
---------------------------------------*/

/* greeting
---------------------*/

.greeting p.txt{
	width:323px;
	}


/* shopinfo
---------------------*/
.shopinfo h4{
	width:590px;
	margin:0 auto 10px auto;
}

.shopinfo table{
	width:590px;
	margin:0 auto 30px auto;
	border-collapse:collapse;
	}
	
.shopinfo table th,
.shopinfo table td{
	border:2px solid #E1D09B;
	}

.shopinfo table th{
	width:60px;
	padding:5px 10px;
	font-weight:normal;
	text-align:left;
	background:#EFE6CC;
	}

.shopinfo table td{
	padding:10px;
	}

.shopinfo table td ul li{
margin-left: 1em; /* ブロック全体を 1em 右に */  
text-indent: -1em; /* 先頭の1文字のみ 1em 左に */  
}

.shopinfo table td dl.reject{
	margin-bottom:10px;
}

.shopinfo table td dl dt{
	padding:0 0 0 15px;
	background:url(../shopinfo/images/ic_reject.gif) no-repeat 0 5px;
	font-weight:bold;
	font-size:109%;
}

.shopinfo table td dl dd.attention{
	padding:2px 0 0 0;
	margin-left: 1em; /* ブロック全体を 1em 右に */  
	text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
	font-size:92%;
	color:#996600;
}
/* table.daubiki */
.shopinfo table td table.daibiki{
	width:486px;
	clear:both;
	text-align:center;
	margin:5px auto 15px auto;
	border-collapse:collapse;
}
.shopinfo table td table.daibiki th,
.shopinfo table td table.daibiki td{
	padding:2px;
	letter-spacing:0;
	text-align:center;
	border:1px solid #CCC;
}
.shopinfo table td table.daibiki th{
	width:51px;
	line-height:1.2;
	background:#EFEFEF;
}
.shopinfo table td table.daibiki thead th{
	font-weight:bold;
	padding:5px 2px;
	background:#EFEFEF;
}
.shopinfo table td table.daibiki tbody th{
	background:#FFF;
	font-weight:bold;
}
.shopinfo table td table.daibiki thead td{
	background:#EFEFEF;
	width:47px;
}
/* pref */
.shopinfo table td dl.pref{
	width:486px;
	margin:0 auto 5px auto;
	border-bottom:1px solid #CCC;
	overflow:hidden;

}
.shopinfo table td dl.pref dt{
	background:none;
	width:86px;
	display:block;
	float:left;
	padding:0 0 0 0;
}
.shopinfo table td dl.pref dd{
	width:400px;
	float:left;
	padding:0 0 0 0;
}


/* contact
---------------------*/
.contact p.comment{
	width:590px;
	margin:0 40px 20px 40px;
}

.contact dl {
	clear:both;
	margin:0 0 0 40px;
	}

.contact dl dt{
	width:130px;
	float:left;
	}

.contact dl dd{
	padding:33px 0 0 130px;
	}

.contact dl dd.hosoku{
	padding-top:5px;
	}




