/* メニュー部分 */
#menu {
	background-color: #CC0000;
	text-align: center;
	float: left;
	width: 130px;
	height: 100%;
}

#menu ul {
	margin: 0;
	padding :0;
	list-style-type : none;
}

#menu li{
	background-image: url(images/btn_back.gif);
	width: 96px;
	height: 21px;
	text-align: center;
	margin: 15px 0px;
}

#menu li a{/* 白抜き */
	filter: glow(color=black, strength=1);
	filter: shadow(color=#444444, direction=135);
	color: white;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
}

#menu li a:hover{
	filter: glow(color=black, strength=1);
	filter: shadow(color=#444444, direction=135);
	color: yellow;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
}

#logo div.shiro {
	filter: glow(color=red, strength=1);
	filter: shadow(color=#444444, direction=135);
	color: white;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
}


/* サイト全体の共通部分 */
body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}


/* サイトコンテンツ */
#content {
	position: absolute;
	top: 0px;
	left: 130px;
	margin: 0px 70px;
	width: 500px;
	height: 100%;
	font-size: x-small;
	float: left;
}

#top-logo {
	text-align: center;
}

#news {
	text-align: left;
	width: 450px;
}

#copyright {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #990066;
}
