
@import "/library/default.css";

body {
	text-align:center;
}

/* ------------ */

div {
	display:inline-block;
	zoom:100%;
}

div:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

/* ------------ */

div#wrap {
	margin:auto;
	width:800px;
	text-align:left;
}

/* ------------ */

div#topics {
	margin:10px 0px 20px 0px;
}

div#topics h2 {
	margin:0px 0px 10px 0px;
	padding:10px 0px 7px 7px;
	background-color:#007bbb;
	font-size:17px;
	color:#ffffff;
}

div#topics ul {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

div#topics li {
	padding:0px 0px 7px 20px;
	background-image:url(../image/list_topics.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


/* ------------ */

div#attention {
	margin:0px 0px 20px 0px;
}

div#attention h3 {
	background-color:#c9171e;
	margin:0px 0px 10px 0px;
	padding:10px 0px 7px 7px;
	font-size:17px;
	color:#ffffff;
}

div#attention h4 {
	border-bottom:1px dotted #cccccc;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 5px;
	font-size:15px;
}

div#attention ul {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

div#attention li {
	padding:0px 0px 7px 20px;
	background-image:url(../image/list_attention.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color:#cc0000;
}

div#attention div#box_day {
	float:left;
	width:390px;
}

div#attention div#box_sale {
	float:right;
	width:390px;
}

div#attention div#box_sale p {
	text-align:center;
	margin:7px 50px 10px 0px;
}

div#attention blockquote {
	margin:0px 5px 0px 7px;
}

