body {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #000000;
	background-color:#FFFFFF;
	background-image: url(images/base.jpg);
	margin: 0 0 0 0;
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	width:840px;
	margin: 0 auto;
	}
	
#main_left{
	width:380px;
	float: left;
	margin: 0px;
}

#main_right{
	width:300px;
	float: right;
	margin: 0px;
	text-align: center;
}

#main_right_bottom{
	width:300px;
	float: right;
	margin: 0px;
	color: #000;
}

#main_right_bottom2{
	width:300px;
	float: right;
	margin: 0px;
	font-size: 12px;
}


#main {
	width:700px;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 40px;
	}
	
#footer {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	}
	
a:link {
	color: #00A0C6;
	text-decoration: none;
}
a:visited {
	color: #ECA75D;
	text-decoration: none;
}
a:hover {
	color: #ECA75D;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
	

.big {
	font-size: 20px;
	font-weight: bolder;
	line-height: 28px;
	color: #F00;
}
	 
.middle {
	font-size: 16px;
	font-weight: bolder;
	line-height: 20px;
}
.attention {
	font-size: 16px;
	font-weight: bolder;
	line-height: 26px;
	color: #C00
}
.attention12 {
	font-size: 12px;
	font-weight: bolder;
	line-height: 26px;
	color: #C00
}
.black11px {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.black12px {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.black13px {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.gray14px {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	text-align: left;
}
.gray13px {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
.gray12px {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.gray11px {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.skyblue11px {
	font-size: 11px;
	line-height: 30px;
	color: #6FF;
}
.orange11px {
	font-size: 11px;
	line-height: 30px;
	color: #FC0;
}

.bkgray {
	background-color: #aaaaaa;
}
.red14px {
	font-size: 16px;
	line-height: 20px;
	color: #FF0000;
}
.white13px {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.white14px {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.line{ 
	border: 1px solid #cccccc;
}
.btn{ 
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size:0.01em;
	line-height: 0;
}
.clearfix {
	display: inline-table;
	position: relative;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
