/* ビスケットゲーム CSS */


div#contents{
	padding-top: 10px;
	background: url(./img/biscuitsgame_mid.jpg) center top repeat-y;
	overflow: auto;
	color: #6e1d24;
}

h1{
	margin: 0 100px 10px 100px;
	background: #006d2c url(./img/title_bg.gif) left top repeat-x;
	color: #ffffff;
}

h2{
	background: #6e1d24 url(./img/copy_bg.gif) left top repeat-x;
	border: 1px solid #6e1d24;
	margin-left: 100px;
	color: #fefebe;
}


#contents p{
	text-align: left;
	margin: 0 0 10px 100px;
	background: #ffffff url(./img/text_bg.gif) left top;
	padding: 4px;
	border: 1px solid #6e1d24;
}

#contents strong{
	color: #e942fd;
}

#contents img{
	border: 1px solid #6e1d24;
}

div#leftbox{
	float: left;
	width: 440px;
}


dl{
	clear: both;
	border: 1px solid #900004;
	margin: 10px 0 10px 100px;
	text-align: left;
	background: #ffffff url(./img/text_bg.gif) left top;
}

dl dt{
	background: #900004 url(./img/product_title_bg.gif) left top repeat-x;
	color: #ffffff;
	padding-left: 10px;
	font-weight: bold;
}

dl dd{
	padding: 3px 0 3px 10px;
}

dl dd span{
	color: #ff0000;
	font-weight: bold;
}


ul#copy{
	clear: both;
	list-style: none;
	color: #ffffff;
	margin: 10px 20px 0 0;
}