@charset   "Shift_JIS";
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin: 0px auto 0px auto;
	background-image:url(backimg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

#container{
	background-color:#FFFFFF;
	text-align:left;
	width:930px;
	margin: 0px auto 0px auto;
}

.banner{
	margin: 0px auto 0px auto;
	width:930px;
	height: 160;
}

.menu {
	margin: 0px auto 0px auto;
}

.menu img {
	margin: 0px auto 0px auto;
	opacity: 0.5; /* IE以外透過設定 */
	filter: Alpha(opacity=50); /* IE用透過設定 */
}

.menu a img {
	margin: 0px auto 0px auto;
	opacity: 0.5; /* IE以外透過設定 */
	filter: Alpha(opacity=50); /* IE用透過設定 */
}

.menu a:hover img {
	margin: 0px auto 0px auto;
	background: #FF0000;
	opacity: 1; /* IE以外透過設定 */
	filter: Alpha(opacity=100); /* IE用透過設定 */
}

A{
	text-decoration : none;
	color : blue;
}

A:HOVER{
	text-decoration : underline;
	color : red;
}

TABLE{
	line-height : 160%;
	font-size : 11pt;
}

BODY{		
	font-size : 11pt;
}
