﻿/* DEFAULT SETTING */
body{
	margin:0px;
	padding:0;
	background:#ffffff;
	font-size:80%;
	text-align:center;
	line-height:1.4;
	color:#333;
	font-family:verdana,'MS UI Gothic',sans-serif;
	}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#5E3F8E;text-decoration:underline;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:880px;
	text-align:left;
	margin:0 auto;
	padding:0;
	background:#fff;
	border:1px solid #fff;
}

/* HOMEbtn */
#home{
	margin:0 0 1px 0;
}
#home a{
	line-height:1.0;
	font-size:12px;
	vertical-align:top;
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:100px;
	border-bottom:3px solid #5E3F8E;
}
#logo{
	position:absolute;
	bottom:5px;
	left:10px;
	background:url(img/bg_logo.jpg) no-repeat;
	width:300px;
	height:60px;
	margin:0;
}
#logo a{
	display:block;
	width:300px;
	height:60px;
	text-decoration:none;
}
#logo h1{
	font-size:1.1em;
	font-weight:bold;
	color:#006699;
	margin:10px 0 0 0;
	padding:0;
}
#logo p{
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}


/* MAINMENU */
#mainmenu{
	margin:0 0 20px 0;
	padding:0;
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	margin:0 0 1px 0;
	padding:0;
	list-style-type:none;
	width:180px;
	vertical-align:top;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
}
#mainmenu a{
	display:block;
	font-size:12px;
	line-height:24px;
	margin:0;
	padding:0 0 0 15px;
	width:165px;
	color:#333333;
	text-decoration:none;
	background:url(img/mainmenu_off.gif) no-repeat left center #ffffff;
        border-bottom-width: 1px;
	
}
#mainmenu a:hover{
	background:url(img/mainmenu_on.gif) no-repeat left center;
}
#mainmenu .active{
	background:url(img/mainmenu_on.gif) no-repeat left center;
        color;#6f92ff;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:10px;
	bottom:10px;
	margin:0;
	padding:0;
	font-size:0.8em;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#submenu a{
	display:block;
	padding:0 10px;
	text-decoration:underline;
	color:#999;
	border-left:1px solid #ccc;
}
#submenu a:hover{
	color:#333;
	text-decoration:underline;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
	margin:0 0 20px 0;
	padding:0;
}
#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	margin:0 0 1px 0;
	padding:0;
	width:180px;
	vertical-align:top;
}
#childmenu a{
	display:block;
	padding:2px 0 2px 20px;
	width:160px;
	font-size:12px;
	line-height:1.0;
	text-decoration:none;
	color:#666;
	border-bottom:1px dotted #ccc;
	background:url(img/childmenu_off.gif) no-repeat left center;
}
#childmenu a:hover{
	color:#006699;
}
#childmenu .active{
	color:#333;
}


/* PAGENAVI */
#pagenavi{
	margin:0 0 20px 0;
	padding:0;
	font-size:0.8em;
}


/* CONTENTS */
#contents{
	margin:15px 15px 15px 10px;
	padding:0;
	background:url(img/bg_contents.gif) repeat-y left;
}


/* MAINCONTENTS */
#main{
	float:right;
	width:650px;
	padding:0;
}
#main h2{
	font-size:1.2em;
	background:url(img/bg_pagetitle_01.jpg) repeat-x;
	height:42px;
	margin:0 0 30px 0;
	padding:8px 0 0 5px;
	color:#333;
}
#main h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#666;
}
h3{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #5E3F8E;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}


/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:630px;
	margin:0 10px 30px 10px;
}


/* SIDEBAR */
#side{
	float:left;
	width:180px;
	margin:0;
	line-height:1.2;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#999;
}
.sidebox,.sidebox01,.sidebox02{
	width:180px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
}
.sidebox01 ul,.sidebox02 ul{
	margin:0 0 0 20px;
	padding:0;
	font-size:0.8em;
}
.sidebox01 li,.sidebox02 li{
	margin:0 0 5px 0;
}
.sidebox01 a,.sidebox02 a{
}
.sidebox01 li{
}
.sidebox02 li{
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:20px 0;
}


/* FOOTER */
#footer{
	text-align:center;
	font-size:0.8em;
	margin:0;
	padding:10px;
	text-align:center;
	color:#fff;
	border-top:1px solid #ccc;
	background:#2A0D4B;
}
#footermenu{
	padding:10px 0;
	text-align:center;
	font-size:0.8em;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 3px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background-position:0 8px;
}
.right{
	width:70%;
	padding:2px 0 2px 2px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #999;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
	display: none;
}
.map{
        /* ------バックアップ----　wideth:498px: --------*/
	width:600px;
	height:300px;
	border:1px solid #ccc;
	margin:0;
}


/* FORM PAGE */
form{
	margin:0;
}
#table_form{
	width:100%;
	margin:0 0 20px 0;
}
#captcha{
	border:1px solid #ccc;
	background:#ddd;
	margin:0 0 0 10px;
	padding:5px 10px;
}

/* BLOG PAGE */
.blog{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-weight:bold;
	background-color:#f7f7f7;
	background-image:none;
	border:none;
}
.blog_cnt{
}
.blog_date{
	margin:0 0 5px 0;
	padding:0;
	color:#999;
	font-size:0.8em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:630px;
	margin:0 9px 20px 9px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	text-align:left;
	width:45%;
	background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 12px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-weight:bold;
	background-color:#f7f7f7;
	background-image:none;
	border:none;
}
.bbs_cnt{
}
.bbs_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#476785;
	font-size:0.8em;
	font-weight:bold;
	font-family:"Trebuchet MS",verdana,'MS UI Gothic',sans-serif;
}
.bbs_body{
	margin:0 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#table_bbs{
	width:100%;
	margin:0 0 30px 0;
}
#table_bbs td{
	border-bottom:1px dotted #ccc;
	padding:4px 0;
	vertical-align:top;
}
#table_bbs .theme{
	padding:4px 0 4px 20px;
	background:url(img/icon_theme.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .thread{
	padding:4px 0 4px 20px;
	background:url(img/icon_thread.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .res{
	padding:4px 0 4px 20px;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .c1{
	font-size:0.8em;
	text-align:right;
}
#table_bbs .theme a{
	font-weight:bold;
}
#table_bbs .tr{
	text-align:right;
	font-size:0.8em;
	margin:10px 0;
	color:#666;
}


/* POST */
.post{
	border:none;
	background:#f1f1f1;
	color:#666;
	font-size:1em;

	padding:2px 5px;
}
.post_com{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 12px;
}
.post_tb{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_tb.gif) left top no-repeat;
	background-position:0 12px;
}
.post_bottom{
	margin:0 0 20px 0;
	padding:5px 0;
	font-size:0.8em;
	text-align:right;
}


/* TOPIMAGE */
#topimage{
	width:880px;
	height:480px;
	margin:1px 0 0 0;
	background-repeat:no-repeat;
	text-indent:-10000px;
	border-bottom:1px solid #ccc;
}
#topimage a{
	display:block;
	width:880px;
	height:480px;
}


/* TOPNEWS */
#top_news{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #5E3F8E;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.news_contents{
	overflow:hidden;
	width:630px;
	margin:0 10px 20px 10px;
}
.topnews_date{
	width:20%;
	font-size:0.8em;
	color:#666;
	padding:3px 0 2px 16px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	background:url(img/icon_clock.gif) no-repeat left top;
	background-position:0 5px;
}
.topnews_body{
	overflow:hidden;
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}


/* TOPPHOTO */
#top_photo{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #739FC8;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.photo_contents{
	margin:0 10px 20px 10px;
}
.top_photo{
	font-size:0.8em;
	text-align:center;
	color:#666;
	padding:0 0 10px 0;
}


/* CALENDAR */
#calendar{
	width:160px;
	margin:0 10px;
	text-align:center;
}
#calendar tr td{
	padding:0 2px 5px 2px;
	font-size:0.8em;
}
#calendar caption{
	padding:0 5px 8px 5px;
	text-align:right;
	font-size:0.8em;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	position:absolute;
	top:10px;
	right:15px;
}
#search .search{
	width:120px;
	height:10px;
	font-size:0.8em;
}
.result_title{
	margin:0 0 10px 0;
	font-size:1.2em;
}
.result_body{
	margin:0 0 20px 30px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
.highlight{
	font-weight:bold;
	background:#ff9900;
	color:#fff;
}

/* CRAWLER */
#crawler{
	position:relative;
	width:180px;
	height:200px;
}
#crawler h4{
	font-size:0.8em;
	margin:0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#999;
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
	border:1px solid #ccc;
	border-top:none;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	font-size:0.8em;
	text-align:center;
	color:#666;
}

/* MOBILE QR CODE */
#qr{
	position:relative;
	margin:0 0 20px 0;
	width:180px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:100px;
	height:18px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}

/* --------------original style--------------- */

/* イメージに淵をつける */
.image_box {
	padding: 3px;
	height: 144px;
	width: 199px;
	border: 1px solid #CCCCCC;
}

h6 {
	font-size: 12px;
	color: #000099;
	background-image: url(img/h_bg.gif);
	text-indent: 10pt;
	background-repeat: no-repeat;
	height: 25px;
	width: 625px;
	line-height: 24px;
}

.restrant
        {
	background-image: url(img/submenu_bg_r.gif);
	background-repeat: no-repeat;
	font-size: 22px;
	color: #FF00FF;
	padding-left: 10px;
	text-align: left;
        }

/*--------------オンライン予約ページ------------------*/

.cont .yxy_12 {
	font-size: 12px;
	color: #000099;
	background-image: url(img/h_bg.gif);
	text-indent: 10pt;
	background-repeat: no-repeat;
	height: 25px;
	width: 625px;
	line-height: 24px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;

}
#contentso #headero h5
{
	background-image: none;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #7F7F7F;
	padding-left: 8px;
	text-align: left;
	line-height: 22px;
	width: 340px;
}
#contentso h5
{
	background-image: none;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #7F7F7F;
	padding-left: 8px;
	text-align: left;
	line-height: 22px;
	width: 340px;
}
#contentso #headero .fl {
	float: left;
}

#contentso #headero .image_header{
	float: left;
	height: 145px;
	width: 200px;
	padding-left: 10px;
}
#contentso #headero .fcl {
	clear: both;
	padding-bottom: 2px;
}
.fcl {
	clear: both;
        padding-bottom: 2px;
      }

#contentso #headero #txt {
	float: left;
	padding-left: 10px;
	clear: none;
	width: 320px;
}


#contentso #headero #txt .txt {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	width: 310px;
}
#contentso #headero #txt .title {
	font-size: 14px;
	line-height: 30px;
	color: #7f7f7f;
	font-weight: bold;
}
#contentso #headero #txt .bt{
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 16px;
}
#contentso #headero {
	width: 540px;
	border: 3px solid #EFEEEF;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-left: 18px;
}
#reservaion .bar {
	height: 3px;
	width: 540px;
	padding-top: 20px;
	color: #EFEEEF;
	margin-bottom: 3px;
}
#online .mypage_txt {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 30px;
	width: 480px;
}
#online {
	width: 540px;
	padding-left: 20px;
}
#reservaion {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	padding-top: 10px;
	width: 480px;
}
#online .txt_r {
	padding-top: 10px;
}

#botan {
	padding-top: 6px;
	padding-bottom: 8px;
	width: 600px;
	text-align: center;
}

#online .mypage_box {
	font-size: 12px;
	color: #890C08;
	height: 40px;
	width: 420px;
	line-height: 40px;
	border: 1px solid #EFEEEF;
	margin-right: 58px;
	margin-left: 58px;
	text-align: center;
}
#reservaion .fl {
	clear: both;
}
#online h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(img/bg_h4.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 522px;
	line-height: 29px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
        border-bottom-style: none;
}
#online .step {
	font-size: 12px;
	color: #666666;
	background-image: url(img/bg_h5.gif);
	background-repeat: no-repeat;
	line-height: 27px;
	padding-left: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 499px;
	font-weight: normal;
}
#online .title_w {
	width: 542px;
	margin: 0px;
	padding: 30px 0px 10px;
}



#headero .fcl {
	clear: both;
}
#botan .botan {
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
#headero .bar {
	float: left;
	height: 2px;
	width: 160px;
	background-color: #EFEEEF;
	margin: 12px 0px 12px 10px;
	padding: 0px;
	line-height: 3px;
}
#contentso #headero .fl {
	float: left;
}
.fl {
	float: left;
}
.left .txt {
	font-size: 17px;
	line-height: 30px;
	color: #890C08;
	font-weight: bold;
	float: none;
}
.left .gif {
	float: none;
}

#reservaion .left {
	float: left;
	padding-top: 42px;
	padding-left: 20px;
	padding-right: 120px;
}
#reservaion .right {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 84px;
	width: 181px;
}
#reservaion .fc {
	clear: both;
}

.style6 {
	font-size: 12px;
	color: #7F7F7F;
}
#online .arrow {
	text-align: center;
	width: 539px;
}
#online .bar {
	color: #EFEEEF;
	width: 539px;
	background-color: #EFEEEF;
	margin-top: 20px;
	margin-bottom: 30px;
	height: 3px;
}
#online .coment {
	font-size: 12px;
	color: #FF0000;
	width: 500px;
	padding-left: 40px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#online .botan {
	text-align: right;
	width: 539px;
	padding-top: 0px;
	padding-bottom: 10px;
	display: block;
}
#online .arrow_2 {
	text-align: center;
	width: 539px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#contentso #online .bg_bar {
	padding-top: 20px;
}
#contentso #headero #txt .bt2{

	padding-top: 2px;
	padding-bottom: 5px;
}
#online .title_w_1 {

	width: 542px;
	margin: 0px;
	padding: 30px 0px 20px;
}
.cont h5 {
	background-image: url(img/submenu_bg_g.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #7F7F7F;
	padding-left: 10px;
	text-align: left;
	margin: 0px 0px 0px 23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.r23 {
	margin-left: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#online_botan {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/bar.gif);
	height: 48px;
	width: 370px;
	padding-top: 0px;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 45px;
	margin-bottom: 30px;
	display: block;
	margin-top: 8px;
}

.online_botan_title {
	font-size: 12px;
	color: #7F7F7F;
	line-height: 14px;
	display: block;
	padding-top: 10px;
}
.online_botan_txt {
	font-size: 10px;
	color: #7F7F7F;
	line-height: 18px;
	display: block;
}

.online_botan_title a:link, .online_botan_title a:visited  {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.online_botan_title a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#online_botan .online_botan_txt a:link , .online_botan_txt a:visited  {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#online_botan .online_botan_txt a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#cont h5{
	background-image: url(img/submenu_bg_g.gif);
	background-repeat: no-repeat;
	font-size: 22px;
	color: #76B539;
	padding-left: 10px;
	text-align: left;
	margin-left: 4px;
}
.con_space {
	height: 1px;
	width: 1px;
	padding-top: 6px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.style1 {color: #FF0000}
.style4 {font-size: 22px; color: #FF0000; }
.style8 {
	font-size: 14px;
	color: #FF6600;
	line-height: 20px;
	font-weight: bold;
}

/*--------------ボックス用CSS---------------------*/
.asobox_txt {
	font-size: 12px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 6px;
	padding-left: 6px;
}
.asobox {
	text-align: center;
	width: 192px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}
.asobox_cont_three {
	width: 640px;
}
.asobox_fl {
	float: left;
	width: 210px;
}
.asobox_fcl {
}


.asobox_title {
	padding-bottom: 16px;
	color: #666666;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
.asobox2 {
	text-align: center;
	width: 192px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}


/*--------------テキスト------------------*/
.txt_9 {
	font-size: 9px;
　　     line-height: 16px;
}
.txt_11{
	font-size: 11px;
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	color:#999;
	font-weight:bold;
}
.txt_11_2{
	font-size: 11px;
	line-height: 18px;
}
.txt_11_3{
	font-size: 11px;
	line-height: 30px;
}
.txt_14_p {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 30px;
}

/*-----------マップページ用---------------*/
.map-text  {
	font-size: 12px;
	line-height: 100%;
	color: #333366;
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
}
.map-text2  {
	font-size: 12px;
	line-height: 100%;
	padding-left: 6px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 20px;
	font-weight: bold;
}
.map-text3  {
	font-size: 11px;
	line-height: 120%;
	padding-left: 35px;
	color: #333333;
} 
.map-text4  {
	font-size: 12px;
	line-height: 100%;
	padding-left:8px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 20px;
	color: #333366;
	font-weight: bold;
}
.map-text5  {
	font-size: 12px;
	line-height: 100%;
	padding-left:4px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 12px;
	color: #333366;
	font-weight: bold;
}
.map-subtext  {
	font-size: 9px;
	line-height: 9px;
	padding-left:46px;
	padding-right: 14px;
	color: #666666;
	padding-bottom: 2px;
}

/*-----------リゾートプラン用---------------*/
.private-text12  {
	font-size: 12px;
	line-height: 100%;
	padding-left:4px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-right: 12px;
	color: #333333;
}
.private-text9  {
	font-size: 9px;
	line-height: 100%;
	padding-left:4px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 12px;
	color: #333333;
}
.private-text12_top  {
	font-size: 12px;
	line-height: 100%;
	padding-left:4px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 12px;
	color: #330033;
}
.private-text12_top_2  {
	font-size: 12px;
	line-height: 100%;
	padding-left:4px;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-right: 12px;
	color: #AEA9AF;
	font-weight: bold;
}
.private_box_txt12 {
	font-size: 12px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 6px;
	padding-left: 6px;
}
.private_box_txt12_2 {
	font-size: 12px;
	line-height: 100%;
	padding-left:4px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-right: 12px;
	color: #666666;
}

/*-----------20080901トップ用---------------*/
.plan_tittle {
	font-size: 12px;
	color: #5E3F8E;
	font-weight: bold;
	line-height: 15px;
	padding-left: 5px;
	letter-spacing: 1px;
}
.plan_txt {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;
	padding-left: 5px;
	padding-top: 8px;
}
.arrow_txt {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.img_box1 {
	height: 175px;
	width: 300px;
}
.img_box2 {
	height: 85px;
	width: 125px;
}
.txt_box1 {
	height: 85px;
	width: 180px;
	background-color: #FFFFFF;
}
.txt_box1_2 {
	height: 25px;
	width: 180px;
	background-color: #FFFFFF;
}
.txt_box2 {
	height: 85px;
	width: 300px;
	background-color: #FFFFFF;
}
.box_tittle {
	font-size: 12px;
	color: #663399;
	font-weight: bold;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	text-indent: 23px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	padding-bottom: 3px;
}
.txt_2 {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-left: 28px;
	padding-right: 10px;
	text-align: left;
}
.bar_box {
	background-image: url(img/bar_2.gif);
	background-position: center center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 23px;
	width: 170px;
	text-align: center;
	line-height: 23px;
	letter-spacing: 1px;
}
.bar_box_2 {
	background-image: url(img/bar_2.gif);
	background-position: center center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 23px;
	width: 170px;
	text-align: center;
	line-height: 23px;
	letter-spacing: 1px;
}
.list_box {
	background-image: url(img/maru.gif);
	background-position: 5px 11px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	line-height: 12px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
}

/*--------------マグマボックス用CSS---------------------*/
.magmabox_txt {
	font-size: 10px;
	color: #666666;
	padding-top: 13px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1px;
	padding-left: 1px;
}
.magmabox {
	text-align: center;
	width: 140px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	padding-top: 2px;
}
.magmabox_cont_four {
	width: 640px;
}
.magmabox_fl {
	float: left;
	width: 160px;
}
.magmabox_fcl {
}


.magmabox_title {
	padding-bottom: 7px;
	color: #666666;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}
.magmabox2 {
	text-align: center;
	width: 140px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}

/*--------------温泉利用プログラムボックス用CSS---------------------*/
.spaprogrambox_txt {
	font-size: 12px;
	color: #666666;
	padding-top: 13px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1px;
	padding-left: 1px;
}
.spaprogrambox {
	text-align: center;
	width: 300px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	padding-top: 2px;
}
.spaprogrambox_cont_two {
	width: 640px;
}
.spaprogrambox_fl {
	float: left;
	width: 320px;
}
.spaprogrambox_fcl {
}


.spaprogram_title {
	padding-bottom: 7px;
	color: #666666;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
.spaprogrambox2 {
	text-align: center;
	width: 300px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}

/*--------------top_titleCSS---------------------*/
#top-footer-s a{
	color:#666666;
	font-size: 10px;
	text-decoration:underline;
	text-align: left;
}

/*-----day's rate page-----*/
.d_rate_txt1 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
}
.d_rate_txt2 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;
	text-align: right;
	padding-right: 10px;
}
.d_rate_txt3 {
	font-size: 9px;
	color: #999999;
	font-weight: lighter;
	line-height: 14px;
	text-align: right;
	padding-right: 10px;
	text-decoration: line-through;
	font-variant: normal;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.d_rate_txt4 {
	font-size: 9px;
	color: #5E3F8E;
	font-weight: normal;
	line-height: 10px;
}

/*--------------宿泊料金表ボックス用CSS---------------------*/
.rateguidance_box_txt {
	font-size: 10px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1px;
	padding-left: 1px;
}
.rateguidance_box {
	text-align: center;
	width: 108px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	padding-top: 2px;
}
.rateguidance_box_cont_five {
	width: 640px;
}
.rateguidance_box_fl {
	float: left;
	width: 128px;
}
.rateguidance_box_fcl {
}


.rateguidance_box_title {
	padding-bottom: 0px;
	color: #666666;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}
.rateguidance_box2 {
	text-align: center;
	width: 108px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	padding-top: 3px;
}
.rateguidance_title {
	padding-bottom: 0px;
	color: #333333;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}

/*-----------スタンダードステイ---------------*/
.stay_main {
	height:225px;
	width: 625px;
	float: left;
}
.stay1_menu {
	font-size:12px;
	line-height:25px;
	margin:0;
	padding:0;
	width:625px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/lohas_menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 15px;
	text-align: left;
}
#stay a{
	color:#FFFFFF;
	font-size: 12px;
	text-align: left;
	line-height: 25px;
	text-indent: 15px;
	text-decoration: none;
}
#stay a:hover{color:#5E3F8E;}
#stay a:active{color:#5E3F8E;}
.stay_txt {
	font-size:12px;
	line-height:18px;
	margin:0;
	color:#333333;
	text-decoration:none;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;
	text-align: left;
}
.stay1_tittle {
	font-size:13px;
	line-height:30px;
	margin:0;
	width:600px;
	color:#666666;
	text-decoration:none;
	background-image: url(img/lohas_tittle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	text-indent: 140px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.stay_imagebox {
	height:220px;
	width: 260px;
	float: left;
}
.stay_subtittle {
	font-size:12px;
	line-height:16px;
	margin:0;
	color:#663300;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.stay_subtxt {
	font-size:12px;
	line-height:16px;
	margin:0;
	color:#666666;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.stay_date {
	font-size:10px;
	line-height:12px;
	margin:0;
	color:#666666;
	text-decoration:none;
	padding-right: 15px;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 8px;
}
.stay_reservebox {
	height:80px;
	width: 335px;
	float: left;
	background-position: center top;
}
.stay_planname {
	font-size:10px;
	line-height:20px;
	margin:0;
	color:#666666;
	text-decoration:none;
	text-align: left;
	font-weight: bold;
	text-indent: 9px;
}
.stay_botton {
	margin:0;
	text-decoration:none;
	height: 20px;
	width: 90px;
	padding-right: 10px;
}
.stay1_tittle2 {
	font-size:13px;
	line-height:30px;
	margin:0;
	width:600px;
	color:#666666;
	text-decoration:none;
	background-position: left center;
	height: 30px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: 10px;
}
.stay_txt_9 {
	font-size: 9px;
　　     line-height: 16px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.stay_resortfooter {
	font-size:10px;
	line-height:14px;
	margin:0;
	color:#666666;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#resort a{
	color:#666666;
	font-size: 10px;
	text-decoration:underline;
	text-align: left;
}

/*-----------コンシェルジュステイ---------------*/

.stay2_menu {
	font-size:12px;
	line-height:25px;
	margin:0;
	padding:0;
	width:625px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/concierge_menu2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 15px;
	text-align: left;
}
.stay2_tittle {
	font-size:13px;
	line-height:30px;
	margin:0;
	width:600px;
	color:#666666;
	text-decoration:none;
	background-image: url(img/special_tittle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	text-indent: 140px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*-----------1stステップステイ---------------*/

.stay3_menu {
	font-size:12px;
	line-height:25px;
	margin:0;
	padding:0;
	width:625px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/1st_step_menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 15px;
	text-align: left;
}
.stay3_tittle {
	font-size:13px;
	line-height:30px;
	margin:0;
	width:600px;
	color:#666666;
	text-decoration:none;
	background-image: url(img/1st_step_tittle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	text-indent: 140px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*-----------new オンライン予約---------------*/
#onreserve {
	width: 625px;
}
#onreserve h5 {
	font-size: 16px;
	color: #593D87;
	background-image: url(img/plan_tittle_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 605px;
	line-height: 20px;
	font-weight: bold;
	background-position: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 3px;
	text-align: left;
	text-indent: 20px;
	padding-top: 2px;
}
.onr_txt {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-right: 21px;
	padding-left: 21px;
	text-align: left;
}
.onr_banabox {
	width: 580px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.onr_banabox2 {
	width: 540px;
	height: 100px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #999999;
}
.onr_txts {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	padding-right: 21px;
	padding-left: 33px;
	text-align: left;
	padding-top: 5px;
}
.onr_imagebox {
	width: 580px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 20px;
}
.onr_member {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(img/plan_bana_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 370px;
}
#onreserve a{
	color:#FFFFFF;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}
#onreserve a:hover{color:#CCCCCC;}
.onr_cancel {
	width: 450px;
	font-size: 12px;
	line-height: 20px;
	margin-left: 87px;
	margin-top: 15px;
	font-weight: normal;
	color: #666666;
	margin-right: 88px;
	margin-bottom: 5px;
}
/*-----------new オンライン予約追加---------------*/
.onr_banabox3 {
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
}
.onr_banabox4 {
	width: 540px;
	height: 180px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #999999;
}
.stay0_menu {
	font-size:12px;
	line-height:25px;
	margin:0;
	width:625px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/reserve_menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 15px;
	text-align: left;
	padding: 0;
}
.stay1_menu2 {
	font-size:12px;
	line-height:25px;
	margin:0;
	width:625px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/standard_menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 15px;
	text-align: left;
	padding: 0;
}
.stay2_menu2 {
	font-size:12px;
	line-height:25px;
	margin:0;
	width:625px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/special_menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 15px;
	text-align: left;
	padding: 0;
}
/*--------------元気スクエア用CSS---------------------*/
.txt_9_2 {
	font-size: 9px;
　　     line-height: 16px;
        color: #666666;
}
/*-----------クイック検索用---------------*/
#rebox01  {
	width: 180px;
	text-align: center;
	background-image: url(img/rebox.jpg);
	height: 200px;
}
#rebox02  {
	width: 170px;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 45px;
}
.rebox03  {
	margin-top: 7px;
}
.rebox04  {
	color: #FFFFFF;
	font-size: 1em;
}
/*-----------料金案内用---------------*/
.charge-text12  {
	font-size: 12px;
	line-height: 100%;
	color: #333333;
	padding: 10px;
}
.charge_menu1 {
	font-size:12px;
	line-height:25px;
	margin:0;
	padding:0;
	width:625px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/charges_menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 15px;
	text-align: left;
}
.charge_menu2 {
	font-size:12px;
	line-height:25px;
	margin:0;
	padding:0;
	width:625px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/charges_menu2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	text-indent: 15px;
	text-align: left;
}
.t_12 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
#sub{
	text-align:center;
	margin:0;
	text-align:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
}
#sub p{
	font-size:12px;
	color:#333333;
	padding: 0px;
	text-align: left;
	margin: 0px;
	line-height: 24px;
}
#sub a{
	font-size:1em;
	color:#5E3F8E;
	text-decoration: none;
}
#sub a:hover{
	font-size:1em;
	color:#333333;
	text-decoration: none;
}
.subbox{
	font-size:1em;
	color:#333333;
	display: inline;
	height: 20px;
	width: 500px;
	padding: 0px;
	margin: 0;
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title179 {background:url(img/title179.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title178 {background:url(img/title178.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title177 {background:url(img/title177.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title176 {background:url(img/title176.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title175 {background:url(img/title175.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title174 {background:url(img/title174.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title173 {background:url(img/title173.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title172 {background:url(img/title172.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title171 {background:url(img/title171.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title170 {background:url(img/title170.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title169 {background:url(img/title169.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title168 {background:url(img/title168.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title167 {background:url(img/title167.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title166 {background:url(img/title166.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title165 {background:url(img/title165.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title164 {background:url(img/title164.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title163 {background:url(img/title163.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title162 {background:url(img/title162.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title161 {background:url(img/title161.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title160 {background:url(img/title160.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title159 {background:url(img/title159.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title158 {background:url(img/title158.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title157 {background:url(img/title157.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title156 {background:url(img/title156.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title155 {background:url(img/title155.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title154 {background:url(img/title154.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title153 {background:url(img/title153.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title152 {background:url(img/title152.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title151 {background:url(img/title151.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title150 {background:url(img/title150.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title149 {background:url(img/title149.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title148 {background:url(img/title148.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title147 {background:url(img/title147.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title146 {background:url(img/title146.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title145 {background:url(img/title145.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title144 {background:url(img/title144.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title143 {background:url(img/title143.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title142 {background:url(img/title142.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title141 {background:url(img/title141.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title140 {background:url(img/title140.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title139 {background:url(img/title139.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title138 {background:url(img/title138.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title137 {background:url(img/title137.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title136 {background:url(img/title136.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title135 {background:url(img/title135.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title134 {background:url(img/title134.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title132 {background:url(img/title132.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title131 {background:url(img/title131.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title130 {background:url(img/title130.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title128 {background:url(img/title128.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title127 {background:url(img/title127.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title126 {background:url(img/title126.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title125 {background:url(img/title125.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title180 {background:url(img/title180.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title180 {background:url(img/title180.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title180 {background:url(img/title180.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title181 {background:url(img/title181.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title181 {background:url(img/title181.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title181 {background:url(img/title181.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}

