
@import "/library/default.css";

body {
	text-align:center;
}

div#wrap {
	width:950px;
	text-align:left;
	margin:auto;
}

/*------------------------*/

div#foot {
	width:950px !important;
}

/*------------------------*/

div#basic {
	float:left;
	width:350px;
}

div#info {
	float:right;
	width:590px;
}

/*------------------------*/

div#cal {
	margin:0 0 10px 0;
}

div#cal h2 {
	margin:0 0 5px 0;
	padding:5px 0 3px 5px;
	background-color:#FF56C1;
	font-size:15px;
}

div#cal table {
	table-layout:fixed;
	border-collapse:collapse;
}

div#cal th {
	background-color:#F6F2E2;
	padding:6px 0 5px 0;
	text-align:center;
	border:1px dotted #cccccc;
	font-size:11px;
}

div#cal td {
	padding:6px 0 5px 0;
	text-align:center;
	border:1px dotted #cccccc;
	font-size:11px;
}

/*------------------------*/

#itemlist {
	margin-top:2em;
}
#itemlist h4 {
	margin:0 0 8px 0;
	padding:6px 0 4px 10px;
	background-color:#ffa2c0;
	font-size:13px;
	line-height:140%;
	color:#ffffff;
}

#itemlist ul {
	margin:0 0 15px 10px;
	padding:0;
	list-style:none;
}

#itemlist li {
	padding:0 0 5px 20px;
	background-image:url(../image/list_topics.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

