
@import "/library/default.css";

body {
	background-color:#000000;
	color:#eeeeee;
}

a:link { text-decoration:none; color:#afc8e1; }
a:visited { text-decoration:none; color:#afc8e1; }
a:active { text-decoration:none; color:#afc8e1; }
a:hover { text-decoration:underline; color:#946349; }

td ,th {
	color:#999999;
}

.contents h1 {
	font-size:16px;
	line-height:140%;
	padding:10px 0 7px 5px;
	margin:0 0 15px 0;
	border-bottom:1px dotted #cccccc;
}

.contents h2 {
	font-size:16px;
	line-height:140%;
	padding:10px 0 7px 5px;
	margin:0 0 15px 0;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}

.contents h3 {
	font-size:16px;
	line-height:140%;
	padding:10px 0 7px 5px;
	margin:0 0 15px 0;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}

.contents h4 {
	font-size:14px;
	line-height:140%;
	padding:2px 0 1px 7px;
	margin:0 0 10px 0;
	border-left:5px solid #666666;
}

.contents p {
	margin:0 0 20px 0;
}

.cart {
	text-align:center;
}

.cart img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cart a:hover img {
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.attention p {
	margin:0 0 30px 7px;
}

.attention ul {
	margin:0 0 20px 25px;
	padding:0;
}

.attention li {
	margin:0 0 5px 0;
	padding:0;
}
