
@import "/library/default.css";

body {
	text-align:center;
}

div#wrap {
	width:950px;
	text-align:left;
	margin:auto;
}

/*------------------------*/

div#foot {
	width:950px !important;
}

/*------------------------*/

div#contents {
	display:block;
}

div#basic {
	display:block;
	float:left;
	width:300px;
}

div#info {
	display:block;
	float:right;
	width:640px;
}

div#info div#point {
	background-color:#faf7e6;
	border:2px solid #bba900;
	padding:10px;
	margin:0 0 10px 0;
}

div#info div#point table {
	table-layout:fixed;
	border-collapse:collapse;
}

div#info div#point th {
	width:15%;
	padding:7px 0 5px 0;
	border-bottom:1px dotted #cccccc;
	font-weight:normal;
	font-size:15px;
}

div#info div#point td {
	width:85%;
	padding:7px 0 5px 0;
	border-bottom:1px dotted #cccccc;
	font-weight:normal;
	font-size:15px;
}

div#info h2 {
	margin:0 0 7px 0;
	padding:0 0 0 5px;
	border-left:5px solid #cc0000;
	font-size:17px;
	color:#cc0000;
}

/*------------------------*/

div#cal {
	margin:0 0 10px 0;
}

div#cal h2 {
	margin:0 0 5px 0;
	padding:5px 0 3px 5px;
	background-color:#42577A;
	font-size:15px;
	color:#ffffff;
}

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;
}


