@charset "utf-8";
/* CSS Document */
*
{
	margin:0 auto;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#F1E7C7;
}
.top
{
	background:url(../images/top_bg.png) repeat-x #FFCC33;
	height:15px;
}
.menu
{
	background:#FFCC33;
	height:40px;
}
.top_link{
color:#000;
background:url(../images/yellow.png) no-repeat;
text-decoration:none;
font-weight:normal;
display:block;
height:31px;
line-height:31px;
width:102px;
border:0px;
}

.top_link:hover{
color:#fff000;
text-decoration:none;
font-weight:normal;
display:block;
background:url(../images/green.png) no-repeat;
height:31px;
line-height:31px;
width:102px;
border:0px;
}
.special a
{
	color:#996600;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;

}
.special a:hover
{
	color:#0066FF;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
}
.special a:hover
{
	color:#1C94D5;
	text-decoration:none;
}
.right_td
{
	border-left:1px dotted #996600;
}
.text
{
	font-size:12px;
}
.main
{
	background:#F9F9F9;
	font-size:12px;
}
.content
{
	font-size:12px;
	padding:5px 5px 5px;	
	line-height:1.7;
}
.head
{
	background:#145909;	
}
.footer
{
	background:#FFCC33;
	height:25px;
	font-size:11px;
}
.footer_link
{
	color:#000000;
	text-decoration:none;
}
.footer_link:hover
{
	color:#CC0000;
	text-decoration:underline;
}
.footer_link:visited
{
	color:#000000;
	text-decoration:none;
}
