@charset "utf-8";

*{
	margin: 0; 
	padding: 0;
	}

body  {
	font: 14px "Arial", "Helvetica", sans-serif;
	color:#333;
	background: #fff;
	text-align: center; 
	}

a.imghover:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
	}

ul{
	list-style-type:none;
	}

a:link {
	color: #2D506E;
	text-decoration: underline;
	}

a:visited {
	color: #2D506E;
	text-decoration: underline;
	}

a:hover {
	color: #0099CC;
	text-decoration: underline;
	}

a:active {
	color: #0099CC;
	text-decoration: underline;
	}

img{
	border:0;
	}

hr{
	height:1px; 
	border-width: 1px 0px 0px 0px; 
	border-style : dotted;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
 	}
/* End hide from IE-mac */



#wrapper {
	width: 870px;
	background-image: url(/images/201006/bg.gif);
	margin: 0 auto;
	text-align: center;
	} 


#headArea{
	margin:15px;
	}

#headArea h1 {
	background-image: url(/images/201006/logo.gif);
	font-size: 0px;
	width: 191px;
	height: 49px;
	color:#F2F2F2;
	}

.txtArea{
	margin:0 auto;
	background-color:#005A8E;
	color:#fff;
	text-align:right;
	width:860px;
	font-size:10px;
	padding:2px 0;
	}


#headArea h1{
	float:left;
	}

#headArea .cbTxt{
	float:right;
	}

.box1{
	text-align:left;
	margin:10px 0 15px 9px;
	}

.box2{
	text-align:left;
	margin:0 0 15px 9px;
	}

.box3{
	text-align:left;
	margin:15px 0 15px 9px;
	}


#footer{
	margin:20px auto 0 auto;
	background-color:#005A8E;
	color:#fff;
	width:860px;
	font-size:10px;
	padding:2px 0;
	}

#footer a{
	color:#fff !important;
	text-decoration:none;
	}
