
@import "/library/default.css";

body {
	text-align:center;
	background-color:#F4F2E8;
	background-image: url(../image/bg_body.jpg); 
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000000;
	color:#ffffff;
}

a:link { text-decoration:none; color:#FFF8D4; }
a:visited { text-decoration:none; color:#FFF8D4; }
a:active { text-decoration:none; color:#FFF8D4; }
a:hover { text-decoration:underline; color:#E60000; }

/* ------------ */

div.wrap {
	width:800px;
	margin:auto;
	text-align:left;
}

/* ------------ */

div#contents div#basic {
	float:left;
	width:300px;
}

div#contents div#main {
	float:right;
	width:490px;
}


/* ------------ */

div#contents div#main div#topics {
	margin:0px 0px 20px 0px;
}

div#contents div#main div#topics h2 {
	margin:0px 0px 10px 0px;
	padding:10px 0px 7px 7px;
	background-color:#333333;
	color:#ffffff;
	font-size:17px;
}

div#contents div#main div#topics ul {
	margin:0px;
	padding:0px;
	list-style: none;
}

div#contents div#main div#topics li {
	margin:0px 0px 0px 10px;
	padding:0px 0px 5px 17px;
	background-image: url(../image/list_topics.gif); 
	background-repeat:no-repeat;
	background-position:left top;
}

/* ------------ */

div#contents div#main div#attention h2 {
	margin:0px 0px 10px 0px;
	padding:10px 0px 7px 7px;
	background-color:#333333;
	color:#ffffff;
	font-size:17px;
}

div#contents div#main div#attention ul {
	margin:0px;
	padding:0px;
	list-style: none;
}

div#contents div#main div#attention li {
	margin:0px 0px 0px 10px;
	padding:0px 0px 5px 17px;
	background-image: url(../image/list_attention.gif); 
	background-repeat:no-repeat;
	background-position:left top;
}

/* ------------ */
