@charset "UTF-8";


#wrapper {
	background-image: url(../images/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
}
#head {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.name {
	font-family: Impact;
	font-size: 36px;
	color: #000000;
	letter-spacing: 3px;
}
.subname {
	font-family: Impact;
	font-size: 16px;
	color: #000000;
	letter-spacing: 3px;
}
.pagetitle {
	font-family: Impact;
	font-size: 20px;
	color: #800080;
	letter-spacing: 2px;
}
#left {
	float: left;
	width: 570px;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	line-height: 18px;
}
#right {
	float: left;
	width: 170px;
	margin-top: 60px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 18px;
	font-size: 12px;	
}
#navi {
	background-color: #DFDFDF;
	color: #800080;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

#navi a {
	color: #800080;
	padding: 5px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer {
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 12px;
	color: #999999;
	clear: both;
	float: left;
	width: 800px;
}
.black {
	color: #000000;
	padding: 5px;
}
.pink {
	color: #800080;
}
.white {
	color: #ffffff;
	padding: 5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#content {
	background-image: url(../images/bgmain.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
}
