/* アニプレックス×アルター×ハピネット CSS */


h1{
	background: url(./img/aah-logo.gif) center top no-repeat;
	width: 410px;
	height: 50px;
	text-indent: -1000.0em;
}

div#contents{
	width: 1000px;
	background: url(./img/aah_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 10px 0 10px;
	background: #0066cc url(./img/title_bg.gif) top left repeat-x;
}

#main h3{
	color: #ff0000;
	font-size: 150%;
	font-weight: bold;
	margin: 10px auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
}

#main ul{
	list-style: none;
}

#main ul li img{
	float: right;
	width: 310px;
	padding: 10px;
}

#main span{
	display: block;
	clear: both;
}

#main span a{
	text-decoration: none;
	color: #ffffff;
	width: 200px;
	border: 1px solid #ff9a56;
	background-color: #ff7010;
	margin: 0 auto;
}

#main a:hover{
	color: #ffffff;
	background-color: #0066cc;
	border: 1px solid #004488;
}

#main dl{
	margin: 0 10px;
}

#main dl dt{
	color: #ff0000;
}



/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu a img{
	margin-left: 20px;
}

#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin-top: 10px;
	margin-left: 20px;
}




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 #ff7010;
	border-bottom: 1px solid #ff7010;
	border-left: 1px solid #ff7010;
	width: 198px;
	margin-left: 20px;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #000000;
	width: 198px;
}

#menu dl dd a:hover{
	color: #ffffff;
	background-color: #ff7010;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #777777;
	margin: 10px 0 0 20px;
}