
@import "/library/default.css";

body {
	text-align: center;
}

/* ------------ */

div {
	display:inline-block;
	zoom:100%;
}

div:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

/* ------------ */

div.wrap {
	width:800px;
	margin: auto;
	padding:15px 0px 0px 0px;
	text-align:left;
}

/* ------------ */

div#index {
	margin:0px 0px 10px 0px;
}

div#info {
	float:left;
	width:200px;
}

div#info img {
	margin:0px 0px 15px 0px;
}

/* ------------ */

div#cal {
	float:right;
	width:590px;
}

div#cal table {
	border-collapse:collapse;
	table-layout:fixed;
	width:590px;
	margin:0px;
	padding:0px;
}

div#cal h2 {
	text-align:left;
	margin:0px 0px 5px 0px;
	padding:10px 0px 7px 9px;
	background-color:#317400;
	border-bottom:1px solid #ffffff;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
}

div#cal th {
	border:1px solid #ffffff;
	padding:10px 5px 7px 5px;
	text-align:center;
	vertical-align:middle;
	color:#eeeeee;
}

div#cal th.sun {
	width:15%;
	background-color:#952424;
}

div#cal th.mon {
	width:15%;
	background-color:#4C9524;
}

div#cal th.tue {
	width:12%;
	background-color:#4C9524;
}

div#cal th.wed {
	width:12%;
	background-color:#4C9524;
}

div#cal th.thu {
	width:15%;
	background-color:#4C9524;
}

div#cal th.fri {
	width:15%;
	background-color:#4C9524;
}

div#cal th.sat {
	width:15%;
	background-color:#246995;
}

div#cal td {
	height:140px;
	border:1px solid #ffffff;
	padding:10px 5px 7px 5px;
	text-align:center;
	vertical-align:top;
	font-size:19px;
	line-height:140%;
	background-color:#F2F4E9;
}

div#cal td.event {
	background-color:#DFF77F;
}

div#cal ul {
	margin:3px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font-size:13px;
	line-height:140%;
	list-style:none;
}

div#cal li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 13px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url(../image/list_cal.gif);
}

/* ------------ */

div#path {
	margin:0px 0px 10px 0px;
}

div#path ul {
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:13px;
	line-height:140%;
	list-style:none;
}

div#path li {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 13px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url(../image/list_path.gif);
}

/* ------------ */

div#contents h2 {
	padding:10px 0px 7px 7px;
	margin:0px 0px 10px 0px;
	background-color:#246500;
	font-size:15px;
	color:#ffffff;
}

div#contents ul {
	margin:10px 0px 20px 10px;
	padding:0px;
	list-style: none;
}

div#contents li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	list-style: none;
	background-image: url(../image/list_topics.gif); 
	background-repeat:no-repeat;
	background-position:left top;
}

/* ------------ */

div#attention {
	text-align:left;
	margin:0px 0px 0px 0px;
}

#attention h2 {
	padding:10px 0px 7px 7px;
	margin:0px 0px 10px 0px;
	background-color:#D50000;
	font-size:15px;
	color:#eeeeee;
}

#attention ul {
	margin:0px 0px 20px 10px;
	padding:0px;
	list-style: none;
}

#attention li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	list-style: none;
	background-image: url(../image/list_attention.gif); 
	background-repeat:no-repeat;
	background-position:left top;
}
