@charset "Shift_JIS";

*{
	padding: 0;
	margin: 0;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}
a:active{
	color: #ff0000;
}

body{
	background-color: #f0f0f0;
}

#container{
	width: 900px;
	height: 700px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #ffffff;
}

#header{
	position: relative;
	width: 100%;
}
#header h1{
	padding: 10px 20px 0 20px;
}
#header h1 a{
	color: #00aa00;
	text-decoration: none;
}
#header h1 a:hover{
	text-decoration: underline;
}

#menu{
	background: url("../images/MenuBack.png") no-repeat;
	display: block;
	width: 900px;
	height: 40px;
	margin-top: 10px;
}
#menu ul{
	display: block;
	list-style: none outside none;
}
#menu ul li{
	float: left;
	display: block;
	height: 30px;
	padding: 5px 0 0 25px;
	font-size: 14px;
	font-weight: bold;
}
#menu ul li a{
	background: url("../images/MenuLinkBack_left.png") no-repeat;
	color: #ffffff;
	display: block;
	line-height: 30px;
	padding: 0 0 0 25px;
	text-decoration: none;
}
#menu ul li a span{
	background: url("../images/MenuLinkBack_right.png") no-repeat right;
	display: block;
	height: 30px;
	padding: 0 25px 0 0;
}
#menu ul li a span.center{
	background: url("../images/MenuLinkBack.png") repeat-x;
	display: block;
	height: 30px;
	padding: 0;
}
#menu ul li a:hover{
	text-decoration: underline overline;
}

#contents{
	position: relative;
	width: 900px;
	height: 500px;
	margin: 20px 0 0 0;
}

#footer{
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 20px 0 0 0;
	border-top: 1px solid #f0f0f0;
}
#footer p{
	padding: 10px 0 0 0;
}
#footer p a{
	color: #505050;
}
#footer p a:hover{
	color: #ff0000;
}
#footer div.copy{
	color: #505050;
	display: block;
	padding: 5px 0 0 0;
}