/* クロノゲート CSS */


h1{
	text-indent: -1000.0em;
}


div#contents{
	width: 1000px;
	background: url(./img/chronogate_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000033;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
	border: 2px solid #54bdbf;
	background-color: #ffffff;
	padding: 2px;
}

#main ul{
	list-style: none;
	margin: 10px;
}


#main ul li{
	border: 1px solid #509696;
	background-color: #ffffff;
	margin-bottom: 20px;
	color: #000000;
}


#main ul li h2{
	background: #509696 url(./img/product_title_bg.gif) left top repeat-x;
	font-weight: bold;
	color: #ffffff;
}

#main ul li span{
	clear: both;
	text-align: right;
	display: block;
}

#main ul li a{
	text-decoration: none;
	color: #7777ff;
}

#main ul li a:hover{
	color: #ff7777;
}

#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#part1_btn{
	background: url(./img/part1_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#part2_btn{
	background: url(./img/part2_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#part3_btn{
	background: url(./img/part3_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}



dt#part4_btn{
	background: url(./img/part4_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 #cc9c5c;
	border-bottom: 1px solid #cc9c5c;
	border-left: 1px solid #cc9c5c;
	width: 198px;
	background: #ffffff url(./img/menu_product_bg.gif) left top repeat-x;
	margin: 0 auto;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #6d5331;
	width: 198px;
}

#menu dl dd a:hover{
	color: #509696;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}
