@charset "shift_jis";

body {
	margin: 0px;
	background: url(../images/background.gif) #e6e6e6 repeat-x;
	color: #333333;
	font-size: 12px;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	background: white;	
}

#wrapper h1 {
	margin: 0;
}

#cover {
	width: 850px;
	height: 330px;
	text-indent: -9999px;
	color: #969696;
	background-image: url(../images/cover2.jpg);
	background-repeat: no-repeat;
}

#contentsArea {
	width: 850px;
	border-top: solid 1px #CCCCCC;
	padding: 10px 0 0 0;
}

#rightMenu {
	width: 215px;
	float: right;
	padding: 10px 10px 10px 15px;
	border-left: solid 1px #999999; 
}

#rightMenu img {
	border: 0;
}


#whatsNew {
	width: 580px;
	float: left;
	padding: 10px;
	line-height: 1.6em;
}

#whatsNew h2 {
	width: 580px;
	height: 23px;
	margin: 0 0 15px 0;
	background: url(../images/whatsnew-head.gif) no-repeat;
	text-indent: -9999px;
	color: #969696;
}

#whatsNew ul {
	width: 580px;
	margin: 0;
	padding: 0px;
	list-style: none;
}

#whatsNew li {
	background: url(../images/bullet01.gif) no-repeat left 5px;
	margin: 0 0 10px 10px;
	padding-left: 15px;
}

#whatsNew a:link {
	color: #333333;
	text-decoration: underline;
}

#whatsNew a:hover {
	color: #660000;
	text-decoration: underline;
}

#whatsNew a:active {
	color: #660000;
	text-decoration: underline;
}

#whatsNew a:visited {
	color: #333333;
	text-decoration: underline;
}

#banner {
	clear: both;
	width: 830px;
	height: 56px;
	padding: 10px;
	text-align: center;
	background-color: #CCCCCC;
}

#banner img {
	margin: 0 6px 0 0;
	border: 0;
}

#bosyu {
	margin-top: 20px;
}

#bosyu p {
	margin: 0;
	font-size: 12px;
}


#footer {
	width: 100%;
	background: #000000;
	margin: 0;
	padding: 15px 0 15px 0;
}

#copyright {
	width: 850px;
	margin: 0px auto;
	color: white;
	font-size: 11px;
	text-align: center;
}
	
