
@import "/library/default.css";

body {
	text-align:center;
}

div#wrap {
	width:950px;
	text-align:left;
	margin:auto;

}

/*------------------------*/

div#contents {
	margin:0 0 20px 0;
	padding:0 0 0 350px;
	background-image:url(../image/bg_contents.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:800px;
	_height:800px;
}

div#contents h2 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	font-size:15px;
	color:#ffffff;
	background-color:#D2C5B4;
}

div#contents h3 {
	margin:0 0 10px 0;
	padding:8px 0 6px 8px;
	font-size:13px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
}

div#contents ul {
	margin:0 0 0 20px;
	padding:0;
}

div#contents th {
	width:25%;
	border-bottom:1px dotted #cccccc;
	padding:7px 0 7px 0;
}

div#contents td {
	width:75%;
	border-bottom:1px dotted #cccccc;
	padding:7px 0 7px 0;
}

div#contents td th {
	width:30%;
	border:none;
	padding:0 0 5px 0;
}

div#contents td td {
	width:70%;
	border:none;
	padding:0 0 5px 0;
}

/*------------------------*/

div.mailform ul {
	margin:0 0 20px 20px !important;
	padding:0 !important;
}

div.mailform th {
	width:30% !important;
	padding:9px 0 8px 0 !important;
	border-bottom:1px dotted #999999 !important;
}

div.mailform td {
	width:70% !important;
	padding:9px 5px 8px 7px !important;
	border-bottom:1px dotted #999999 !important;
}

div.mailform div.submit {
	margin:0;
	padding:9px 0 8px 0;
	text-align:center;
}

/*------------------------*/

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;
}

}

/*------------------------*/

