@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	background: url("http://www.whatsfx.net/img/main_bg.gif") repeat-y;
}

a {
	color: #1d3994;
	text-decoration: none;
}

a:visited {
	color: #d0173e;
	text-decoration: none;
}

a:hover {
	color: #1d3994;
	text-decoration: underline;
}

img {
	border: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3 {
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	color: #0ba200;
	background: url("http://www.whatsfx.net/img/title_bg.gif") no-repeat left bottom;
	font-size: 17px;
}

#wrapper {
	width: 900px;
	background: url("http://www.whatsfx.net/img/bg.gif") no-repeat left top;
}

#left_column {
	padding-top: 97px;
	float: left;
	width: 250px;
}

.header {
	padding: 0 0 0 25px;
}

.menu {
	padding: 80px 0 0 0;	
}

.menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	color: #f0e300;
	font-weight: bold;
	text-decoration: none;
}


.menu li {
	margin: 0 0 10px 0;
}

.menu li a,
.menu li a:hover {
	padding: 0 0 5px 5px;
	display: block;
	width: 245px;
}

.menu li a {
	background: url("http://www.whatsfx.net/img/menu_bg-off.gif") no-repeat center bottom;
}

.menu li a:hover {
	background: url("http://www.whatsfx.net/img/menu_bg-on.gif") no-repeat center bottom;
}


#right_column {
	padding: 0 0 0 20px;
	float: right;
	width: 630px;
	line-height: 25px;
	font-size: 14px;
}

#right_column ol {
	margin: 0 0 15px 10px;
	padding: 0;
	list-style: decimal;
}

#right_column li {
	margin: 0 0 8px 15px;
	list-style: decimal;
}

.page_navi {
	margin-bottom: 15px;
	font-size: 11px;
}

#right_column p,
#right_column dl {
	margin: 0 0 15px 0;
}

.time {
	margin: 0 0 5px 0;
	text-align: right;
}

.footer {
	margin: 20px 0 0 0;
	text-align: right;
}