@charset "utf-8";





/* ハイパーテキスト */
/* ================================================================================== */
a , a:visited { color:#7B6140; text-decoration:none; }
a:hover { color:#7B6140; text-decoration:underline; }





/* 基本のテキスト */
/* ================================================================================== */
#canvas { color:#59472E; }

td,th { /color:#59472E; }/* IE6及び7用の文字色継承 */
h1,h2,h3,h4,h5 { font-size:100%; }





/* 大枠 */
/* ================================================================================== */
#canvas { /* ヘッダーのグレーラインを含むBodyの代用 */
	width:100%;
	padding-top:4px;
	background:url(/images/common_canvas_background.gif) 0 0 repeat-x;
	text-align:center;
}

#container {
	width:860px;
	margin:0 auto;
	text-align:left;
}

#main {
	width:860px;
	background:url(/images/sidebar_blankBg.gif) 0px 83px repeat-y;
}

#content {
	width:660px;
	float:right;
	margin:0 0 40px 0;
	text-align:left; /*overflow:hidden;*/
}





/* ヘッダー */
/* ================================================================================== */
#header {
	width:860px;
	height:83px;
	position:relative;
}

#header .searchBox {
	width:500px;
	text-align:right;
	position:absolute;
	right:0px;
	top:0px;
}

#header .searchBox span, #header .searchBox input {
	margin:3px 5px 0 0;
	float:left;
}

#header .searchBox .txtBox {
	border:1px solid #B1A89C;
}

#header .searchBox .txtBox {
	width:210px;
	height: 18px;
}

#header h1 {
	position:absolute;
	left:0px;
	bottom:15px;
}

#header #header_menu {
	width:671px;
	height:30px;
	position:absolute;
	right:0px;
	bottom:12px;
}

#header #header_menu li {
	float:left;
}

#div_topicpath {
	/* パンくず */
	margin:15px 0;
}





/* フッター */
/* ================================================================================== */
#footer {
	width:100%;
	text-align:center;
}

.footer_wrapper {
	width:860px;
	margin:0 auto;
	text-align:left;
}
.footer_wrapper img {
	vertical-align: middle;
}

/* 上側のフッター */
#footer_top {
	width:100%;
	height:25px;
	_height:30px;
	margin-top:10px;
	padding:5px 0 0;
	background:url(/images/div_footerTop.gif) repeat-x;
}

ul.footer_top_menu li {
	margin-right:7px;
	/margin-top:3px;
	float:left;
}

#footer_top .fr {
	/margin-top:3px;
}

/* 下側のフッター */
#footer_bottom {
	width:100%;
	height:25px;
	_height:30px;
	margin-top:10px;
	padding:5px 0 0;
	background:#F8F8F8;
	border-top:1px solid #E5E5E5;
}

#footer_bottom .copyright {
	color:#999;
	font-size:10px;
	text-align:right;
	margin-top:5px;
	float:right;
}

.footer_bottom_menu li {
	margin-right:7px;
	float:left;
}

.footer_bottom_menu li.bd {
	border-right: 1px solid #cccccc;
	padding-right: 10px;
}




/* PNG fix2 */
/* ================================================================================== */
img, div {
}





/* 共通要素 */
/* ================================================================================== */
#content {
	font-size:112%;
	line-height:130%;
}

#content p {
	margin-bottom:1em;
}

/* ページタイトル共通設定 */
#content h1 {
	width:660px;
	height:41px;
	margin-bottom:10px;
	background:url(/images/pageTitle_back.gif) left bottom repeat-x;
}

#content h2.caption {
	margin-bottom:10px;
	padding-left:15px;
	background:url(/images/h2_bg.gif) left center no-repeat;
}

#content h3.caption {
	margin-bottom:10px;
	padding-bottom:5px;
	background:url(/images/dotted.gif) left bottom repeat-x;
}

.dottedBottom {
	padding-bottom:5px;
	background:url(/images/dotted.gif) left bottom repeat-x;
}

.fwb { font-weight:bold; }

/* サイドバー */
/* ================================================================================== */
#div_sidebar {
	width:173px;
	float:left;
}

#div_sidebar ul {
	margin-top:-3px;
	background-color:#FFF;
}

#div_sidebar .large {
	margin-top:3px;
}

#div_sidebar .small {
	padding-bottom:1px;
	background:url(/images/dotted.gif) left bottom repeat-x;
}





/* 共通テーブルスタイル（店舗住所など） */
/* ================================================================================== */
.common_table_style {
	color:#59472E;
}

.common_table_style th, .common_table_style td {
	padding:3px; vertical-align:top;
}





/* フォームページ共通 */
/* ================================================================================== */
.formStyle .disclaimer, .formStyle span {
	color:#CC0033;
}

.formStyle th, .formStyle td {
	padding:1em;
	border:5px solid #FFF;
	background:url(/images/dottedBg.gif) 0 0 repeat;
}

.formStyle th {
}

.formStyle td {
}

.formStyle .formTableEnd p {
	text-align:center;
}

.formStyle .formTableEnd p input {
	display:inline;
}

.formStyle td.form input {
	padding:2px;
	background-color:#FFF;
	border:1px solid #B1A89C;
	margin-bottom:5px;
	display:inline;
}

body:first-of-type input[type="checkbox"],
body:first-of-type input[type="radio"] {
	vertical-align:-0.3em;
}

.formConfirm td.form input {
border: none;
background: none;
}

/* 091111 */
.content_hr {
background: url(/images/dotted.gif) left bottom repeat-x;
height: 1px;
margin: 15px 0;
}
.content_hr hr {
display: none;
}
