@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(bodyback.gif);
}


img {
border:0;}

table {
	border: 2px solid #000;
	margin: 0 auto;
	width: 90%;
	padding: 0;
}
td {
	border: 1px solid #000;
	padding: 0;
	margin: 0;

}
td p {
	padding: 5px;

}


#drop{
	width:830px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 800px;
	margin: 10px auto;
	background-color: #FFD820;
	background-image: url(wholeback.jpg);
	background-repeat: repeat-y;
	text-align: ceneter;
	padding-bottom: 50px;
	border: 2px solid #000;

}
#centerwrap {
	width: 775px;
	margin: 0 auto;
}
#wholewrap:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;

}




#header {
	width: 800px;
	margin: 0px auto;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 309px;
	background-position: center;
	padding: 60px 0 0 0;
}

#main {
	float: left;
	margin: 0px;
	width: 490px;
	background-color: #fff;
	
}


#main a {
	color: #247BBB;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 10px 0;
	width: 100%;
	color: #fff;
	background-color: #FE7998;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	color: #6C3;
	background-color: #fff;
	padding: 10px 0;
	border-top: 2px dotted #6c3;
	border-bottom: 2px dotted #6c3;
}
h3 {
	color: #6C3;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 3px double #6C3;
	width: 90%;
	margin-left: 20px;
}
p {
	padding: 0 20px;
}
li {


}
strong {
	color: #F36;



}

#next {
	text-align: right;
	margin: 0 auto 20px auto;
	width: 90%;
}


#navi {
	width: 270px;
	background-color: #FFF;
	float: right;
	background-image: url(naviback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 800px;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #F90;
	padding: 15px 0px 15px 15px;
	background-image: url(icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 10px;
}


.navicat a:hover {
	text-decoration: none;
	background-color: #FF9;
	color: #F90;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #58BF1A;

}


.topic{
font-size:15px;
font-weight:bold;
margin-bottom:15px;
}

.topic a{
color:#0000FF;
text-decoration:underline;
}
.topic a:hover{
color:#FF0000;
text-decoration:none;
}
