@charset "shift_jis";

/*------------------------------------
 
CSS Information
 
  Created: 2009-03-05
  Last update: 2009-03-05 by YSS
 
------------------------------------*/
 
/* ---------------------------------------------------------------------------
__Default_style_clear
----------------------------------------------------------------------------*/

@import "reset.css";
@import "clearfix.css";
@import "common.css";

body {
  margin: 0 auto;
  background: #e6e6e6 url(../images/bg.jpg) repeat-x left top;
  font-size: 62.5%;
  color: #333333;
  line-height: 1.5;
  text-align: center; /* IE5.x用センタリング */
}

/* ---------------------------------------------------------------------------
__Layout_section
----------------------------------------------------------------------------*/
/* -------------------------
box width
--------------------------*/
*:first-child+html #container {
/*  position: relative; */
}
#header, #visual_section, #contents_wrap, #footer {
  width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
/* -------------------------
__header (div#header)
--------------------------*/
#header {
  position: relative;
  height: 149px;
}
#header #site_id {
  position: absolute;
  top: 37px;
  left: 0px;
}
#header #assistNav {
  position: absolute;
  top: 40px;
  right: 12px;
  font-size: 1.2em;
}
#header #assistNav li {
  _display: inline;
  float: left;
  margin-left: 11px;
  padding-left: 10px;
  background: url(../images/navi/bullet.gif) no-repeat left center;
}
#header #assistNav li a img {
  display: block;
}
#header #gNav {
  position: absolute;
  top: 110px;
  left: 12px;
}
#header #gNav li {
  float: left;
}
#header #gNav li a img {
  display: block;
}
#header p#intro {
	position: absolute;
	top: 5px;
	left: 0;
	height: 28px;
	font-size: 1.2em;
	overflow: hidden;
	width: 850px;
}
/* -------------------------
__visual_section (div#visual_section)
--------------------------*/
#visual_section {
  clear: both;
  position: relative;
  height: 420px;
  background: #007c00 url(../images/flower_top.jpg) no-repeat right bottom;
}
#visual_section #facilities_info {
  position: absolute;
  top: 220px;
  left: 8px;
}
#visual_section #facilities_info li {
  float: left;
  margin-right: 6px;
}
#visual_section #facilities_info li a img {
  display: block;
}
#visual_section p#reserve_bnr {
  position: absolute;
  top: 350px;
  left: 7px;
}

/* -------------------------
__contents (div#contents)
--------------------------*/
#contents {
  float: left;
  background: #fff url(../images/contents_bg.gif) repeat-y;
}

/* -------------------------
__main (div#main)
--------------------------*/
#main {
  float: right;
  width: 720px;
  background: url(../images/flower_btm.jpg) no-repeat right top;
}
#main2 {
  float: right;
  width: 720px;
}
#main_inner {
	padding: 10px 0 10px 15px;
}
#main_inner   #contentsbox  {
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#main_inner #h3_subtitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #009900;
	background: url(../images/h3_subtitle.gif) no-repeat left center;
	text-indent: 20px;
	text-align: left;
	height: 38px;
	line-height: 35px;
}

/* -------------------------
__table (div#table)
--------------------------*/
#main_inner #table {
	font-size: 1.2em;
	width: 97%;
	border: 0px;
	margin-right: 10px;
}
#main_inner #table th {
	padding: 5px;
	background: #eeeeee;
	margin: 1px;
	vertical-align: top;
	border-bottom: 2px solid #FFFFFF;
}
#main_inner #table td {
	padding: 10px;
	margin: 1px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
}


/* -------------------------
__sidebar (div#sidebar)
--------------------------*/
#sidebar {
  float: left;
  width: 180px;
}
#sidebar dl {
  width: 160px;
  margin-bottom: 10px;
  padding: 4px;
  background: #e3d9c0;
  border: 1px solid #c8b688;
  font-size: 1.2em;
}
#sidebar dt {
  font-weight: bold;
}
#sidebar_inner {
  padding: 10px 0 0 10px;
}
#sidebar dl#sidemenu dd {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  text-indent: 1em;
}
#sidebar dl#sidemenu dd a {
  display: block;
  width: 144px;
  padding: 4px 8px;
  background: url(../images/navi/bullet.gif) no-repeat 5px center;
  text-decoration: none;
}
#sidebar dl#sidemenu dd a:hover {
  background-color: #ffe99f;
  color: #006602;
}

/* -------------------------
__footer (div#footer)
--------------------------*/
#footer {
  clear: both;
}
#footer ul {
  padding: 5px 0;
  background: #f4f0e7;
  border: 1px solid #ccc;
  font-size: 1.2em;
  text-align: center;
}
#footer ul li {
  position: relative;
  display: inline;
  _height:0;
  margin: 0 0 2px 0;
  padding: 0 10px;
  border-right:solid 1px #bbb;
}
#footer ul li.last {
  border-right: none;
}
#footer ul li a {
  margin:0;
  padding:0;
  white-space:nowrap;
}
#footer address {
  padding: 5px 0;
  background: #007c00;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}

/* ---------------------------------------------------------------------------
__Contents_section
----------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------
__topPage_style
----------------------------------------------------------------------------*/
/* -------------------------
__p#greeting (p#greeting)
--------------------------*/
p#greeting {
  margin-bottom: 40px;
  padding-right: 275px;
  font-size: 1.2em;
}

/* -------------------------
__dl#update_info (dl#update_info)
--------------------------*/
dl#update_info {
  margin: 0 20px 10px 20px;
  padding: 0 0 10px 0;
  overflow: hidden;
}
dl#update_info dt, dl#update_info dd {
  font-size: 1.2em;
}
dl#update_info dt {
  float: left;
  margin-right: 10px;
  padding: 5px 0 5px 10px;
}
dl#update_info dd {
  padding: 5px 0 5px 10px;
  border-bottom: 1px dotted #999;
}
dl#update_info dd span {
  color: #990000;
}
/* -------------------------
__p#contents (p#contents)
--------------------------*/
p#contents {
  margin-bottom: 40px;
  padding-right: 5px;
  font-size: 1.2em;
}

#main2 #main_inner #table .btn {
	padding: 35px 0px 0px;
	text-align: right;
	font-size: 0.2em;
	margin: 0px;
}
