@charset "utf-8";
BODY {
	margin: 0px;
	background-color: #eef7e2;
}
#wr {
	width:820px;
	height:100%;
	background-color: #FFF;
	margin-top:20px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	border: 10px #cccccc;
	border-spacing:5px;
	border-style:double;
}
#header {
	width:820px;
	height:210px;
	padding: 0px;
	background-image: url(img/logo2.jpg);
	background-repeat: no-repeat;
}
#menu {
	width:820px;
	height:23px;
	z-index:2;
	top: 210px;
	background-color: #af95ff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
}
#cnt1 {
	width:820px;
	height:100%;
	z-index:3;
	top: 247px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
}
#ftr {
	width:820px;
	height:23px;
	background-color: #af95ff;
	background-image: url(img/bg_ftr.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
#spcr {
	width:820px;
	height:60px;
	background-color: #af95ff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

