﻿html, body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0A6CCE;
	text-decoration: none;
}
a:visited {
	color: #0A6CCE;
	text-decoration: none;
}
a:hover {
	color: #0A6CCE;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	color: #0A6CCE;
	text-decoration: none;
}
#top {
	height: 140px;
	position: fixed;
	left: 50px;
	right: 50px;
	top: 0px;
	background-image: url('../images/top_bg.png');
	background-repeat: repeat-x;
}
#menu {
	width: 170px;
	height: 250px;
	position: fixed;
	left: 50px;
	top: 140px;
	padding-left: 5px;
	padding-top: 10px;
	text-align: left;
	line-height: 12px;
	font-size: 14px;
	color: #0A6CCE;
	background-image: url('../images/menu_bg.png');
	background-repeat: no-repeat;
}
#note_res {
	width: 120px;
	text-align: center;
}
#main {
	position: fixed;
	left: 230px;
	right: 260px;
	top: 150px;
	bottom: 60px;
	text-align: center;
	background-image: url('../images/bg_home.png');
	background-repeat: no-repeat;
	background-position: center;

	overflow: auto;
}
#bottom {
	height: 38px;
	position: fixed;
	left: 50px;
	right: 50px;
	bottom: 0px;
	padding-top: 12px;
	padding-right: 20px;
	text-align: right;
	background-image: url('../images/bottom_bg.png');
	background-repeat: repeat-x;
}
#left_top {
	height: 140px;
	width: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url('../images/left_top.png');
	background-repeat: no-repeat;
}
#left_menu {
	height: 230px;
	width: 50px;
	position: fixed;
	left: 0px;
	top: 140px;
	background-image: url('../images/left_menu.png');
	background-repeat: no-repeat;
}
#left {
	width: 50px;
	position: fixed;
	left: 0px;
	top: 370px;
	bottom: 50px;
	background-image: url('../images/left_bg.png');
	background-repeat: repeat-y;
}
#left_bottom {
	height: 50px;
	width: 50px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url('../images/left_bottom.png');
	background-repeat: no-repeat;
}
#right_top {
	height: 140px;
	width: 50px;
	position: fixed;
	right: 0px;
	top: 0px;
	background-image: url('../images/right_top.png');
	background-repeat: no-repeat;
}
#right {
	width: 50px;
	position: fixed;
	right: 0px;
	top: 140px;
	bottom: 50px;
	background-image: url('../images/right_bg.png');
	background-repeat: repeat-y;
}
#right_bottom {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-image: url('../images/right_bottom.png');
	background-repeat: no-repeat;
}
#remote {
	width: 200px;
	position: fixed;
	right: 60px;
	top: 160px;
	bottom: 70px;
	background-image: url('../images/remote_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	overflow: auto;
}
#remote_form {
	height: 98px;
	width: 140px;
}
.style_note {
	color: #808080;
	font-size: 10px;
	text-align: center;
}
.style_content_remote_h1{
	color: #0A6CCE;
	font-weight: bold;
	font-size: 18px;
}
.style_content_remote_h2{
	color: #52BCAC;
	font-style: italic;
	font-size: 18px;
}
.style_content_remote {
	color: #505050;
	font-size: 12px;
}
.style_index {
	color: #202020;
	font-size: 18px;
	font-weight: bold;
}
.style_bottom {
	color: #FFFFFF;
	font-size: 12px;
}