/* 超像シリーズ CSS */


h1{
	color: #000000;
	margin-right: 15px;
	text-align: left;
}

h1#toptitle{
	display: none;
}

div#contents{
	width: 1000px;
	background: url(./img/chozo_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
	padding: 2px;
}

#main ul{
	list-style: none;
}

ul#products{
	margin: 10px;
}


ul#products li{
	background-color: #ffffff;
	margin-bottom: 50px;
	color: #000000;
}


ul#products li h2{
	background: #0037eb url(./img/product_title_bg.gif) left top repeat-x;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}

ul#products li h3{
	color: #f4007e;
	margin: 10px auto;
	font-size: 150%;
}

ul#products li dl{
	clear: both;
}

ul#products li dl dt{
	color: #f4007e;
	font-weight: bold;
	margin-top: 10px;
}


ul#products li a{
	text-decoration: none;
	color: #7777ff;
}

ul#products li a:hover{
	color: #ff7777;
}


ul#seiya1 li , ul#seiya2 li , ul#seiya3 li{
	float: left;
	width: 142px;
	border: 1px solid #ffa43d;
	margin: 1px;
}

h4{
	background: #ffa43d url(./img/seiya_bg.gif) left top repeat-x;
	color: #ffffff;
}


#main p a{
	color: #ffffff;
}

#main p a:hover{
	color: #ff7777;
}

/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin: 10px auto 0 auto;
}


dt#top_page_btn{
	background: url(./img/top_page_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#top_page_btn a{
	background: url(./img/top_page_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#chozokakumei_btn{
	background: url(./img/chozokakumei_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#chozogaiden_btn{
	background: url(./img/chozogaiden_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#chozodensetsu_btn{
	background: url(./img/chozodensetsu_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#chozoart_btn{
	background: url(./img/chozoart_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#chozokado_btn{
	background: url(./img/chozokado_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#chozoseiya_btn{
	background: url(./img/chozoseiya_on.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 #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 198px;
	background-color: #ffffff;
	margin: 0 auto;
	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: #000000	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #000000;
	margin: 10px 0 0 20px;
}
