/* CSS Document */

* {margin: 0;padding: 0;font-family: Arial,"宋体",Verdana, sans-serif,;}

fieldset,table,img{border:0;}

#wrap_global {width: 100%;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

a

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


a:link {
	font-family: Arial, "宋体", Verdana, sans-serif,;
	color:#ffffff;
	font-size: 16px;
	text-decoration: none;
}

a:visited {
	font-family: Arial, "宋体", Verdana, sans-serif, ;
	color:#ffffff;
	font-size: 16px;
	text-decoration: none;	
}

a:hover {
	font-family: Arial, "宋体", Verdana, sans-serif, ;
	color:#ffffff;
	font-size: 16px;
	text-decoration: underline;
}

a:active {
	font-family: Arial, "宋体", Verdana, sans-serif,;
	color:#ffffff;
	font-size: 16px;
	text-decoration: underline;
	text-decoration: none;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Header

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#headerwrap_global {
	width: 900px;
	margin: 0 auto;
}

#header_div{
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Contents

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#Contents {
	width: 900px;
	padding-bottom: 15px;
	background-color:#F6F6F6;
	padding-top: 15px; 
	margin: 0 auto;
}

#Contents_left {
	width: 580px;
	padding-bottom: 5px;
	padding-right: 35px;
	padding-left: 25px;
}

#Contents_left a:link{
	font-size: 80%;
	color: #3746AF;
	line-height: 150%;
}
#Contents_left a:visited{
	font-size: 80%;
	color: #3746AF;
	line-height: 150%;
}
#Contents_left a:hover{
	font-size: 80%;
	color: #FF0000;
	text-decoration: none;
	line-height: 150%;
}

#Contents_right {
	width: 235px;
	padding-right: 25px;
}

#Contents_right a:link{
	font-size: 80%;
	color: #3746AF;
	text-decoration: underline;
	line-height: 150%;
}
#Contents_right a:visited{
	font-size: 80%;
	color: #3746AF;
	text-decoration: underline;
	line-height: 150%;
}
#Contents_right a:hover{
	font-size: 80%;
	color: #FF0000;
	text-decoration: none;
	line-height: 150%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#footer {width: 100%;border-top: solid 1px #cccccc;}
#footer_Contents {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top:3px;
}

#footer a:link{
	font-size: 11px;
	color: #999999;
	line-height: 150%;
}
#footer a:visited{
	font-size: 11px;
	color: #999999;
	line-height: 150%;
}
#footer a:hover{
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	line-height: 150%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Common

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.table_L_R {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.Contents_mid_bg {
	height:100%;
	background-image:url(../hotel/images/img_bg2.gif);
	background-repeat: repeat-y;
}

.div1 {
	width: 580px;
	padding-bottom: 10px;
}


.div2 {
	width: 174px;
	padding-left: 10px;
}

.div3 {
	width: 235px;
	padding-bottom: 12px;
}

.left {text-align:left}
.right {text-align:right}
.center {text-align:center }

.text_b {font-weight: bold;}

.text_t1 {
	font-weight: bold;
	font-size: 16px;
}

.text_small {font-size:9px;}
