@charset "UTF-8";

/* Browser Reset*/
* {
	margin:0;
	padding:0;
}
option { padding-left: 0.4em }


/**********************************/


body {
	background: url(/main/bg.jpg) no-repeat top center #000;
	color: #000000;
	text-align: left;
	overflow: auto;
	font-family: Verdana, Helvetica, sans-serif;
}
a {
	color: #000000;
	font-decoration: underline;
}
h1 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 20px 10px 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #e2d5b5;
	width: 365px;

}
#logo a {
	position: absolute;
	display: block;
	top:61px;
	left:34px;
	width:350px;
	height:50px;
}
#container {
	position: relative;
	margin: 89px auto;
	width:638px;
	height:800px;
}
#navi {
	background-image: url(/main/navi_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 25px;
	width:600px;
	height:51px;
	display: block;
}
#navi li {
	list-style: none;
}
#navi a {
	display:block;
	height:51px;
	float:left;
}
#sidebar {
	position: absolute;
	top: 144px;
	left: 23px;
	//padding: 20px 20px 40px 20px;
	width: 174px;
	height: 450px;
	overflow: auto;
}
#sidebar img {
	margin: 0 0 5px 0px;
}
#content {
	position: absolute;
	top: 144px;
	left: 217px;
	padding: 20px 0px 40px 0px;
	width: 405px;
	height: 568px;
	overflow: auto;
}
#content p {
	padding: 0 20px 0 20px;
}
#footer {
	position:absolute;
	top: 784px;
	right:15px;
}
#footer a {
	display: block;	
	width: 93px;
	height:18px;
}