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

/* basic elements */
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
	font-family: "MS UI Gothic", Verdana, Arial, sans-serif;
	font-size: 91%;
	color: #333333;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin: 0px;
}
address{ font-style:normal; }

/* standard helper classes */
.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
.r_text {color: #F00;}
.b_text {color: #00F;}

/* Begin Headers */

#header {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    }

#header_logo h1{
    padding-top: 20px;
    padding-left: 20px;
    margin: 0;
    color:#eee;
    font-size:22px;
    }

#header_logo h1 a, h1 a:hover, h1 a:visited{
    text-decoration: none;
    color: #fff;
    }
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 740px;
	margin-bottom: 15px;
}
#header_menu {
	height: 45px;
	width: 740px;
	padding-top: 75px;
	margin: 0px;
}

#header_menu td {
    text-align: center;
    padding:3px;
}
#header_menu td.d {
    padding:3px;
    border: 2px double #ccc;
}

.description {
    text-align: left;
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size:small;
    }

/* End Headers */

/* Begin Structure */

#page {
	margin: 0px auto;
	padding: 0;
	width: 740px;
	background-color: #fff;
	position: relative;
    }

#container{
    text-align:left;
    width: 740px;
}
#content{
	text-align:left;
	width:450px;
	float: left;
}
#content_full{
    margin: 0 20px 0 20px;
    padding: 0px;
    text-align:left;
    width:700px;
}

#sidebar{
    float:right;
    padding: 0;
    margin: 0;
    width:120px;
}

#sidebar td {
    padding:3px;
}

#sidebar  td.b {
    padding:3px;
    background-color: #efefef;
}

#sidebar ul{
	list-style: none;
	padding-left: 1em;
	text-indent: 0.1em;
	font-size: 80%;
}
#footer {
	font-size:small;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-top: 8px;
	background-position: 0px 18px;
}
/* End Structure */

/* Begin Forms */

.submit{
    margin:7px auto 3px auto;
}
.t_box{
    margin:7px auto 7px auto;
}

/* End Forms */

/* Begin Tables */

table.main_table{
	font-size:small;
	background-image: url(images/seach_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}
.main_table td,th{
/*    border:1px solid #c1c3fe;*/
}

table.search_table {
  font-size: small;
}
table.search_table th, table.search_table td {
	padding: 7px 3px;
	text-align: center;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
}
table.search_table th {
  background-color: #F0F0F0;
}
table.search_table th.list_detail, table.search_table td.list_detail {
  border-right: solid 1px #999999;
}
table.search_table td.list_detail {
  background-color: #FFE0FF;
}
table.search_table td {
  border-top: none;
}
table.search_table td.list_nav {
  border: none;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 2px;
}
table.search_table td.list_notice {
	text-align: left;
	font-size:small;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 2px;
	border: none;
}
table.search_table a, table.search_table a:hover, table.search_table a:visited {
  color: #0033FF;  
}

table.detail_table{
    border-width:1px;
    border:1px solid #c1c3fe;
}
table.detail_table td,th{
    border-width:1px;
    border:1px solid #c1c3fe;
}
table.none_border_table{
    border-width:0;
}
table.none_border_table td,th{
    border-width:0;
}

th.list {
    background-color:#eee;
    font-weight:bold;
    text-align:center;
}
tr.required,td.required{
    background-color:#ff8040;
    font-weight:bold;
    text-align:center;
}


th.title {
    color:blue;
    background-color:#eee;
    border: 1px solid #c1c3fe;
    text-align:center;
}
th.title h3 {
    color:blue;
    background-color:#eee;
    margin:0 auto 0 auto;
    padding:4px;
}


th.items {
    background-color:#efd;
    text-align:right;
}
td.items {
    background-color:#eff;
    text-align:center;
}
tr.items {
    background-color:#efd;
}

/* End Tables */

/* Begin Informations */

.information {
    background-color: lightgreen;
    font-weight: bold;
    padding:3px;
    border:2px solid green;
    margin-top: 5px;
    margin-bottom: 5px; 
}

.warning {
    background-color: pink;
    font-weight: bold;
    padding:3px;
    border:2px solid red;
    margin-top: 5px;
    margin-bottom: 5px; 
}

/* End Informations */

/* Begin Misc */



.photo {
    text-align:center;

}

hr {
    display: none;
    }

/* End Misc */


/* for MacIE's bug */

/*\*//*/
textarea, select, input {
font-family: "ͣ Хå", Osaka, sans-serif;
}
/**/
#header td.top {
	font-size: small;
	padding-top: 10px;
}
#header h1.under_text {
	font-size: small;
	font-weight: normal;
	text-align: right;
	}
div#home {
	float: left;
	width: 96px;
}
#home a {
	background-image: url(images/btn_home.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 96px;
	height: 45px;
	text-indent: -9999px;
	outline: none;
}
#home a:hover {
    background-position:0% -45px;
}
div#seach {
	float: left;
	width: 122px;
}
#seach a {
	background-image: url(images/btn_seach.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 122px;
	text-indent: -9999px;
	outline: none;
}
#seach a:hover {
    background-position:0% -45px;
}
div#use {
	float: left;
	width: 104px;
}
#use a {
	background-image: url(images/btn_use.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 104px;
	text-indent: -9999px;
	outline: none;
}
#use a:hover {
    background-position:0% -45px;
}
div#guide {
	float: left;
	width: 198px;
}
#guide a {
	background-image: url(images/btn_guide.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 198px;
	text-indent: -9999px;
	outline: none;
}

#guide a:hover {
    background-position:0% -45px;
}
	
#footer address {
	font-size: small;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer address a, #footer address a:hover, #footer address a:visited {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
}
/*サイドバー*/
#side-content {
	float: right;
	width: 290px;
}
#side-content .top-box {
	margin-top: 40px;
	width: 270px;
	margin-left: 10px;
	font-size: small;
}
#side-content .box {
	margin: 5px 0 5px 10px;
	width: 270px;
	font-size: small;
}
#side-content .top-box span, #side-content .box span{
	font-size: 140%;
	color: #FF3399;
	font-weight: bold;
}
#side-content .top-box p, #side-content .box p{
	line-height: 150%;
	margin-bottom: 10px;
}
#side-content .top-banner {
	margin-top: 40px;
}
#side-content .top-banner img {
	border: 1px solid #333333;
}
#side-content .ico {
	padding-right: 3px;
	padding-bottom: 3px;
}

#content .search {
	margin-left: 10px;
	margin-top: 40px;
}
#content_full .entry {
	margin-top: 48px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content_full .entry h2 {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content_full .entry h3 {
	font-size: 130%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 15px;
	background-image: url(images/tate_bar_s.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-weight: bold;
}
#content_full .entry p {
	line-height: 140%;
	padding-left: 10px;
	margin-bottom: 20px;
}
#content_full .entry ol {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;

}
#content_full .entry ul {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#content_full .entry li {
	padding-bottom: 2px;
	padding-top: 2px;
}
#content_full .entry a, #content_full .entry a:visited{
	color:#0066FF;
}
.qrcode img {
	float: left;
}
.qrcode {
	padding: 5px;
}
#side_menu a, #side_menu a:visited{
	display: block;
	margin-left: 5px;
	color:#333333;
	border-bottom: 1px solid #0066CC;
}
#atom {
	text-align: right;
	font-size: 10px;
	margin-right: 10px;
	clear: both;
	margin-bottom: 25px;
	line-height: 18px;
}
#atom a, #atom a:hover, #atom a:visited {
	color: #333333;
}


/*NotUse*/
#side_menu {
	margin-top: 48px;
}
#side_menu a:hover{
	border-left: solid 5px #0099FF;
	color:#990000
}
#side_menu ul {
	font-size: 91%;
}
.style1 {
	color: #000080;
	font-weight: bold;
}
span.price {
	font-size: medium;
	font-weight: bold;
	color: #CC3333;
}
span.walk_m {
  font-size: medium;
	font-weight: bold;
	color: #666666;
}

