
@import "/library/default.css";

body {
	text-align:center;
}

div#wrap {
	margin:auto;
	width:950px;
	text-align:left;
}

div#foot {
	width:950px;
}

/*------------------------------------*/

div#basic {
	float:left;
	width:300px;
}

div#info {
	float:right;
	width:640px;
}

/*-----------------------*/

div#cal {
	margin:20px 0 10px 0;
}

div#cal h2 {
	margin:0 0 5px 0;
	padding:5px 0 3px 5px;
	background-color:#eeeeee;
	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;
}
