/* Top, Information */
#top table,
#information table { margin: 0px auto;}

#top th,
#top td,
#information th,
#information td {
	text-align: left;
	vertical-align: top;
}

#top th,
#information th { width: 100px;}

#top th span,
#information th span {
	padding: 7px;
	color: #ffffff;
	background: #fd6500;
}

#top td,
#information td {
	width: 680px;
	padding-bottom: 40px;
}

#top td strong,
#information td strong {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cdccc1;
	color: #643200;
}

#top table #information_list { text-align: right;}

#top table #information_list img {
	display: inline;
	vertical-align: middle;
}

#information img { margin-bottom: 30px;}





/* Menu */
#menu h1 {
	width: 200px;
	margin: 30px auto;
	padding-bottom: 30px;
	background: url(images/bg-menu-shadow.jpg) no-repeat bottom;
}

#menu h1 img {
	display: block;
	margin: 0 auto;
}

#menu table {
	width: 200px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(images/bg-menu-shadow.jpg) no-repeat bottom;
}





/* Guide */
#guide_top dl {
	width: 80%;
	margin: 0 auto;
}

#guide_top dt,
#guide_top dd { float: left;}

#guide_top dd span { font-size: 85%;}

#guide_top a.banner {
	display: block;
	width: 176px;
	margin-top: 10px;
	border: 2px solid #aaaaaa;
}

#guide_top a.banner:hover {
	border: 2px solid #666666;
}





/* Point */
#point01 table,
#point01 ol {
	max-width: 700px;
	margin: 0 auto;
}



/*===== ■*.Clear Fix  =====*/
#guide_top dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}