@charset "utf-8";
/* CSS Document */

#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2.1em;
	font-size: 14px;
}
#header {
	height: 80px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#right {
	float: right;
	width: 789px;
	margin-top: 3px;
}
#right_top {
	padding-left: 6px;
	margin: 0px;
	padding-bottom: 0px;
	height: 75px;
}
#right_top img {
	height: 90px;
	width: 777px;
	margin: 0px;
	padding: 0px;
}

.text {
	width: 708px;
	margin-right: auto;
	margin-left: 16px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #26629F;
	border-bottom-color: #26629F;
	border-left-color: #26629F;
	background-color: #F7FCFF;
	padding-right: 20px;
	padding-left: 20px;
	color: #1B4570;
}
.text p {
	text-indent: 30px;
	margin-bottom: 20px;
	line-height: 2.1em;
}

#left {
	float: left;
	width: 186px;
	background-color: #F7FCFF;
	border: 2px solid #25619F;
	margin-top: 10px;
}
#left ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#left ul li {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	width: 155px;
	margin-bottom: 10px;
	background-position: center top;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#left a {
	text-decoration: none;
	line-height: 2.3em;
	color: #FFFFFF;
	font-weight: bold;
}
#left a:hover {
	color: #F9DE03;
}
#content #left .yes {
	color: #FDEF73;
}



/*footer*/
#footer {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}
.yellow {
	color: #F4BF06;
}
