@charset "UTF-8";

body {
	background-color: #006699;
  background-image: url(../img/bg_stripe.png);
	color: #006699;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#999999;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#ffffff;
}
ul, ol {list-style-type: none;}
hr {display: none;}
#main {
	width: 950px;
	height: 750px;
  margin: 5px auto 0;
  text-align: left;
	background-image: url(../img/bg_stripe.gif);
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	border: none;
	padding: 0px;
}
a:hover {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
img {border: 0;}
#header_area {
  width: 950px;
	height: 82px;
	background-image: url("../img/header01.jpg") ;
	background-repeat: no-repeat;
}
#header_left {
	display: none;
	width: 350px;
	height: 120px;
	padding-left: 50px;
	float: left;
}
#flash_area {
	display: none;
	width: 500px;
	margin-top: 10px;
}
#header_right {
	display: none;
	width: 350px;
	height: 120px;
	padding-right: 25px;
	float: right;
}
#s_menu_area {
  width: 950px;
	height: 15px;
	color: #ffffff;
}
#s_menu_area ul{
	margin: 0px;
	padding: 0px;
}
#s_menu_area li{
	padding: 0px;
	float: left;
}
#u_menu_area {
	width: 100px;
	height: 120px;
	padding-left: 50px;
	color: #ffffff;
	float: left;
}
#u_menu_area ul{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#u_menu_area li{
	padding-bottom: 5px;
}
#title_bar {
  width: 950px;
}
.bar {
	margin-top: 20px;
}
#con_area {
  width: 950px;
  /*float: left;*/
  background-color: white;
  min-height: 1px;
}
/* clearfix */
#con_area:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #con_area {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* end clearfix */
#left_area {
	width: 475px;
	height: 1100px;
	float: left;
}
#right_area {
	width: 475px;
	height: 1100px;
	float: right;
}
#right_area ul{
	padding: 0px;
	padding-top: 30px;
	margin: 0px;
}
#footer_area {
	width: 950px;
	color: white;
	font-size: 11px;
  font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

