

/* body

----------------------------------------*/

body {
	font-size: 77%!Important;
}


/* header

----------------------------------------*/

#header {
	position: relative;
	width: 990px;
	height: 57px;
	margin-bottom: 0px;
	border-bottom:3px solid #0072BC;
}

#header #logo01 {
	position: absolute;
	top: 13px;
	left: 13px;
}

#header #logo02 {
	position: absolute;
	top: 15px;
	right: 13px;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #0066CC;
	text-decoration: none;
}

a:active {
	color: #0066CC;
	text-decoration: none;
}


/* content

----------------------------------------*/

#content {
	width: 990px;
	margin:0 auto;
	text-align:left;
}


#contents p {
	font-size:12px;
	line-height:130%;
}


#contents img {
	display:block;
}


.box02 {
	width:982px;
	margin-left:8px;
	margin-top:12px;
}

.text {
	width:600px;
	float:left;
}

.cardImg {
	width:279px;
	float:right;
	margin-bottom:15px;
}

.bnr_area {
	padding: 0 10px 10px;
}

.bnr_area img {
	display: inline !important;
}

#main {
	width: 980px;
	background-color:#FAF9FE;
	border:#CCCCCC solid 1px;
	margin-left:8px;
	overflow:hidden;
}

.hotelLink {
	width: 980px;
	margin-top:15px;
	overflow:hidden;
}

.hotel01 {
	float: right;
	width:459px;
	padding:0 15px;
}

.hotel02 {
	float:left;
	width: 459px;
	padding:0 15px;
	border-right:#E2E2E2 solid 1px;
}


.box01 {
	width:224px;
}

.profileWrap {
	width:224px;
	border-color: #999999; 
	border-width: 1px; 
	border-top-style: dotted; 
	padding-top:4px;
	padding-bottom:4px;
}

.profileWrap2 {
	width:224px;
	border-color: #999999; 
	border-width: 1px; 
	border-top-style: dotted; 
	border-bottom-style: dotted; 
	padding-top:4px;
	padding-bottom:4px;
}

.profileL {
	float: left;
	width: 42x;
	padding: 0;
}

.profileR {
	width: 172px;
	float: right;
	padding-right: 0px;
	line-height: 120%;
	font-size:10px;
}


.link {
	width:458px;
}

.left {
	width:222px;
	float:left;
}

.right {
	width:222px;
	float:right;
}

.pagetop02 {
	margin-left:880px;
	margin-top:30px;
	margin-bottom:10px;
}

.mt10 {
	margin-top:10px;
}

.ml3 {
	margin-left:3px;
}

.map {
	margin:0;
}



.pagetop {
	height: 40px;
	margin-bottom: 15px;
	text-align: right;
}



#footer {
	width:990px;
	height:40px;
	text-align: right;
	background-color:#F5F5F5;
	border-bottom:1px solid #C9C9C9;
	border-top:1px solid #E5E5E5;
}



#footer p {
	padding: 15px 10px 0 0 ;
}



#copyright {
	padding: 15px 0 5px 10px;
}



/* clearfix

----------------------------------------*/

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

