
@import "/library/default.css";

body {
	text-align:center;
}

div#wrap {
	width:950px;
	text-align:left;
	margin:auto;

}

/*------------------------*/

div#contents {
	margin:0 0 20px 0;
}

div#basic {
	float:left;
	width:300px;
}

div#info {
	float:right;
	width:640px;
}

div#info div#entry {
	margin:0 0 20px 0;
}

div#info h2 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	font-size:13px;
	color:#ffffff;
	background-color:#659F00;
}

div#info div#gaiyo {
	margin:0 0 20px 0;
	border:1px dotted #cccccc;
	padding:15px;
}

div#info div#gaiyo table th {
	width:30%;
	padding:7px 0 5px 0;
	border-bottom:1px dotted #cccccc;
}

div#info div#gaiyo table td {
	width:70%;
	padding:7px 0 5px 0;
	border-bottom:1px dotted #cccccc;
}
/*------------------------*/

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;
}

}
