@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat;
	font-size: 12px;
	line-height: 16px;
	background-color: #96C;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/back.jpg);
}


#main #menu {
	width: 340px;
	float: left;
	padding-top: 10px;
	margin-left: 5px;
	padding-left: 15px;
}
#main #contents {
	float: right;
	width: 470px;
	margin-right: 20px;
	margin-bottom: 5px;
}
#main #copyright {
	text-align: center;
	clear: both;
	background-color: #96C;
	font-size: 12px;
	color: #FFF;
	background-repeat: repeat-x;
}

#main {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 850px;
	border: 0px solid #FFF;
	background-color: #FFF;
	background-image: url(../image/main_backjpg.jpg);
}
#footer {
	background-color: #996AD2;
	background-repeat: repeat-x;
	height:60px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.p {
	height: 236px;
	width: 310px;
	padding: 10px;
	padding-top:6px;
	margin-top: 10px;
	border: 2px dashed #66F;

}
#menu .dl {
	margin: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#menu .dt {
	margin-top: 5px;
	margin-left: 10px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	margin-bottom: 5px;
}
#menu .dd {
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 12px;
