/* ザクマニア CSS */


h1{
	width: 301px;
	height: 82px;
	background: url(./img/h1_bg.gif) left top no-repeat;
	margin: 0 auto;
	text-indent: -1000.0em;
}

div#contents{
	width: 1000px;
	background: url(./img/zakumania_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}

h2{
	color: #ffffff;
	font-weight: bold;
	margin: 10px;
	background: #000000 url(./img/title_bg.gif) top left repeat-x;
}

#main h3{
	color: #ffffff;
	font-weight: bold;
	background: #ff0000 url(./img/name_bg.gif) top left repeat-x;
	margin-bottom: 5px;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
}

#main ul{
	list-style: none;
	margin: 10px;
}


#main ul li{
	border: 1px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #000000;
}



#main span{
	display: block;
	clear: both;
}

#main a{
	text-decoration: none;
	color: #3333ff;
}

#main a:hover{
	color: #ff3333;
}

#main dl{
	float: right;
	width: 370px;
	background: #dde556 url(./img/zaku_bg.gif) right bottom no-repeat;
	margin: 0 10px;
	border: 1px solid #585b22;
}

#main dl dt{
	background: #585b22 url(./img/data_bg.gif) left top repeat-x;
	color: #ffffff;
}

.textbox{
	float: left;
	width: 310px;
}


/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}



#menu dl{
	background: url(./img/menu_bottom.gif) center bottom no-repeat;
	margin: 0 auto;
	
	padding-bottom: 40px;
}

#menu dl dt{
	margin: 10px auto 0 auto;
}




dt#series{
	background: url(./img/series.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

#menu dl dd{
	border-right: 1px solid #aab042;
	border-bottom: 1px solid #aab042;
	border-left: 1px solid #aab042;
	width: 198px;
	text-align: left;
	margin: 0 auto;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	width: 198px;
	background-color: #3b3d17;
}

#menu dl dd a:hover{
	color: #000000;
	background-color: #d8df53;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}
