@charset "utf-8";

/* 共通設定 */
@import url("common.css");
@import url("sub.css");

/* ================================================== */
/*  全国のお店紹介 */
/* ================================================== */

#contents {
	background:url(../images/omise/header.jpg) no-repeat 0 0;
}

	#maincontents #omise {
		margin-top:20px;
	}
	
	html>body #maincontents #omise {
		margin-bottom:-30px;
	}

		#maincontents #omise h3 {
			padding-top:15px;
		}

		#maincontents #omise h5 {
			padding-bottom:5px;
		}

		#maincontents #omise table {
			width:589px;
			margin:0 0 30px 1px;
			border-collapse:collapse;
			background:#FFF;
		}
			
			#maincontents #omise table th {
				padding:2px 0;
				font-weight:lighter;
				border:1px solid #C8C8C8;
				background:#D9D0BD;
			}
			#maincontents #omise table td {
				padding:2px 2px;
				border:1px solid #C8C8C8;
				background:#FFFFFF;
			}
				#maincontents #omise table .name {
					width:180px;
				}
				
				#maincontents #omise table .tel {
					width:120px;
				}
			
					
				#maincontents #omise table .even td {
					background:#F2F2ED;
				}
		
		
		#maincontents #omise p#pngmap {
			_display:none;
		}

/* テーブル */
#maincontents #omise p.todouhuken{
	margin:15px 0 5px 0;}

#maincontents #omise table#omisetable{
	background:#999999;
	margin:0 0 0 0;
}
#maincontents #omise table#omisetable td{
	background:#ffffff;
	padding:3px;
}
#maincontents #omise table#omisetable td.thcell{
	background:#f7eeeb;
}
#maincontents #omise table#omisetable td.name{
	width:160px;
	background:#f7eeeb;
}
#maincontents #omise table#omisetable td.add{
	width:180px;
	background:#f7eeeb;
}

#maincontents #omise table#omisetable td.tel{
	width:120px;
	background:#f7eeeb;
}


