/*** 2カラム用 ***/
body {
	text-align: center;
}

#container {
	width: 706px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main {
	width: 558px;
	height: 403px;
	float: left;
}

#menu {
	width: 148px;
	float: left;
}

#footer {
	width: 100%;
	clear: left;
}


/*** 通常 ***/

body {
	margin-top: 20px;
/*	background: url(imgs/bodybg.gif) #000000 repeat fixed;*/
	background: #0d0808;
	font-size: 13px;
}

#container {
	background: #444444;
}

#header img {
	border: 3px solid #444444;
}

#main {
	background: #444444 url(imgs/top2.jpg) no-repeat 3px top;
}

#menu {
	text-align: center;
}

#menu ul {
	list-style-type: none;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	z-index: 3;
}

#menu a {
	color: #dddddd;
	text-decoration: none;
	font-family: Arial,Courier New, Helvetica;
	font-weight: bold;
	font-size: 9pt;
	line-height: 22px;
}
#menu a:hover {
	color: #ffaa00;
}

#footer {
	background: #0d0808;
	color: #444444;
	text-align: center;
	font-size: 9px;
}
