@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #282828;
	background-color: #CCC;
	background-position: center;
	background-attachment: fixed;
	background-image: url(bodyback.gif);
}

img {
border:0;}

table {
	border: 1px solid #777;
	margin: 0 auto;
	width: 90%;
	margin-left: 20px;
}
td {
	border: 1px solid #777;

}
td p {
	padding: 2px;

}


#drop{
	width:830px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 800px;
	margin: 20px auto;
	padding-bottom: 20px;
	border: 2px solid #114981;
	border-top: 20px solid #114981;
	border-bottom: 10px solid #114981;
	background-image: url(wholeback.gif);
}
#wholewrap:after{
content : "";
display : block;
height : 0;
clear : both;
}


#header {
	width: 800px;
	margin: 0 auto;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 320px;
}

#main {
	width: 480px;
	float: right;
	margin: 20px 10px 0 0px;
	background-color: #FFF;
}


#main a {
	color: #338DE6;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 15px 0px 10px 20px;
	margin: 0px auto;
	width: 450px;
	background-image: url(h1.gif);
	color: #1F1F1F;
	background-repeat: no-repeat;
	background-position: center bottom;
}
h2 {
	font-size: 16px;
	color: #1F1F1F;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	width: 80%;
}
p {
	padding: 0 20px;
}
li {


}
strong {


}

#next {
	text-align: right;
	margin: 10px 0px 30px 0;
	padding: 10px 10px 10px 0;
}


#navi {
	width: 280px;
	padding-bottom: 80px;
	padding-top: 20px;
	float: left;
	margin: 20px 0px 0 10px;
	background-color: #FBFBFB;
}


.navicat a {
	display: block;
	font-weight: bold;
	color: #282828;
	padding: 15px 10px;
}


.navicat a:hover {
	text-decoration: none;
	background-color: #C7EAFF;
	color: #000;
}

#footer {
	clear: both;
}
h3 {
	color: #55BD00;
	font-weight: bold;
	font-size: 14px;
}
.big {
	font-size: 16px;
	color: #410DB9;
}
.color {
	color: #F60;
}
