
@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#contents {
	margin:0px 0px 10px 0px;
	width:800px;
}

/* ------------ */

div#intro {
	width:300px;
	float:left;
}

#intro h2 {
	margin:10px 0px 10px 0px;
	background-color:#393f4c;
	padding:9px 0px 7px 7px;
	font-size:15px;
	color:#ffffff;
}

#intro ul {
	margin:0px 0px 0px 20px;
	padding:0px;
}

/* ------------ */

div#topics {
	width:490px;
	float:right;
}

#topics p {
	background-color:#e6eae3;
	padding:20px;
	border:1px solid #d4dcd6;
	color:#333333;
	margin:0px 0px 20px 0px;
}

#topics h3 {
	margin:0px 0px 10px 0px;
	padding:9px 0px 7px 7px;
	background-color:#53727d;
	font-size:15px;
	color:#ffffff;
}

#topics ul {
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style:none;
}

#topics li {
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style:none;
	background-image:url(../image/list_topics.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div#attention {
	margin:15px 0px 0px 0px;
}

#attention ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#attention li {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 20px;
	list-style:none;
	background-image:url(../image/list_attention.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
