/*----------------------------------------------
							common
-----------------------------------------------*/				
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
	margin:0;  
	padding:0;  
	-webkit-text-size-adjust:none;  
	text-decoration:none;
}  
h1 { font-size:20px;}

a {
	text-decoration:none;
}

strong {
	font-weight:bold;
}


.intro {
	float:left; 
	width:30%; 
	margin-right:3%; 
	margin-top:2%;
}

.menu {
   float:left; 
   width:30%; 
   margin-right:3%; 
   margin-top:2%;
}



/*----------------------------------------------
					sub1, room, sub4, sub5
-----------------------------------------------*/	

.content { 
	clear:both;
	text-align:left;
	padding:0;
	padding-top:20;
	width:100%;
	margin-top:5px;
	line-height:150%;
	letter-spacing:-.10px;
	min-height:300px; 
}

.main_content { 
	clear:both;
	text-align:left;
	padding:0;
	padding-top:20;
	width:100%;
	margin-top:5px;
	letter-spacing:-.10px;
	height:500px; 
}

.img_view {
	margin:0 auto;
	text-align:center;
	margin-top:15px;
	margin-bottom:30px;

}




/*----------------------------------------------
					sub2
-----------------------------------------------*/
.room {
	float:left; 
	width:30%; 
	margin-right:3%; 
	margin-top:2%;
}

.img_box2 {
	position:relative;
	font-weight:bold;
	float:left;
	width:63px;
	height:50px;
	text-align:center;
	font-size:12px;
	color:#000000;
	padding-top:20px;
	line-height:100%;

}

.img_icon2 {
	position:absolute;
	top:0;
	left:5px;
	width:60px;
	height:46px;
}




/*----------------------------------------------
					sub5
-----------------------------------------------*/

.content2 { 
	clear:both;
	position:relative;
	padding: 0;
	width:100%;
	margin-top:10px;
	min-height:300px; 
}



.homeMenu a:hover, .homeMenu a:visited, .homeMenu a{
	color:white;
	text-decoration:none;
	line-height:100%;
}




