@charset "utf-8";
/* ========================================== */
/* ページ毎のcss(WindowsIE6ベース) */
/* ========================================== */
/* 共通イメージ差分 */
#layout_middle{
	background-image: url('page_middle.jpg');
}
#layout_contents{
	background-image: url('page_contents.jpg');
}
/*  サイトイメージ(右側人物像) */
#site_image {
	background-image: url('site_image.jpg');
}
/* ロゴイメージ(アンカー) */
#logo a {
	background-image: url('logo.jpg');
}
/* タイトルイメージ	*/
#page_title span.img{
	background-image: url('page_title.jpg');
}
/* ========================================== */
/* ブライダル固有 */
/* ========================================== */
/* ---------------------------------------------------- */
/* メインコンテンツ内 タイトル */
/* ---------------------------------------------------- */
h2.h2_1{
	background-image: url('store_title.png');
}
h2.h2_2{
	background-image: url('access_title.png');
}
/* ---------------------------------------------------- */
/* 店舗情報*/
/* ---------------------------------------------------- */
div#store{
	width:504px;
	margin: 0px 0px 36px 0px;
	padding: 8px 8px 16px 8px;
	border:solid #CCC 1px;
}
div#store_img{
	width:204px;
	float:right;
	
	}
div.storeimg{
	width:80px;
	height:80px;
	margin: 0px 0px 0px 4px;
	padding: 5px 5px 5px 5px;
	background-color:#FFF;
	float:right;
	border:solid #CCC 1px;
}
div.storeimg img{
	border:solid #CCC 1px;
}
table.store_tbl {
	margin: 0px 0px 0px 0px;
	width:298px;
	float:left;
	background-color:#cccccc;
}
table.store_tbl th{
	width:60px;
	padding: 2px 4px 1px 4px;
	background-color:#E0EEFE;
	line-height:20px;
	text-align:center;
}
table.store_tbl td{
	padding: 2px 4px 1px 4px;
	background-color:#fafafa;
	line-height:20px;
}
div#store a{
	color:#69C;
	text-decoration:none;
}
div#store a:hover{
	color:#F66;
	text-decoration:underline;
}
/* ---------------------------------------------------- */
/* アクセス*/
/* ---------------------------------------------------- */
div#access_area{
	width:504px;
	margin: 0px 0px 24px 0px;
	padding: 8px 8px 16px 8px;
	border:solid #CCC 1px;
}
div#access_img{
	width:316px;
	float:left;
}
div#access_img img{
	border:solid #CCC 1px;
}
table.howto_tbl {
	margin: 0px 0px 16px 0px;
	width:188px;
	float:right;
	background-color:#cccccc;
}
table.howto_tbl th{
	padding: 4px 4px 2px 4px;
	background-color:#EFE2FE;
	line-height:20px;
	text-align:center;
}
table.howto_tbl td{
	padding: 4px 4px 2px 4px;
	background-color:#fafafa;
	line-height:20px;
}
/* ---------------------------------------------------- */
/* 下部挨拶*/
/* ---------------------------------------------------- */
div#greeting_area{
	width:504px;
	margin: 0px 0px 8px 0px;
	padding: 8px 8px 4px 8px;
	border:solid #CCC 1px;
	background-color:#E4E4F1;
	line-height:20px;
	font-weight:bold;
}











