/* フロッグマーブルズ CSS */


div#contents{
	background: url(./img/frogmables_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

h1{
	display: none;
}

h2{
	text-indent: -1000.0em;
	background: #ffffff url(./img/catchcopy.gif) center top no-repeat;
	width: 800px;
	height: 250px;
	margin: 0 auto;
	
}

h3{
	background: #88bb3c url(./img/howtoplay_bg.gif) left top repeat-x;
	color: #ffffff;	
	margin-left: 100px;
}

#contents p{
	text-align: left;
	margin: 0 15px 10px 100px;
}

#contents strong{
	color: #88bb3c;
}

div#leftbox{
	float: left;
	width: 440px;
}

dl#howtoplay{
	margin: 10px 0 10px 100px;
	text-align: left;
	
}

dl#howtoplay dt{
	color: #88bb3c;
	font-weight: bold;
}

dd#play1{
	padding-right: 120px;
	background: #ffffff url(./img/play1.gif) right bottom no-repeat;
}

dd#play2{
	padding-right: 120px;
	background: #ffffff url(./img/play2.gif) right bottom no-repeat;
}


dl#product{
	clear: both;
	border: 1px solid #fd8000;
	margin: 10px 100px 10px 100px;
	text-align: left;
	background: #ffffff url(./img/frog_producttext_bg.gif) left bottom no-repeat;
}

dl#product dt{
	background: #fd8000 url(./img/frog_product_bg.gif) left top repeat-x;
	color: #ffffff;
	padding-left: 10px;
	font-weight: bold;
}

dl#product dd{
	padding: 3px 0 3px 10px;
}

dl#product dd span{
	color: #fd8000;
	font-weight: bold;
}


ul#copy{
	clear: both;
	list-style: none;
	color: #000000;
	margin: 10px 20px 0 0;
}
