@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #282828;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(bodyback.png);
}

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: 0px auto;
	padding-bottom: 20px;
	border-top: 10px solid;
	background-color: #FDFDFD;
	border-bottom: 10px solid #000;

}
#wholewrap:after{
content : "";
	background-color: #FCFDFD;
}




#header {
	width: 760px;
	margin: 0px auto;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 340px;
}

#main {
	float: right;
	margin: 10px 20px 0 0px;
	background-color: #FFDD8F;
	width: 480px;
}


#main a {
	color: #090;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 15px 20px 10px 20px;
	margin: 0px auto;
	width: 80%;
	color: #000;
	border-bottom: 3px double #333333;
}
h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0px 0 0 25px;
	text-align: left;
	width: 90%;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px 0 10px 10px;
	height: 18px;
	vertical-align: middle;
}
h3 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	border-bottom: 1px solid #000;
	width: 90%;
}
p {
	padding: 0 20px;
}
li {


}
strong {
	color: #EB4B29;


}

#next {
	text-align: center;
	margin: 10px 0px 30px 0;
	padding: 10px 10px 10px 0;
	float: left;
	width: 100%;
}


#navi {
	width: 260px;
	float: left;
	margin: 10px 0px 0 20px;
	background-color: #FFAE6A;
}


.navicat a {
	display: block;
	font-weight: bold;
	color: #282828;
	padding: 15px 10px;
}


.navicat a:hover {
	text-decoration: none;
	background-color: #F99D59;
	color: #FFF;
}
.footer {
	clear: both;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #F60;
}
