@charset "UTF-8";

html {
	background: #110;
	}
		
body { 
	margin: 0px auto;
	padding: 1px;
	background: #110;
	width: 798px;
	height:auto;
	border: solid 15px #110;
	font-family: "Verdana","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
	}
		
#wrapper {
	background: #fff;
	width: 780px;
	height: 520px;
	border: solid 8px #110;
	margin: 60px auto 0px;
	position: relative;
	}

#header {
	width: 452px;
	height: 81px;
	margin: 120px 270px 0px;
	padding: 0px;
	background: #fff ;	
	z-index: 2;
	position: relative;
	}

#corner_l {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(part/corner_l.gif) #110;
	}
	
#corner_r {
	width: 245px;
	height: 158px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(part/corner_r.gif) #110;
	}

#logo {
	position: relative;
	margin: 20px 0px 0px 30px;
	font-weight: bold;
	font-size: 14px; 
	*font-size: 13px;
	color: #332;
	}
	
#nav {
	width: 200px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding; 0px;
	}	
	
#footer {
	width: 780px;
	height: 200px; 
	position: absolute;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding; 0px;
	background: #110;
	}

.footer {
	height: 140px;
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding; 0px;
	background: url(part/footer.gif) #110 repeat-x;
	}
		
.copy {
	height: 60px;
	width: 780px;
	font-weight: normal;
	font-size: 11px; 
	*font-size: 10px;
	text-align: center;
	color: #ccb;
	}	

#nav ul {
	font-weight: bold;
	font-size: 15px; 
	color: #998;
	position: absolute;
	top: 70px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	list-style: none;
	line-height: 1;
	}

a {
	text-decoration: none;
	}	
	
a img {
	border: none;
	}
	
a:link {
	color: #998;
	}

a:visited {
	color: #ccb;
	}

a:active,a:hover {
	color: #f44;
	}

#nav_l {
	position: absolute;
	bottom: 230px;
	left: 50px;
	color: #554;
	font-weight: bold;
	font-size: 12px; 
	*font-size: 11px;
	}	

#nav_l a {
	color: #554;
	}

#nav_l a:hover {
	color: #998;
	}
	
.new {
	color: #f44;
	font-weight: bold;
	font-size: 9px; 
	*font-size: 8px;
	vertical-align: super;
	}

#nav_m {
	position: absolute;
	bottom: 200px;
	right: 30px;
	}	

.open {
	color: #554;
	font-weight: bold;
	font-size: 9px; 
	*font-size: 8px;
	margin-left:0px;
	}

