/* CSS Document */

/* base setting start*/
body{
	background-color:#e1ffc9;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wapper {
	width: 960px;
	position: relative;
	padding:0;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
	height: 100%;
}
#header{
	width: 960px;
	height:250px;
	vertical-align: top;
}
#content{
	width: 960px;
	background-color: #FFFFFF;
	float: left;
}
.login{
	padding-top: 14px;
}

#footer{
	width:900px;
	height:95px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #453a30;
	text-align: center;
	padding-right: 30px;
	text-decoration: none;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 21px;
}

#footer a:link,#footer a:visited{
	text-decoration: underline;
	color: #453a30;
}
#footer a:hover{
	text-decoration:none;
	color: #453a30;
}
#nav_left{
	width: 190px;
	background-color: #a8d953;
	padding-bottom: 30px;
	height: 100%;
}
.left_banner{
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #d4d4d4;
	text-decoration: none;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 50px;
}
.left_banner img{
    margin-bottom:10px
 
}
.data{
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #d4d4d4;
	text-decoration: none;
	margin-bottom: 30px;
	padding-right: 7px;
	padding-left: 8px;
	margin-top: 50px;
}
.data td{
	padding-bottom: 5px;
}
.data a:link,.data a:visited{
	color: #d4d4d4;
	text-decoration: underline;
}
.data a:hover{
	color: #d4d4d4;
	text-decoration: none;
}
#nav_left ul{
	list-style:none;
	margin:0;
	padding:0;
}
#nav_left li{
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 27px;
	width: 190px;
	padding-top: 8px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 5px;
	text-align: center;
}
#nav_left li:hover{
	background-image: url(../images/menu_bg_ro.gif);
}
#nav_left li a:link,#nav_left li a:visited{
	color: #ffffff;
	text-decoration:none
}
#nav_left li a:hover{
	color: #ffffff;
}
#nav_right{
	width: 710px;
	background-color: #ffffff;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}
#main{
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
}
.page-number{
	text-decoration: none;
	color:#666;
	display:block;
	clear:both;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.page-number a{
	margin-right: 3px;
	margin-left: 3px;
}
.page-number a:link,.page-number a:visited {
text-decoration: underline;
color:#666
}
.page-number a:hover {
text-decoration: none;
color:#666
}
.page-number .selected-on {
	text-decoration: none;
	color:#ff9933;
	font-weight: bold;
}

/* base setting end*/

/* img setting start*/
img{
    border: 0;
    text-align: left;
}
img.type1{
	border: thick solid #CCCCCC;
	padding: 1px;
   }
img.type2{
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #e4ddc9;
   }

/* img setting end*/

/* button setting start*/
.groovybutton{
	font-size:12px;
	color:#ffffff;
	height:22px;
	text-decoration: none;
	border-style:solid;
	border-color:#cfc69e;
	border-width:1px;
	background-image: url(../images/input_bg01.gif);
	background-repeat: repeat-x;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
}
.groovybutton:hover {
	background-image: url(../images/input_bg01_ro.gif);
	background-repeat: repeat-x;
}
.greenbutton{
	font-size:12px;
	color:#ffffff;
	height:22px;
	text-decoration: none;
	border-style:solid;
	border-color:#bad763;
	border-width:1px;
	background-image: url(../images/input_bg02.gif);
	background-repeat: repeat-x;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
}
.greenbutton:hover {
	background-image: url(../images/input_bg02_ro.gif);
	background-repeat: repeat-x;
}
.orangebutton{
	font-size:12px;
	color:#ffffff;
	height:22px;
	text-decoration: none;
	border-style:solid;
	border-color:#eac557;
	border-width:1px;
	background-image: url(../images/input_bg03.gif);
	background-repeat: repeat-x;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
}
.orangebutton:hover {
	background-image: url(../images/input_bg03_ro.gif);
	background-repeat: repeat-x;
}
.graybutton{
	font-size:12px;
	color:#888888;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
	height: 22px;
	padding-right: 7px;
	padding-left: 7px;
	cursor:pointer;
}
.graybutton:hover{
	cursor:pointer;
	background-color:#ccc;
}
/* button setting end*/

/* common setting start*/
h2{
	font-size: 15px;
	font-weight: bold;
	color: #9b8016;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1{
	background-image: url(../images/title_icon.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 62px;
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #CAB051;
}

h3{
	font-size: 13px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
}
h3.sub01{
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: left 1px;
	float: left;
	clear: both;
}
.w-blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #336699;
	text-decoration: none;
}

/* common setting end*/


/* history setting start*/
.pic {
background-image:url(../images/pic_bg.gif);
background-repeat:no-repeat;
height:225px;
margin-left:10px;
margin-right:10px;
padding-left:25px;
padding-top:15px;
width:295px;
}

.pic td.note{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: right;
	padding-top: 7px;
}
.pic-1 {
background-image:url(../images/pic_bg_1.gif);
background-repeat:no-repeat;
height:311px;
margin-left:10px;
margin-right:10px;
padding-left:25px;
padding-top:15px;
width:250px;
}
.pic-area {
width:690px;
}
.pic-box {
background-color:#F8F6EF;
border:1px solid #E0D9C7;
height:233px;
margin-bottom:10px;
padding-left:34px;
padding-right:34px;
padding-top:15px;
width:270px;
}
/* history setting end*/

/* order setting start*/
.calendar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	width: 690px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.calendar a:link,.calendar a:visited{
	font-size: 13px;
	color: #333333;
	text-decoration:underline
}
.calendar a:hover{
	font-size: 13px;
	color: #333333;
	text-decoration:none
}
.calendar-box{
	float: left;
	background-color: #999999;
	width: 336px;
}
.month{
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.date01{
	font-size: 13px;
	color: #333;
}
.date01 a:link,.date01 a:visited{
	font-size: 13px;
	color: #333;
	text-decoration:none
}
.date01 a:hover{
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}
.date03{
	font-size: 13px;
	color: #fff;
	text-decoration:none;
}
.date02{
	font-size: 13px;
	color: #666666;
	text-decoration: line-through;
}
/* order setting end*/

/* delicacies setting start*/
.menu-list{
	background-image: url(../images/food/menu_bg.gif);
	font-size: 15px;
	line-height: 23px;
	color: #333333;
	text-decoration: none;
	background-repeat: repeat-y;
	text-align: center;
	width: 568px;
	padding-top: 10px;
	border: 1px solid #cdc5ad;
	padding-right: 60px;
	padding-left: 60px;
	height: 48px;
	margin-bottom: 30px;
}
.menu-list a:link,.menu-list a:visited{
	color: #333333;
	text-decoration: none;
}
.menu-list a:hover{
	color: #333333;
	text-decoration: underline;
}
.price{
	color: #FF3333;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left: 30px;
}
.food-en{
	color: #666;
	font-size: 13px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.menu-box{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	clear: both;
}
.menu-box td{
	padding-bottom: 10px;
}
/* delicacies setting end*/

/* news setting start*/
#news-block{
	font-size: 13px;
	font-weight: bold;
	color: #996633;
	background-color: #f7eee0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2bb77;
	border-bottom-color: #d2bb77;
	text-align: center;
	height: 20px;
}
#news-box{
	font-size: 13px;
	margin-bottom: 20px;
}
#news-box td{
	height: 20px;
	background-color: #f4f4e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2bb77;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.newsdate{
	font-size: 13px;
	color: #669900;
}
.newstitle{
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
.newstitle a:link,.newstitle a:visited{
	color: #333333;
	text-decoration: none;
}
.newstitle a:hover{
	color: #333333;
	text-decoration:underline;
}
/* news setting end*/

/* guestbook setting start*/
.guestdate{
	font-size: 13px;
	color: #6699cc;
}
#guestbook-block{
	font-size: 13px;
	background-color: #f7eee0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2bb77;
	border-bottom-color: #d2bb77;
	height: 20px;
	width: 690px;
	clear: both;
}
#guestbook-block td{
	height: 20px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.guestbook-title{
	font-size: 15px;
	font-weight: bold;
	color: #dc7b1a;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#guestbook-box{
	font-size: 13px;
	width: 690px;
	padding: 5px;
	border: 1px dashed #d2bb77;
	margin-bottom: 20px;
	margin-top: 3px;
}
#guestbook-box td{
	background-color: #f4f4e5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#guestbook-block-2{
	font-size: 13px;
	background-color: #e8e8e8;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	height: 20px;
	width: 690px;
	clear: both;
}
#guestbook-block-2 td{
	height: 20px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#guestbook-box-2{
	font-size: 13px;
	width: 690px;
	padding: 5px;
	border: 1px dashed #ccc;
	margin-bottom: 20px;
	margin-top: 3px;
}
#guestbook-box-2 td{
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* guestbook setting end*/

/* album setting start*/
dl {
	float: left;
	width: 205px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	color: #999;
	overflow: hidden;
	margin-top: 0;
	margin-right: 20px;
}
dl.picture {
	float: left;
	width: 100px;
	margin-top: 0;
	margin-right: 10px;
	background-color: #ededed;
	padding: 7px;
	height: 75px;
	border: 1px solid #999999;
	margin-left: 10px;
}
dl.picture a:hover img{
	filter: alpha(opacity=70);
}
dl dd {margin: 0;}
dl dt {padding: 0 10px; margin: 0;}
dl dt a:link,dl dt  a:visited {	
    color: #333;
    text-decoration:none;
}
dl dt a:hover {	
    color: #333;
    text-decoration:underline;
}	
dl .dd-txt {padding:0 10px;}
dl .photo{
	display:block;
	width: 180px;
	height:132px;
	background-image: url(../images/album/album_bg.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-left: 25px;
}
dl .photo img{
	border: 2px solid #FFFFFF;
}

#album-block{
	font-size: 13px;
	height: 550px;
	width: 620px;
	background-image: url(../images/album/photo_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	padding-top: 0px;
	margin-bottom: 15px;
}
#album-block .pager{
	text-align: center;
	padding-bottom: 15px;
}

#album-block .article{
	text-align: center;
	margin: 0;
	padding-top: 5px;
	clear: both;
	height: 18px;
	padding-bottom: 15px;
}
/* album setting end*/

/* scene setting start*/
.scene-box{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.scene-box table{
	width: 412px;
	float: right;
}

.scene-box .scenepic{
	background-image: url(../images/scene/scene_bg.gif);
	background-repeat: no-repeat;
	padding: 7px;
	float: left;
	height: 158px;
	width: 244px;
	margin-right: 20px;
}
.scene-box .scenepic img{
	border: 2px solid #dedede;
}
/* scene setting end*/

/* room setting start*/
h2.roomtitle{
	font-size: 15px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
h2.roomtitle-1{
	font-size: 15px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	background-image: url(../images/room/room_title_icon.gif);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-left: 30px;
}
.room-box{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 100%;
	margin-bottom: 15px;
	float: left;
	padding-bottom: 10px;
}
.room-box .rightcol{
	width: 414px;
	float: left;
}
.room-box .roompic{
	background-image: url(../images/room/room_pic_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 181px;
	width: 238px;
	padding-top: 13px;
	padding-left: 14px;
	margin-right: 20px;
}
#room-block{
	width: 456px;
	float: left;
}
#room-block-1{
	width: 498px;
	float: left;
	background-image: url(../images/room/calendar-bg.jpg);
	background-repeat: no-repeat;
	height: 403px;
	padding-top: 14px;
	padding-right: 17px;
	padding-left: 17px;
}
.room-calendar{
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	line-height: 15px;
}
.room-calendar-none{
	font-size: 12px;
	color: #cc0066;
	background-color: #FFF;
	line-height: 15px;
}
.room-calendar-p{
	font-size: 13px;
	color: #3399cc;
}
.room-calendar-p a:link,.room-calendar-p a:visited{
	color: #3399cc;
	text-decoration:none;
}
.room-calendar-p a:hover{
	color: #3399cc;
	text-decoration: underline;
}
.room-calendar01{
	font-size: 12px;
	color: #666666;
	background-color: #f1f1f1;
}
.room-calendar02{
	font-size: 12px;
	color: #fff;
	background-color: #60e3a7;
}
.room-calendar03{
	font-size: 12px;
	color: #fff;
	background-color: #ffa6b9;
}
.room-calendar04{
	font-size: 12px;
	color: #fff;
	background-color: #cccccc;
}
#room-picarea{
	background-image: url(../images/room/main_bg.gif);
	background-repeat: no-repeat;
	height: 380px;
	width: 440px;
	float: left;
	clear: both;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}

dl.roompic {
	float: left;
	width: 52px;
	border: 2px solid #fff;
	height: 40px;
	margin-right: 5px;
	padding:0;
	margin-top: 14px;
}
dl.roompic a:hover img{
	filter: alpha(opacity=70);
}

dl dd {margin: 0;}
#room-data{
	width: 224px;
	float: right;
	margin-top: 12px;
}
#room-data-1{
	width: 143px;
	float: right;
	margin-top: 12px;
}
#room-data-1 .roompic-s{
	width: 135px;
	background-color: #FFFFFF;
	padding: 1px;
	height: 100px;
	border: 3px solid #CCCCCC;
	margin-bottom: 10px;
}

#room-data .infomation{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#room-data .infomation td{
	height: 24px;
}
#room-note{
	font-size: 13px;
	width: 680px;
	float: left;
	margin-top: 5px;
}
#room-note-1{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
}
#room-note-1 td{
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.roomorderdata{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	width: 680px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	border: 2px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
}
.room-month{
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
.room-next{
	font-size: 15px;
	color: #666;
	font-weight: bold;
}
.room-next a:link,.room-next a:visited{
	color: #666;
	text-decoration:underline
}
.room-next a:hover{
	color: #666;
	text-decoration:none
}
/* room setting end*/

/* media setting start*/
.media-box{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 600px;
	margin-bottom: 25px;
	float: left;
	padding-bottom: 25px;
	padding-right: 45px;
	padding-left: 45px;
}
.media-box table{
	width: 540px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 360px;
	margin-right: auto;
	margin-left: auto;
}
h2.mediatitle{
	font-size: 15px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
/* media setting end*/
/* map setting start*/
.map-box{
	width: 690px;
	margin-bottom: 25px;
	float: left;
}
.map-box table.mapimg{
	width: 690px;
	margin-bottom: 15px;
	text-align: center;
}
.map-box table.mapgoogle{
	width: 550px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	border: thick solid #CCCCCC;
	padding: 1px;
}
/* map setting end*/

/* store setting start*/
h2.storetitle-1{
	font-size: 15px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	background-image: url(../images/store/store_title_icon.gif);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-left: 30px;
}
#store-block{
	width: 456px;
	float: left;
}
#store-picarea{
	background-image: url(../images/store/main_bg.gif);
	background-repeat: no-repeat;
	height: 380px;
	width: 440px;
	float: left;
	clear: both;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}

dl.storepic {
	float: left;
	width: 52px;
	border: 2px solid #fff;
	height: 40px;
	margin-right: 5px;
	padding:0;
	margin-top: 14px;
}
dl.storepic a:hover img{
	filter: alpha(opacity=70);
}

dl dd {margin: 0;}
#store-data{
	width: 224px;
	float: right;
	margin-top: 12px;
}
#store-data .infomation{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#store-data .infomation td{
	height: 24px;
}
#selectbox{
	width:690px;
	margin-top: 10px;
	float: left;
}
.select-tag-area {
	height: 24px;
	clear: both;
	width: 690px;
}
.select-tag-block{
	list-style:none;
	padding:0;
	margin: 0;
	float: right;
}

.select-tag-block li{
	color:#333333;
	display:block;
	width:94px;
	height:20px;
	text-align:center;
	background: url(../images/store/block_tab01.gif) top left no-repeat;
	float:left;
	margin-right: 2px;
	padding-top: 4px;
}
.select-tag-block li a:link,a:visited{
	color:#333333;
	text-decoration: none;
}
.select-tag-block li a:hover{
	color:#333333;
	text-decoration: underline;
}
.select-tag-block li.on{
	color:#FFFFFF;
	width:94px;
	margin-right: 2px;
	background-image: url(../images/store/block_tab01_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#selectbox-main{
	width: 680px;
	clear: both;
	height: 100%;
	float: left;
	border: 1px solid #dadada;
	padding: 5px;
}
#selectbox-main1{
	background-repeat: repeat-x;
	width: 660px;
	clear: both;
	height: 100%;
	float: left;
	background-image: url(../images/store/block_tab01_bg.jpg);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.store-select{
	float: right;
	width: 300px;
	display: block;
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	text-align: right;
}
h2.storetitle{
	font-size: 15px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
h2.storetitle a:link,a:visited{
	color: #669900;
	text-decoration: none;
}
h2.storetitle a:hover{
	color: #669900;
	text-decoration: underline;
}
.store-box{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 100%;
	margin-bottom: 15px;
	float: left;
	padding-bottom: 10px;
}
.store-box .rightcol{
	width: 414px;
	float: left;
}
.store-box .storepic{
	background-image: url(../images/store/store_pic_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 181px;
	width: 238px;
	padding-top: 13px;
	padding-left: 14px;
	margin-right: 20px;
}
/* store setting end*/
