@charset "utf-8";

/* ===================================================================
   スタイル初期設定
=================================================================== */

body, h1, h2, h3, ol, ul, li, dl, dt, dd, table, th, td, p, img, a, div, form, address {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
}

body {
	background: #e5e2d8 url(../images/popup/bg.gif) repeat-x top center;
}

ul {
	list-style-type: none;
}

button {
	cursor: pointer;
}

a {
	color: #04b;
}

a:focus,
a:hover,
a:active {
	color: #f60;
	text-decoration: underline;
}


/* ===================================================================
   スクロールバーエリア表示
=================================================================== */

html>/**/body {
	overflow-y: scroll;
}


/* ===================================================================
   テキストインフォメーション
=================================================================== */

.txt-info {
	width: 1px;
	height: 1px;
	position: absolute;
	left: -9999px;
}

.txt-info img {
	width: 1px;
	height: 1px;
}


/* ===================================================================
   ヘッダー
=================================================================== */

#header {
	height: 34px;
	margin-bottom: 1px;
	background-color: #f98d00;
}

#header dt {
	width: 177px;
	height: 26px;
	margin: 3px 0 0 8px;
	font-size: 1%;
	text-indent: -9999px;
	background: transparent url(../images/popup/popup_logo.gif) no-repeat;
	float: left;
}

#popup2 #header dt {
	background: none;
}

#header dd a {
	width: 52px;
	height: 15px;
	margin: 8px 5px 0 0;
	font-size: 1%;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background: transparent url(../images/popup/bt_close.gif) no-repeat;
	overflow: hidden;
	float: right;
}

/* ===================================================================
   フッター
=================================================================== */

#footer {
	border-top: 10px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background-color: #817e76;
}

#footer address {
	margin: 12px 10px 10px 0;
	color: #333;
	font-size: 0.7em;
	text-align: right;
}


/* ===================================================================
   共通レイアウト
=================================================================== */

#popup {
	width: 760px;
	margin: 0 auto;
}

#popup2 {
	width: 480px;
	margin: 0 auto;
}

#contents {
	padding: 5px;
	min-height: 1em;
	background-color: #fff;
}

#main {
	padding: 5px 25px 0;
}

#map {
	width: 700px;
	height: 700px;
	margin: 15px 0 10px;
	font-size: 0.9em;
}


/* ===================================================================
   見出し
=================================================================== */

#popup h1,
#popup2 h1 {
	padding: 10px 12px;
	color: #373737;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.5em;
	border: 1px solid #b6b35c;
	background: #d2cd3b url(../images/popup/bg_third_h1.jpg) repeat-y top right;
}


/* ===================================================================
   メインエリア
=================================================================== */

#main dt,
#main dd {
	font-size: 0.8em;
	line-height: 1.25em;
}

#main ul li {
	font-size: 0.75em;
	line-height: 1.25em;
}

#main ul.contact li {
	margin-top: 3px;
}

#main ul.access {
	margin-top: 20px;
}

#main ul.access li {
	margin-top: 3px;
	padding-left: 20px;
	background: transparent url(../images/popup/icon_disc01.gif) no-repeat 6px 5px;
}

#main p.googlemap {
	text-align: right;
}

#main p.googlemap a {
	padding-left: 15px;
	font-size: 0.8em;
	background: transparent url(../images/popup/icon_popup.gif) no-repeat left center;
}

#main div.excuse {
	padding: 20px 0 30px;
}

#main div.excuse p {
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 10px;
}


/* ===================================================================
   マップエリア
=================================================================== */

#map strong {
	display: block;
}

#map small {
	margin-left: 1em;
}

