@charset "utf-8";

#header {
	width: 900px;
	height: 270	px;
	position: relative;
	top: 0;
	left: 0;
}

#header #top {
	height: 15px;
}

#header ul {
	text-align: right;
	padding-top: 5px;
}

#header ul li {
	float: right;
	padding-right: 10px;
}

#header ul li img.sitemap {
	width: 58px;
}

#header ul li img {
	width: 67px;
}

#header #logo {
	width: 295px;
	height: 84px;
	position: absolute;
	top: 0;
	left: 20px;
}

#header #image {
	clear: right;
	margin-top: 5px;
	width: 900px;
	height: 250px;
}

#main {
	background: url("../image/bg_contents.gif") repeat-x;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#main_contents {
	width: 860px;
	margin: 0 auto;
}

#main_contents h2 {
	width: 860px;
	height: 30px;
}

.contents {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}

.contents ul {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
}

.contents ul li.bold {
	font-weight: 700;
}

.contents ul li {
	background: url("../image/icon_3point.gif") 0 3px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
}

.contents ul li a {
	text-decoration: none;
}

.contents ul li.last_list {
	padding-bottom: 10px;
}


.contents dl {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.contents dt {
	background: url("../image/icon_day.gif") 0 2px no-repeat;
	padding-left: 12px;
	font-weight: 700;
	border-bottom: 1px solid #444;
	width: 80px;
	margin-bottom: 4px;
}

.contents dd {
	background: url("../image/icon_arrow.gif") 0 3px no-repeat;
	margin-left: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #444;
	margin-right: 20px;
	margin-bottom: 7px;
}

.contents p.right {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}

.contents p.right a {
	text-decoration: none;
}

/*----- important -----*/

#important {
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	padding: 10px;
}
#important h2 {
	color: #F00;
	font-size: 16px;
}
#important .catch { font-weight: bold; }
#important .data { text-align: right; }
#important h3 {
	font-size: 12px;
	margin: 5px 0;