/*	DATE		: 2013/3/7
	TITLE		: La capi_店舗情報
	FILE_NAME	: saloninfo.css
	AUTHER		: Hiaa.S 			 */
/*************************************************/

/*=====各属性のスタイル===========================*/
h1 {
	margin-bottom:0px;
}

h2 {
	background-image:url(../common_image/bk_com_green.gif);
	line-height:normal;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding :10px;
	margin: 0px 10px 10px;
	text-align:left;
}

/*=====レイアウトのスタイル===========================*/

.img-box {
	width:630px;
	margin-left:20px;
	margin-bottom:30px;
}

/*店舗情報部分*/
#info-box {
	width:630px;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-bottom:30px;
	padding :10px 0px;
	text-align: center;
}

#info-box table{
	width:610px;
	margin:0px 10px;
}

#info-box th{
	background-image:url(../common_image/bk_com_green.gif);
	line-height:normal;
	color:#FFFFFF;
	font-weight:bold;
	padding: 8px;
	border-bottom :solid 4px #ffffff;
	border-right :solid 4px #ffffff;
}

#info-box td {
	border-bottom :dotted 1px #493B3B;
	padding:8px 10px 4px;
	text-align:left;
}

.th-orange {
	background-image:url(../common_image/bk_com_orange.gif);
	border-bottom :none;
}

#info-box a {
	color:#5FA451;
}

/*アクセス方法部分*/
#access-box {
	width:630px;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-bottom:30px;
	padding :10px 0px;
	text-align: center;
}

.map-box {
	width:610px;
	height:400px;
	margin:0px 10px 10px;
	border:solid 1px #493B3B;
}

#access-box p {
	text-align:left;
}
