body {
	background-color:#E7E7E7;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

#container {
	height:auto;
	width:900px;
	margin:0px auto;
	background-color:#FFFFFF;
	padding:0px;
}

a.logo_top {
	width:225px;
	height:236px;
	background:url(../images/logo.jpg) no-repeat 0px 0px;
	float:right;
	display:block;
	outline: none;
}

a.logo_top span { 
	display:none; 
}

table, td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

#content_bg {	
	min-height:450px;
	width:900px;
	/*background:url(../images/content_bg.jpg) repeat-x scroll;*/
	background-position:bottom;
	float:left;
	display:block;
	background-color:#FFFFFF;

}

.content {
	width:840px;
	padding:5px;
	margin:10px auto;
	background-color:#FAFAFA;
}

#content {
	width:840px;
	padding:2px;
	margin:0px auto;
	background-color:#FAFAFA;
}

.content_iframe {
	width:840px;
	height:450px;
	padding:0px;
	border: 0px;
	overflow:auto;
}

.content img { vertical-align:text-bottom; }

.links_content {
	width:840px;
	padding:5px;
	margin:10px auto;
	background-color:#FAFAFA;
}

.links_content tr:hover { background-color:#F2F2F2; }

.group {
	width:840px;
	padding:5px;
	margin:10px auto;
	background-color:#FFFFFF;

}

.group_content {
	width:700px;
	margin:0px auto;
	background-color:#FAFAFA;
}

.group_content td {
	height:22px;
}

.group_content tr:hover {
	background-color:#F2F2F2;
	cursor:auto;
}

.group_content img {
vertical-align:text-bottom;
}



.content_main {
	border:0px;
}

.head_hl {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #F2F2F2;
	font-weight: bold;
	height:24px;
	text-align:left;
	vertical-align:middle;
}

.in_image {
	border: 1px solid #333333;
	margin-left: 3px;
}

.in_image:hover {
border: 1px solid #FF9900;
margin-left: 3px;
}

.wh {
	background-color:#000000;
	width:3px;
}

/* a */

a img.room { border:1px solid #CCCCCC; padding:2px; }

a img.room:hover { border:1px solid #666666; padding:2px; }

a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	outline: none;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


a:hover {
	color: #FC8800;
	/*text-decoration: underline;*/
	border: none;
}

a:visited {
	text-decoration: none;
	
}

/* subnavi */
a.sub { padding:2px; }
a.sub:hover { color: #FC8800; padding:2px; }
a.sub_active {
	color: #FC8800;
	text-decoration: none;
	border: none;
	background-color: #F2F2F2; 
	padding:2px;
}

select {
	border: 1px solid #CCCCCC;
	height: 16px;
	width: auto;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background: #FAFAFA;
	line-height: 16px;
}
