/* ピュアスタイルドール CSS */


div#contents{
	background: url(./img/psds_mid.gif) center top repeat-y;
	overflow: auto;
	color: #135d5c;
}

h1{
	background: #ff0066 url(./img/title_bg.gif) left top repeat-x;
	color: #ffffff;
	margin: 0 15px;
}

h2{
	margin: 20px;
	color: #ff0066;
	font-size: 200%;
}

#contents p{
	text-align: left;
	margin: 0 15px 10px 15px;
}

#contents strong{
	color: #ff0066;
}

div#leftbox{
	float: left;
	width: 400px;
}

#leftbox dl{
	border: 1px solid #f8d20b;
	margin: 10px 10px;
	text-align: left;
	background-color: #ffffff;
}

#leftbox dl dt{
	background: #f8d20b url(./img/product_bg.gif) left top repeat-x;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}

#leftbox dl dd{
	padding: 3px 0 3px 10px;
}

#leftbox dl dd span{
	color: #6f0fe6;
	font-weight: bold;
}

#leftbox a:hover{
	color: #ff0000;
}

ul#copy{
	clear: both;
	list-style: none;
	color: #135d5c;
	margin: 10px 20px 0 0;
}
