/* CSS Document */

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

* {
	padding: 0px;
	margin: 0px;
}



/* -=-=-=-=-=-=-=-=-=-=-=- 汎用 -=-=-=-=-=-=-=-=-=-=-=- */

body {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	color: #333;
}



a {
	outline: none;
}
a:link {
	color: #33f;
}
a:visited {
	color: #60c;
}
a:hover {
	color: #66f;
	text-decoration: none;
}
a:active {
	color: #309;
	text-decoration: none;
}

ul {
	list-style: none;
}

.mini {
	font-size: 10px;
}

#mask {
	background-image: url(../img/global/mask.gif);
}

/* -=-=-=-=-=-=-=-=-=-=-=- 構成 -=-=-=-=-=-=-=-=-=-=-=- */

#shadow {
	width: 1000px;
	margin: 0px auto;
	background-image: url(../img/global/shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#shadow_bottom {
	width: 1000px;
	padding: 0px 0px 13px 0px;
	margin: 0px auto;
	background-image: url(../img/global/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	background-image: url(../img/global/div_back.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#description {
	text-align: center;
	height: 20px;
	margin: 0px auto;
	background-color: #900;
	line-height: 18px;
}

#head {
	clear: both;
	width: 100%;
	height: 73px;
	line-height: 0px;
}

#head_logo {
	float: left;
	width: 400px;
	height: 70px;
	line-height: 0px;
}

#head_banner {
	float: right;
	width: 468px;
	height: 60px;
	padding: 5px 10px 0px 0px;

}
#globalnavi {
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	background-image: url(../img/global/globalnavi.gif);
	background-repeat: repeat;
}

#global_position {
	width: 100%;
	height: 3px;
	border-bottom: 1px solid #c00;
	background-color: #c00;
}

#topicpath {
	width: 960px;
	height: 20px;
	font-size: 12px;
	padding: 0px 10px;
	background-image: url(../img/global/topicpath.gif);
	background-repeat: repeat-x;
}

#pagetitle {
	width: 100%;
	height: 55px;
}

#contents {
	width: 960px;
	padding: 0px 10px;
}

#contents #left {
	width: 760px;
	float: left;
}

#contents #left #l_left {
	width: 190px;
	padding: 10px 0px 0px 0px;
	float: left;
}

#contents #left #l_right {
	float: right;
	width: 560px;
	padding: 10px 10px 0px 0px;
}

#contents #right {
	width: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
}

#footbanner {
	float: right;
	padding: 0 10px 10px 0;
	margin: 20px 0 0 0;
}

#utilize {
	float: left;
	width: 300px;
	padding: 30px 0 0 0;
	margin: 20px 0 0 0;
}

#use {
	clear: both;
	margin: 0px 10px 10px 10px;
}

#w3c {
	clear: both;
	margin: 0px 10px 10px 10px;
}

#foot {
	width: 100%;
	height: 90px;
	clear: both;
	text-align: center;
	background-color: #000;
	border-top: 3px solid #999;
}

/* -=-=-=-=-=-=-=-=-=-=-=- 見出し -=-=-=-=-=-=-=-=-=-=-=- */

h1 { /* ページディスクリプション一般 */
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	clear: both;
	padding: 0px 0px 0px 10px;
	float: left;
}

p {
	padding: 0px 0px 5px 0px;
}

/* ページ内カテゴリ表記一般(見出しレベルはまちまち) */

.categorybox {
	width: 100%;
	height: 31px;
	clear: both;
	margin: 0px 0px 3px 0px;
	background-image: url(../img/global/categorybox.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.categorybox_top {
	float: left;
}

a.categorybox_bottom {
	color: #fff;
	height: 21px;
	float: right;
	background-image: url(../img/global/categorybox_bottom_more.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 9px 15px 0px 15px;
	text-decoration: none;
	font-size: 10px;
}

a.categorybox_bottom:visited {
	color: #fff;
}

a.categorybox_bottom:hover {
	color: #fff;
	background-image: url(../img/global/categorybox_bottom_more.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-decoration: underline;
}

h4 { /* h4 */
	background-color: #900;
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 20px;
	text-indent: 10px;
	border-bottom: 2px solid #600;
	background-image: url(../img/global/h4.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* -=-=-=-=-=-=-=-=-=-=-=- 詳細 -=-=-=-=-=-=-=-=-=-=-=- */

/* ヘッダ */

#head_banner .flash { /* ヘッダバナー */
	width: 468px;
	height: 60px;
	visibility: visible;
	z-index: 9999;
}

/* グローバルナビ */

#globalnavi ul {
	padding: 0px 0px 0px 10px;
}

#globalnavi ul li {
	float: left;
	height: 30px;
	width: 160px;
}

#global_position ul {
	padding: 0px 0px 0px 10px;
}

#global_position ul li {
	float: left;
	height: 3px;
	width: 160px;
	line-height: 0px;
}

/* w3c */

#w3c li {
	float: left;
}

/* フッター */

#foot ul {
	background-color: #900;
	padding: 5px 0px;
}

#foot ul.util {
	background-color: #000;
}

#foot ul li {
	display: inline;
	height: 20px;
	padding: 2px;
	margin: 0px 8px;
}

#foot ul.util li {
	font-size: 12px;
}

#foot ul li a {
	text-decoration: none;
	color: #fcc;
	padding: 2px;
}

#foot ul li a:hover {
	background-color: #600;
	color: #fff;
}

#foot p {
	clear: both;
	color: #999;
}

/* フォーム */

input {
	font-size: 15px;
}

select {
	font-size: 15px;
}

.button_noimg {
	width: 140px;
	height: 60px;
	margin: 0px 10px;
}

/* 検索フォーム */

.search  {
	width: 300px;
	height: 17px;
	padding: 2px;
	font-size: 14px;
}

.go  {
	width: 80px;
	padding: 2px;
	font-size: 14px;
	height: 27px;
}

/* ページャー */

ul.pager {
	clear: both;
	margin: 10px auto 0px auto;
	vertical-align: bottom;
	width: 100%;
}

ul.pager li {
	float: left;
	padding: 0px 5px;
	text-align: center;
}

ul.pager li.arrow {
	width: 120px;
	margin: 10px 0px 0px 0px;
	color: #999;
}

ul.pager li.arrow a {
	text-decoration: none;
}

ul.pager li.page {
	width: 430px;
}

ul.pager li.page a {
	text-decoration: none;
}

/* ページャー（ローカルナビ付きの狭いエリアの場合） */

ul.pager_short {
	clear: both;
	margin: 10px auto 0px auto;
	vertical-align: bottom;
	width: 100%;
}

ul.pager_short li {
	float: left;
	padding: 0px 5px;
	text-align: center;
}

ul.pager_short li.arrow {
	width: 100px;
	margin: 10px 0px 0px 0px;
	color: #999;
}

ul.pager_short li.arrow a {
	text-decoration: none;
}

ul.pager_short li.page {
	width: 350px;
}

ul.pager_short li.page a {
	text-decoration: none;
}

/* 検索結果リスト */

ul.search_result {
	clear: both;
	width: 948px;
	border-top: 1px solid #900;
	margin: 0px auto;
	text-align: center;
}

ul.search_result li ul {
	margin: 0px auto;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #900;
	height: 30px;
	text-align: left;
}

ul.search_result li ul li.hall_icons {
	width: 180px;
	float: left;
	height: 27px;
	padding: 3px 0px 0px 20px;
}

ul.search_result li ul li.shop_name {
	width: 400px;
	float: left;
	height: 30px;
	font-weight: bold;
}

ul.search_result li ul li.shop_address {
	width: 320px;
	float: left;
	height: 23px;
	padding: 7px 0px 0px 20px;
}

ul.search_result li ul li.shop_name a {
	display: block;
	height: 23px;
	padding: 7px 0px 0px 20px;
}

ul.search_result li ul li.shop_name a:hover {
	background-color: #900;
	color: #fff;
}

/* 戻るボタン */

div#history_back {
	clear: both;
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
