/* パステルルービックキューブ CSS */


div#contents{
	background: url(./img/pastelcube_mid.gif) center top repeat-y;
	overflow: auto;
	color: #777777;
}

#contents p{
	text-align: left;
	margin: 0 15px 10px 15px;
}

#contents img{
	float: left;
	margin: 0 15px 0 40px;
}

dl#product{
	text-align: left;
	margin-right: 15px;
	float: right;
	width: 700px;
}

dl#product dt{
	color: #ff9ed5;
	font-weight: bold;
	border-bottom: 1px solid #fe9ed5;
	border-left: 2px solid #fe9ed5;
}

dl#product dd{
	border-bottom: 1px dotted #d4d4d4;
	border-right: 2px solid #fe9ed5;
}

dd#license{
	font-size: 80%;
	text-align: right;
	color: #aaaaaa;
	margin-bottom: 30px;
}

dd#caution{
	font-size: 80%;
	text-align: left;
	margin-bottom: 30px;
}

dl#product dd span{
	font-size: 80%;
}

ul#link{
	clear: both;
	list-style: none;
	text-align: right;
	margin: 10px 15px;	
}

ul#link a{
	color: #7777ff;
	text-decoration: none;
	background: url(./img/link.gif) left center no-repeat;
	padding-left: 15px;
}

ul#link a:hover{
	color: #ff7777;
}

ul#copy{
	clear: both;
	list-style: none;
	text-align: right;
	color: #777777;
	margin: 10px 20px 0 0;
}