@charset"UTF-8";

* {
	margin:0;
	padding:0;
	font-size:100%;
}
#img {
	background:url(img/main_img.jpg) no-repeat;
	height:200px;
	margin-top:20px;
}
#contents {
	background:#FFFFFF;
	width:760px;
	height:530px;
	margin-top:10px;
}
/*-----<<<<<<<<<<<<<<<mainmenu>>>>>>>>>>>>>>>-----*/
#mainmenu {
	height:450px;
	width:auto;
	padding-top:10px;
	padding-left:20px;
	float:left;
	display:inline;
}
#mainmenu ul {
	list-style:none;
	display:block;
}
#mainmenu a{
	display:block;
}
#bar1 a{
	width:179px;
	height:35px;
	background:url(img/images/bar1.gif) no-repeat;
}
#btn1 a{
	height:35px;
	width:179px;
	background:url(img/images/btn1.gif) no-repeat;
}
#btn1 a:hover {
	background:url(img/images/btn1a.gif) no-repeat;
}
li#bar2 {
	margin-top:10px;
}
#btn2 a{
	height:35px;
	width:179px;
	background:url(img/images/btn2.gif) no-repeat;
}
#btn2 a:hover {
	background:url(img/images/btn2a.gif) no-repeat;
}
#btn3 a{
	height:35px;
	width:179px;
	background:url(img/images/btn3.gif) no-repeat;
}
#btn3 a:hover {
	background:url(img/images/btn3a.gif) no-repeat;
}
#btn4 a{
	height:35px;
	width:179px;
	background:url(img/images/btn4.gif) no-repeat;
}
#btn4 a:hover {
	background:url(img/images/btn4a.gif) no-repeat;
}
#btn5 a{
	height:37px;
	width:179px;
	background:url(img/images/btn5.gif) no-repeat;
}
#btn5 a:hover {
	background:url(img/images/btn5a.gif) no-repeat;
}
#bar2 a{
	width:179px;
	height:35px;
	background:url(img/images/bar2.gif) no-repeat;
}
#btn6 a{
	height:35px;
	width:179px;
	background:url(img/images/btn6.gif) no-repeat;
}
#btn6 a:hover {
	background:url(img/images/btn6a.gif) no-repeat;
}
#btn7 a{
	height:35px;
	width:179px;
	background:url(img/images/btn7.gif) no-repeat;
}
#btn7 a:hover {
	background:url(img/images/btn7a.gif) no-repeat;
}
#btn8 a{
	height:34px;
	width:179px;
	background:url(img/images/btn8.gif) no-repeat;
}
#btn8 a:hover {
	background:url(img/images/btn8a.gif) no-repeat;
}
#btn9 a{
	height:36px;
	width:179px;
	background:url(img/images/btn9.gif) no-repeat;
}
#btn9 a:hover {
	background:url(img/images/btn9a.gif) no-repeat;
}
#btn10 a{
	height:34px;
	width:179px;
	background:url(img/images/btn10.gif) no-repeat;
}
#btn10 a:hover {
	background:url(img/images/btn10a.gif) no-repeat;
}
#btn11 a{
	height:36px;
	width:179px;
	background:url(img/images/btn11.gif) no-repeat;
}
#btn11 a:hover {
	background:url(img/images/btn11a.gif) no-repeat;
}
#btn12 a{
	height:35px;
	width:179px;
	background:url(img/images/btn12.gif) no-repeat;
}
#btn12 a:hover {
	background:url(img/images/btn12a.gif) no-repeat;
}
/*-----<<<<<<<<<<<<<<<maincontents>>>>>>>>>>>>>>>-----*/
#main_contents {
	height:auto;
	width:auto;
	padding-top:10px;
}
#main_contents td {
	text-align:center;
}
#img_back {
	height:70px;
	width:530px;
	display:inline;
	padding-right:30px;
	padding-bottom:10px;
	float:right;
}
#img_back img {
	margin-top:10px;
	margin-left:18px;
	_margin-left:16px;
}
#left {
	width:260px;
	float:left;
	margin-left:15px;
	display:inline;
}
*html #left {
	margin-left:0;
	_margin-left:16px;
}
#right {
	width:260px;
	margin-right:15px;
	display:inline;
	float:right;
}
*html #right {
	margin-right:0;
	_margin-right:15px;
}
#left2 {
	width:260px;
	float:left;
	margin-left:15px;
	display:inline;
	padding-top:5px;
}
*html #left2 {
	margin-left:0;
	_margin-left:16px;
}
#right2 {
	width:260px;
	margin-right:15px;
	display:inline;
	float:right;
	padding-top:5px;
}
*html #right2 {
	margin-right:0;
	_margin-right:15px;
}

#news {
	height:180px;
	width:535px;
	font-size:90%;
	float:right;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:15px;
	display:inline;
	overflow:auto;
}
dl {
	margin:0 30px;
	padding:0;
	line-height:1.5em;
}
dt {
	margin:0;
	padding:0;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:1px;
}
dd {
	margin:-1.5em 0 0;
	padding:0;
	text-indent:15em;
}
#left h2 {
	font-size:100%;
	padding-top:3px;
	padding-bottom:3px;
}
#right h2 {
	font-size:100%;
	padding-top:3px;
	padding-bottom:3px;
}
p {
	_margin-top:5px;
	_margin-bottom:5px;
	font-size:80%;
}
th {
	background:#003366;
	text-align:center;
	white-space:nowrap;
	font-size:92%;
	color:#FFF;
}
td {
	background:#E5EAFF;
	text-align:left;
	white-space:nowrap;
}
/*-----<<<<<<<<<<<<<<<link>>>>>>>>>>>>>>>-----*/

#left a:link{
	color:#FF0000;
	text-decoration:none;
}
#left a:visited{
	color:#660033;
	text-decoration:none;
}
#left a:hover{
	color:#000099;
	text-decoration:none;
	position:relative;
	top:3px;
	left:3px;
}
#right a:link{
	color:#FF0000;
	text-decoration:none;
}
#right a:visited{
	color:#660033;
	text-decoration:none;
}
#right a:hover{
	color:#000099;
	text-decoration:none;
	position:relative;
	top:3px;
	left:3px;
}
#text {
	padding-top:80px;
	padding-bottom:30px;
	text-align:center;
	filter:shadow(color=#09635f,direction=135);
	width:100%;
	line-height:120%;
	font-size:30px;
	color:#77afff;
}