
@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 {
	width:800px;
	margin:auto;
	text-align:left;
}

em {
	background-color:#316300;
	color:#ffffff;
	padding:20px;
	margin:0px 0px 10px 0px;
	display:block;
	font-style:normal;
}

/* ------------ */

#main div.topics {
	float:right;
	width:360px;
	text-align:letf;
}

#main div.image {
	float:left;
	width:428px;
}

#main h2 {
	margin:0px 0px 15px 0px;
	padding:10px 0px 7px 7px;
	background-color:#FF3600;
	color:#ffffff;
	font-size:15px;
}

#main h3 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 7px 7px;
	border-bottom:1px dotted #cccccc;
	color:#cc0000;
	font-size:13px;
}

#main ul {
	margin:10px 0px 20px 10px;
	padding:0px;
	list-style: none;
}

#main li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	list-style: none;
	background-image: url(../image/list_topics.gif); 
	background-repeat:no-repeat;
	background-position:left top;
}

/* ------------ */

div#attention {
	text-align:left;
	margin:0px 0px 0px 0px;
}

#attention h2 {
	padding:10px 0px 7px 7px;
	margin:5px 0px 10px 0px;
	background-color:#FFB400;
	font-size:15px;
	color:#ffffff;
}

#attention h3 {
	padding:0px 0px 7px 7px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #D50000;
	font-size:15px;
	color:#D50000;
}

#attention ul {
	margin:0px 0px 20px 10px;
	padding:0px;
	list-style: none;
}

#attention li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	list-style: none;
	background-image: url(../image/list_attention.gif); 
	background-repeat:no-repeat;
	background-position:left top;
}

/* ------------ */

div#trash {
	margin:0px;
}

#trash h2 {
	padding:10px 0px 7px 7px;
	margin:5px 0px 10px 0px;
	background-color:#610007;
	font-size:15px;
	color:#ffffff;
}

#trash img {
	float:left;
}

#trash p {
	float:right;
	width:210px;
}

#trash strong {
	display:block;
	margin:10px 0px 0px 0px;
	text-align:right;
}