/* プーギーマニア CSS */


div#contents{
	background: url(./img/poogeemania_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

h1{
	background: #0054a5 url(./img/poogee_logo.gif) center top no-repeat;
	text-indent: -1000.0em;
	margin: 0 auto;
	width: 303px;
	height: 156px;
}

h2{
	text-indent: -1000.0em;
	margin: 20px auto;
	width: 700px;
	height: 50px;
	background: #0053a5 url(./img/copy.gif) center top no-repeat;
}

#contents p{
	text-align: left;
	margin: 0 15px 10px 15px;
}

#contents strong{
	color: #ffcb05;
}

#contents img{
	border: 1px solid #777777;
}

#textbox{
	float: left;
	width: 490px;
}

dl{
	width: 480px;
	border: 1px solid #0053a5;
	margin: 10px 10px;
	text-align: left;
	color: #333333;
	padding-bottom: 30px;
	background: #ffffff url(./img/data_bg.jpg) right bottom no-repeat;
}

dl dt{
	background: #ffcb05 url(./img/product_bg.gif) left top repeat-x;
	color: #000000;
	padding-left: 10px;
}

dl dd{
	padding: 3px 0 3px 10px;
}

dl dd span{
	color: #f3007e;
	font-weight: bold;
}


ul#copy{
	clear: both;
	list-style: none;
	color: #ffffff;
	margin: 10px 20px 0 0;
}