@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */
#main-img {
	border-bottom:7px solid #e2e2e2;
}
#body{
	width:930px;
	height:100%;
	margin:15px 0 10px;
}
.body_main {
	margin-bottom:30px;
	height:100%;
}
.main {
	float:left;
	width:700px;
	height:100%;
}
#shop_details {
	width:700px;
	height:100%;
}
.shop_name {
	padding:3px 0;
	border-bottom:3px dotted #a0a0a0;
	margin:0 2px 5px;
	height:100%;
}
.shop_name h3 {
	float:left;
	font-size:130%;
}
.shop_name ul {
	float:right;
	width:200px;
}
.shop_name ul li {
	float:right;
	margin-left:10px;
	font-weight:bold;
}
.txt_l {
	font-size:110%;
}
.shop_box {
	margin:10px 0 20px;
}
.detail_l {
	float:left;
	width:240px;
	height:100%;
}
.detail_l img {
	margin-bottom:15px;
}
.detail_r {
	float:right;
	width:440px;
	height:100%;
}
h4 {
	background:url(../images/shikaku.gif) no-repeat 0 4px;
	padding:2px 0 2px 18px;
	margin-bottom:5px;
	height:100%;
	font-size:110%;
}
.detail_r p {
	margin-bottom:8px;
}
.shop_txt {
	margin-bottom:8px;
}
.table_info {
	width:85%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom:8px;
}
.table_info th {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#eee;
	font-weight:normal;
	text-align:left;
}
.table_info td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.shop_box .box_photo {
	float:left;
	width:175px;
/*	height:175px;*/
}
.shop_box .box_photo img {
	padding:3px;
	border:1px solid #ccc;
}
.shop_box .box_txt {
	float:right;
	width:500px;
	height:100%;
	line-height:170%;
}
.job_table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.job_table th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#efefef;
	padding-left:15px;
	text-align:left;
	width:120px;
}
.job_table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-left:10px;
}



/* shop_type
------------------------------------*/
.shop_type01 {
	color:#d38929;
}



































