@charset "Shift_JIS";

/*///////////////////////////////////////////////////////

Description: ¥ò¥¿¥EÂÍÑCSS
  File name: wotaruza.css (/wotaruza/wotaruza.css)

///////////////////////////////////////////////////////*/

/*----------------------------------
    clear
----------------------------------*/

.cl:after,
.section:after {  
  content: ".";
  display: block;
  visibility: hidden;  
  height: 1%;
  font-size: 0;  
  line-height: 0;  
  clear: both;  
}
.cl,
.section { zoom: 1; }  
* html .cl,
* html .section { height: 1%; }

.clear {
  clear: both;
}

/*---------------------------------
    tab style
---------------------------------*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { 
  .ui-tabs-hide {
    display: none;
  }
}

/* Hide useless elements in print layouts... */
@media print {
  .ui-tabs-nav {
    display: none;
  }
}

.ui-tabs-nav {
	height: 31px;
  margin: 0;
	padding: 0 0 7px 0;
  background: url(img/main_bg01.gif) no-repeat left bottom;
}
.ui-tabs-nav li {
  list-style: none;
  float: left;
}
.ui-tabs-nav a {
  width: 82px;
	height: 18px;
	_height: 22px;
	padding-top: 13px;
	_padding-top: 9px;
  text-align: center;
  outline: 0;
	background: url(img/main_btn01_off.gif) no-repeat left bottom;
	display: block;
}
.ui-tabs-nav .ui-tabs-selected a {
  background: url(img/main_btn01_on.gif) no-repeat left bottom;
}
.ui-tabs-nav a#tabLong {
  width: 127px;
	background: url(img/main_btn02_off.gif) no-repeat left bottom;
}
.ui-tabs-nav .ui-tabs-selected a#tabLong {
  background: url(img/main_btn02_on.gif) no-repeat left bottom;
}

/*---------------------------------
    common tyle
---------------------------------*/

h2 {
  margin-bottom: 15px;
}


div#main {
  padding: 20px 25px 25px 25px;
  line-height: 1.5em;
  background: url(img/main_bg02.gif) no-repeat left bottom;
	clear: both;
}

div#main h3 {
  height: 34px;
	margin-bottom: 20px;
	padding: 2px 0 0 25px;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: normal;
  background: url(img/main_topic01.gif) no-repeat left bottom;
}

div#main h4 {
	margin-bottom: 15px;
}

div#container-1 img {
  vertical-align: bottom;
}

.alignRight {
  text-align: right;
}

/*ƒCƒ[ƒW—v‘f‚Ì”¼“§–¾ˆ—*/

a img.toumei{
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
a:hover img.toumei{
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}

/*---------------------------------
    news tyle
---------------------------------*/

dl#newsList {
}
dl#newsList dt,
dl#newsList dd {
  margin: 0;
	padding: 0;
}
dl#newsList dt {
  margin-bottom: 10px;
  font-weight: bold;
}
dl#newsList dd {
  margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(img/main_bg03.gif) repeat-x left bottom;
}

/*---------------------------------
    blog tyle
---------------------------------*/

dl.blogList {
  margin-bottom: 15px;
	background: url(img/main_bg03.gif) repeat-x left bottom;
  clear: both;
}
dl.blogList dt,
dl.blogList dd {
  margin: 0 0 0 100px;
	padding: 0;
}
dl.blogList dt.photo {
  margin-left: 0;
  float: left;
}
dl.blogList dt {
  margin-bottom: 5px;
}
dl.blogList dt a {
  color: #5B91C1 !important;
  font-weight: bold;
}
dl.blogList dt a:hover {
  text-decoration: none;
}
dl.blogList dd {
 margin-bottom: 15px;
}

/*---------------------------------
    about tyle
---------------------------------*/

dl#aboutList {
}
dl#aboutList dt,
dl#aboutList dd {
  margin: 0;
	padding: 0;
}
dl#aboutList dt {
  margin-bottom: 10px;
  font-weight: bold;
}
dl#aboutList dd {
  margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(img/main_bg03.gif) repeat-x left bottom;
}

/*---------------------------------
    acsess tyle
---------------------------------*/

table#acsessList {
  width: 100%;
	margin-bottom: 15px;
	background: #EBEBEB;
}
table#acsessList th,
table#acsessList td {
  padding: 5px;
	border-bottom: 2px solid #FFFFFF;
}
table#acsessList th {
  text-align: left;
}
table#acsessList td {
  text-align: right;
}

/*---------------------------------
    reser tyle
---------------------------------*/

ul#reserNavi {
  height: 28px;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
  background: url(img/reser_bg01.gif) no-repeat left top;
}
ul#reserNavi li {
  list-style: none;
  float: left;
}
ul#reserNavi li a {
  width: auto;
	height: auto;
	padding: 5px 10px;
	color: #B9B9B9;
	text-decoration: none;
  outline: 0;
	background: none;
	display: block;
}
ul#reserNavi .ui-tabs-selected a {
  color: #666666;
  font-weight: bold;
  background: url(img/reser_bg02.gif) repeat-x left top;
}

table.reserTable {
  width: 222px !important;
  margin-bottom: 15px;
  border-collapse: collapse;
	float: left;
	margin-right: 14px;
}
table.mRight00 {
  margin-right: 0;
}
table.reserTable caption {
  margin-bottom: 5px;
  text-align: left;
	font-size: 10px;
}
table.reserTable caption span {
  padding-left: 5px;
  font-size: 16px;
	font-weight: bold;
}
table.reserTable th,
table.reserTable td {
  padding: 5px;
  text-align: center;
}
table.reserTable th {
  padding: 5px 0;
  color: #6D6D6D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
  border-right: 1px dotted #010101; 
  border-left: 1px dotted #010101;
	background: url(img/reser_bg03.gif) repeat-x center center;
}
table.reserTable td {
  border-right: 1px dotted #010101; 
  border-bottom: 1px dotted #010101; 
  border-left: 1px dotted #010101; 
}
.red {
  background: #FFDEEC;
}
.blue {
  background: #E8F1FF;
}
.net {
  background-image: url(img/reser_bg04.gif);
}