
@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;
	padding:15px 0px 0px 0px;
	text-align:left;
}

/* ------------ */

div#topics {
	margin:0px 0px 15px 0px;
}

#topics ul {
	margin:0px 0px 25px 0px;
	padding:0px;
	list-style:none;
}

#topics li {
	margin:0px 0px 0px 10px;
	padding:0px 0px 5px 20px;
	list-style: none;
	background-image: url(../image/list_topics.gif); 
	background-repeat:no-repeat;
	background-position:left top;
}

#topics h2 {
	margin:0px 0px 10px 0px;
	padding:10px 0px 7px 9px;
	font-size:15px;
	background-color:#FFF0A9;
	border-top:1px solid #F6CB00;
	border-bottom:1px solid #F6CB00;
}

div#day3 {
	float:left;
	width:395px;
	text-align:left;
}

div#day4 {
	float:right;
	width:395px;
	text-align:left;
}

/* ------------ */

div#attention {
	text-align:left;
	margin:0px 0px 0px 0px;
}

#attention h2 {
	padding:10px 0px 7px 7px;
	margin:0px 0px 10px 0px;
	background-color:#D50000;
	font-size:15px;
	color:#eeeeee;
}

#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;
}
