/* レッドモンキーデザイングッズ CSS */


h1{
	background: #000000 url(./img/title_bg.gif) left top repeat-x;
	padding: 2px;
	margin: 10px;	
}

h3{
	background: #000000 url(./img/title_bg.gif) left top repeat-x;
	color: #ffffff;
	margin-right: 15px;
	margin-left: 10px;
}

div#contents{
	width: 1000px;
	background: url(./img/redmonkey_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
}

#main strong{
	color: #ff0000;
}


#main ul{
	list-style: none;
	
}

ul#link li{
	border: 1px solid #ff0000;
	float: left;
	width: 335px;
	margin: 10px;
}

#main ul li{
	background-color: #000000;
	color: #000000;
}

ul#product{
	background-color: #000000;
	margin: 0 15px 10px 10px;
	border-right: 1px solid #4e2505;
	border-bottom: 1px solid #4e2505;
	border-left: 1px solid #4e2505;
}

ul#product li{
	color: #ffffff;
}

ul#product li span{
	font-weight: bold;
	color: #ffca06;
}



#main ul li h2{
	background: #ff0000 url(./img/producttitle_bg.gif) left bottom repeat-x;
	font-weight: bold;
	color: #ffffff;
}


#main ul li a{
	text-decoration: none;
	color: #7777ff;
}

#main ul li a:hover{
	color: #ff7777;
}

#main dl dt{
	color: #ff0000;
	font-weight: bold;
}


#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#monsterhunter_btn{
	background: url(./img/monsterhunter_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#monsterhunter_btn a{
	background: url(./img/monsterhunter_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


dt#ishinomori70th_btn{
	background: url(./img/ishinomori70th_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#ishinomori70th_btn a{
	background: url(./img/ishinomori70th_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#crowszero2_btn{
	background: url(./img/crowszero2_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#crowszero2_btn a{
	background: url(./img/crowszero2_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


dt#cobra_btn{
	background: url(./img/cobra_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#cobra_btn a{
	background: url(./img/cobra_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#cobrase_btn{
	background: url(./img/cobrase_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#cobrase_btn a{
	background: url(./img/cobrase_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}