@charset "utf-8";
.css {
}
body {
	margin: 0 0 0 0; background: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: smaller;
}

#top-hori {
	width: 100%; height: 7px;
	background: #06B0F1;
}

#main {
	width: 779px; height: auto;
	margin: auto;
}

#box {
	margin: 7px 7px 7px 7px;
	border: 1px solid #01B4F6;
	height: 250px;  
} 

#box-area {
	padding-left: 5px; padding-top: 3px;
}

.box_blue-text {
	font-size: 14px; font-weight: bold; color: #04ACF0;
}

.box_green-text {
   font-size: 11px; color: #87DE01;  
}

.box_yellow-text {
   font-size: 11px; color: #F8DD01;
	line-height: 16px;	
}

.content_h1-blue {
	font-size: 18px; color: #04ACF0;
	font-weight: bold;
}

.content_white-text {
	font-size: 12px; color: white;
}

#content-area {
   padding-top: 5px;  
}

#content-area_right-box {
   padding-top: 5px; padding-left: 10px;   
}

.more_blue {
	font-size: 11px; color: #04ACF0;
}

.more_blue a {
	font-size: 11px; color: #04ACF0;
	text-decoration: none;
}

.more_blue a:hover {
	font-size: 11px; color: #87DE01;
	text-decoration: none;
}

.content_white-bold {
	font-size: 16px; color: white;
	font-weight: bold;
}

#footer {
	width: 100%; height: 82px;
	background-color: #353535;
}

.footer-area {
	border: 1px solid #575757;
	background: #252525;
	margin: 7px 7px 0 0;
}

.footer-text {
	font-size: 12px; color: #747373;
	font-weight: bold;
	padding-right: 5px; padding-top: 5px;
}

.footer-text a {
	font-size: 12px; color: #747373;
	font-weight: bold; text-decoration: none;
}

.footer-text a:hover {
	font-size: 12px; color: #747373;
	font-weight: bold; text-decoration: underline;
}

.form-text {
    font-size:12px; color:#CCCCCC;
}

a.bluelink {
font-size: 12px; color:#0066FF;
	font-weight: bold; text-decoration: underline;

}

.hometext3 {
 text-align:center;

}