@charset "UTF-8";

/*___________ common ___________ */
body { background: url("../img/back.gif"); margin: 20px 0 0 0; padding: 0; text-align: center; }

#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #333333;
	text-align: center;
}

.box { line-height:140%; }
.box2 { width: 290px; padding:20px 20px 20px 20px; line-height:140%; text-align: left; float:left }
.box3 { width: 400px; padding:20px 20px 20px 20px; line-height:140%; text-align: left; float:left }
.box4 { width: 350px; padding:20px 20px 20px 20px; line-height:140%; text-align: left; float:left }
.box5 { width: 110px; padding:40px 20px 20px 20px; line-height:140%; text-align: left; float:left }
#headder { background: #FFFFFF; position: relative; margin:0 auto; padding: 10px; width: 760px; height: 68px; text-align: right; }
#title { background: url("../img/title.gif") no-repeat; position: absolute; top: 10px; left: 10px; width: 184px; height: 68px; }
#title h1 a{ display: block; width: 184px; height: 68px; }
#title h1 span{ position: absolute; left: -9999px; }
#mainContent { width: 780px;  height: 490px; position:relative;  margin: 0 auto;  padding: 0; text-align: center; }
#button { width: 780px; height: 25px; position:relative; margin: 0 auto; height: 25px; }
#footer { width: 500px; height: 10px; position:relative; margin: 0 auto; text-align: center; padding: 10px; }
img {vertical-align:bottom; border: none;}

#bannerbox { width: 650px; height: 120px; margin: 20px 65px 0 65px; text-align: center; }
#bannerleft { width: 270px; margin: 10px; text-align: center; float:left }
#bannerright { width: 270px; margin: 10px; text-align: center; float:right }

/*___________ font ___________ */
.f10 { font-size: 10px; line-height: 140%; color: #333333; }
.f12 { font-size: 12px; line-height: 140%; color: #333333; }
.f12g { font-size: 12px; line-height: 120%; color: #009999; font-weight: bold; margin:15px 0 0 0;}
.f14b { font-size: 14px; line-height: 120%; color: #666633; font-weight: bold; }

/*___________ link ___________ */
a:link { font-size: 12px; color:#333333; text-decoration:underline; line-height: 250%; }
a:visited { font-size: 12px; color:#333333; text-decoration:underline; line-height: 250%;}
a:active { font-size: 12px; color:#333333; text-decoration:underline; line-height: 250%;}
a:hover { font-size: 12px; color:#FFFFFF; text-decoration:none; background: #009999; line-height: 250%;}
