#contents{
	padding-left: 0;
	padding-right: 0;
}
h2{
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	vertical-align: text-bottom;
}
/* notice ------------------------------------------------------------------- */
#notice{
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px double #ccc;
}
#notice h3{
	padding: 0.2em;
	color: #333;
	text-indent: 10px;
	font-size: 110%;
	background: #efefef;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
#notice p{
	padding: 1.0em;
}
/* g1_policy_list ----------------------------------------------------------- */
#policybox{
	padding-left: 20px;
	padding-right: 20px;
}
h3#g1_policy{
	margin-top: 2.0em;
}
#g1_policy_list{
	padding: 2.0em;
	padding-top: 1.0em;
	line-height: 2.0;
}
#g1_policy_list li{
	padding-left: 2.0em;
	text-indent: -1.0em;
}
#gs_and_park{
	display: none;
}
/* table_of_charges --------------------------------------------------------- */
#table_of_charges_note{
	color: #c00;
	line-height: 2.0em;
	text-align: right;
}
table#table_of_charges {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #996;
	font: normal 100%/140% verdana, arial, helvetica, sans-serif;
	color: #333;
	background: #fffff0;
}
#table_of_charges caption {
	padding: 0;
	padding-bottom: 10px;
	text-align: left;
}
#table_of_charges td,
#table_of_charges th {
	border: 1px solid #cc9;
	padding: 0.3em;
}
#table_of_charges thead th,
#table_of_charges tfoot th {
	border: 1px solid #cc9;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #444;
	background: #dbd9c0;
}
#table_of_charges tbody th,
#table_of_charges tbody td {
	vertical-align: top;
	text-align: left;
}
#table_of_charges tfoot td {
	border: 1px solid #996;
}
#table_of_charges .odd {
	color: #333;
	background: #f7f5dc;
}
#table_of_charges tbody tr:hover {
	color: #333;
	background: #fff;
}
#table_of_charges tbody tr:hover th,
#table_of_charges tbody tr.odd:hover th {
	color: #333;
	background: #ddd59b;
}
