*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	font-family: sans-serif;
	line-height:150%;
}

body
{
	text-align: center;
	background-color: #f90;
	margin: 10px 0 0 0;
}

textarea
{
	font-size: 12px;
}

div
{
	text-align: left;
}

a
{
	color: steelblue;
}

a:hover
{
	color: lightsteelblue;
}

option
{
	padding-right: 10px;
}

a img
{
	border: 0;
}


h1
{
	position: relative;
	bottom:-22px;
	font-size:10px;
	left:15px;
	color:#666;
	display: block;
	z-index: 1;
	width:908px;
	margin:0 auto;
	text-align: left;
}

h2.black
{
	background:url("/df/img/shops/bg_detail_shopname.png") repeat-x;
	color: #f90;
	font-size: 18px;
	margin:0;
}

h2.black em
{
	display: block;
	padding: 10px 0 0 25px;
}

.body
{
	margin: 0 10px;
}

p.submit
{
	margin: 10px 0;
}

#head
{
	position:relative;
	margin-bottom: 10px;
	width: 880px;
}

#head #regist
{
	position:absolute;
	right: 0px;
	bottom: -5px;
	font-size:12px;
}

#head #regist a
{
	color:black;
	text-decoration: none;
}

#head #regist a:hover
{
	color:darkorange;
}

#wrapper
{
	position: relative;
	width:908px;
	margin:0 auto;
}

#body
{
	position: relative;
	float: left;
	display: inline;
	padding: 0 20px 0 10px;
	background:url("/df/img/base/wak_mid.gif") repeat-y;
	text-align: center;
}

#containers
{
	position: relative;
	float:left;
	width: 880px;
}


/* -------------------------------------
	コンテナ左
-------------------------------------- */
#container_left
{
	float: left;
	position:relative;
	top:5px;
	width: 650px;
}

#container_left p
{
	font-size: 12px;
	margin: 10px 0;
}

#container_left h2
{
	position: relative;
	clear: both;
	padding: 5px;
	margin-bottom: 5px;
}

#container_left h2 em
{
	display: block;
	padding-left: 10px;
	font-size: 16px;
	border-left: 5px solid orange;
}

/**
	コンテンツ右側
**/
#container_right
{
	float:right;
	position:relative;
	top:10px;
	width: 220px;
	margin-bottom:10px;
	background:url("/df/img/base/wak2_mid.gif") repeat-y;
}

#container_right .wak_top
{
	background:url("/df/img/base/wak2_top.gif") no-repeat left top;
}
#container_right .wak_bot
{
	background:url("/df/img/base/wak2_bot.gif") no-repeat left bottom;
}

/* -------------------------------------------
	右コンテナコンテンツ
--------------------------------------------- */
#container_right .box
{
	margin-bottom: 10px;
}

#container_right .box h3
{
	font-size: 14px;
}

#container_right .box div
{
	font-size: 12px;
	padding: 5px;
	border-bottom:1px solid #eee;
	height: 55px;
}

#container_right .box div p
{
	font-size: 10px;
	color: #999;
}

#container_right #btn_ticket
{
	position:relative;
	margin-bottom: 5px;
}

/* -------------------------------------------
	メニュー
--------------------------------------------- */
#menus
{
	width: 880px;
	height: 29px;
	background:url("/df/img/base/bg_menus.png") no-repeat;
}

#menus ul
{
	position: relative;
	margin: 0;
	padding: 1px 0 0 5px;
}

#menus li
{
	float: left;
	width: 110px;
	border-right:1px solid #000;
	border-left:1px solid #666;
	background-position: 5px center;
	background-repeat: no-repeat;
}

#menus li.left
{
	border-left: 0;
}
#menus li.right
{
	border-right: 0;
}

#menus li a
{
	display: block;
	text-decoration: none;
	font-size: 10px !important;
	color: white;
	text-align: center;
}

#menus li a:hover
{
	color: darkorange;
}

#menus li a em
{
	display: block;
	font-style: normal;
	padding: 4px 0;
}

#menus #m_home
{
	background-image: url("/df/img/icons/home.gif");
}

#wak_top,
#wak_bot
{
	float:left;
	width:910px;
}

#wak_top
{
	background:url("/df/img/base/wak_top.gif") no-repeat left top;
	height:15px;
}

#wak_bot
{
	background:url("/df/img/base/wak_bot.gif") no-repeat left bottom;
	height:21px;	
}


/* ----------------------------------
	各種項目
------------------------------------ */
.features h3
{
	font-size:14px;
	margin:10px 0 5px 10px;
	color:saddlebrown;
}

.features p
{
	margin:10px 0 10px 20px !important;
}



table.base
{
	background-color: #ccc;
}

table.base td,
table.base th
{
	font-size: 12px;
	text-align: justify;
	border: 1px solid white;
	padding: 5px;
}

table.base th
{
	color: darkorange;
	background-color: #333;
}

table.base td
{
	background-color: whitesmoke;
}


/* ----------------------------------
	フォーム内の注釈
------------------------------------ */
td var
{
	font-style: normal;
	color: steelblue;
	font-size: 10px;
}

/* ----------------------------------
	error message
------------------------------------ */
table.base td dfn
{
	color: #c00;
	font-size: 12px;
	display:block;
	clear:both;
}

/* ------------------------------------
	待遇一覧
-------------------------------------- */
.treatments li
{
	float:left;
	margin:0 1px 1px 0;
	width: 112px;
}

.treatments li em
{
	display:block;
	padding: 5px;
	background-color: deeppink;
	color: white;
	border-bottom: 3px solid pink;
}

/* ------------------------------------
	リスト
-------------------------------------- */
ul.square
{
	font-size: 12px;
	margin: 20px;
}

ul.square li
{
	list-style: square;
	margin-bottom:5px;
}

/* ------------------------------------
	QRコード
-------------------------------------- */
#qr
{
	margin-top:5px;
}

/* ------------------------------------
	フッタ
-------------------------------------- */
#footer
{
	clear:both;
	position: relative;
	width: 908px;
	height: 80px;
	background:url("/df/img/base/wak_foot_mid.png") repeat-y left top;
	margin: 10px auto 0 auto;
}

#footer .wak_top
{
	background:url("/df/img/base/wak_foot_top.png") no-repeat left top;
	height: 15px;
}

#footer .copyright
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 200px;
	background:url("/df/img/base/copyright.png") no-repeat right top;
}


/**
	エリア検索の地図
**/
#areas
{
	margin-bottom: 20px;
	text-align:center;
}

/**
	ページネーション
**/
.pagination
{
	clear:both;
	padding-top:1px;
}

.pagination a,
.pagination strong
{
	float:left;
	display:block;
	padding: 3px;
	color: white;
	background-color:black;
	margin:0 1px 1px 0;
	text-decoration:none;
	width: 20px;
	font-size: 12px;
	text-align:center;
}

.pagination a:hover,
.pagination strong
{
	background-color: #f90;
}


/****
	埼玉 風 TOP
*/
#gotop
{
	clear:both;
	position: absolute;
	right:20px;
	bottom:-14px;
	text-align: center;
	font-size:12px;
	background:url(/img/base/bg_gotop.png) no-repeat;
	border:1px solid black;
	width:120px;
	height:28px;
}

#gotop a
{
	display: block;
	color:white;
	padding-top:5px;
	text-decoration: none;
}

#gotop a:hover
{
	color:orange;
}