
@import "/library/default.css";

body {
	text-align:center;

}

div#wrap {
	margin:auto;
	width:950px;
	text-align:left;
}

#tanto {
	text-align:right;
	margin:0;
}

/*------------------------------------*/

div#basic {
	float:left;
	width:300px;
}

div#basic h3 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	background-color:#ee7800;
	color:#ffffff;
	font-size:15px;
}

div#basic ul {
	margin:0 0 0 20px;
	padding:0;
}

div#basic ul li {
	margin:0 0 5px 0;
}

div#basic table {
	border-collapse:collapse;
}

div#basic th {
	width:30%;
	padding:5px 0 3px 0;
	border-bottom:1px dotted #cccccc;
}

div#basic td {
	width:70%;
	padding:5px 0 3px 0;
	border-bottom:1px dotted #cccccc;
}

/*------------------------------------*/

div#info {
	float:right;
	width:640px;
}

div#info em {
	font-style:normal;
	color:#FF6920;
}

/*------------------------------------*/


div#mailform {
	background-color:#F6E3D0;
	padding:10px;
	margin:0 0 10px 0;
}

div#mailform table {
	table-layout:fixed;
	border-collapse:collapse;
}

div#mailform th {
	width:35%;
	border-bottom:1px dotted #333333;
	padding:7px 0 5px 0;
	color:#666666;
}

div#mailform td {
	width:65%;
	border-bottom:1px dotted #333333;
	padding:7px 0 5px 0;
}

div#mailform h3 {
	margin:0 0 10px 0;
	padding:8px 0 6px 8px;
	background-color:#F89836;
	font-size:15px;
	color:#ffffff;
}

div#mailform div#submit {
	text-align:center;
	background-color:#F8BF84;
	padding:10px;
	margin:10px 0 0 0;
}


/*------------------------------------*/

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;
}
