@charset "UTF-8";
/* CSS Document */

#other #contents {
	line-height:1.7em;
}
#other h3 {
	margin-bottom:30px;
}
#other h4 {
	color:#8fba03;
	font-size:115%;
	font-weight:bold;
	margin-bottom:10px;
}
#other #contents p {
	margin-left:20px;
}
#other ul.number {
	margin-left:20px;
	padding-left:20px;
}
#other ul.number li {
	list-style:decimal;
}
#other ul.dotlist {
	margin-left:20px;
	padding-left:20px;
}
#other ul.dotlist li {
	list-style: disc;
}

#other .subBox {
	background-color:#f3f3f3;
	padding:30px;
}

#other .subBox table.bonus {
	float:right;
	width:460px;
	margin-left:30px;
	background-color:#fff;
}

#other .subBox table.bonus th {
	text-align:center;
	padding:5px;
	background-color:#8fba03;
	color:#fff;
	font-weight:bold;
}
#other .subBox table.bonus th.sub {
	background-color:#e7efc5;
	color:#555;
	font-weight:normal;
}
#other .subBox table.bonus td {
	text-align:center;
	padding:5px;
}


#other table.download {
	width:460px;
	margin:0 auto 40px;
}

#other table.download td {
	text-align:center;
	padding:3px;
	background-color:#fff;
}

#other #sitemap_tbl th {
	padding:20px;
	vertical-align:top;
	white-space:nowrap;
	width:25%;
	border-bottom:dotted 1px #bcd668;
}
#other #sitemap_tbl th a {
	text-decoration:none;
	padding:0 0 0 20px;
	font-weight:bold;
	font-size:115%;
	background:url(../images/arrow_l.gif) no-repeat 0 0;
}

#other #sitemap_tbl td {
	padding:20px;
	vertical-align:top;
	width:75%;
	border-bottom:dotted 1px #bcd668;
}
#other #sitemap_tbl td a {
	text-decoration:none;
	color:#555;
}
#other #sitemap_tbl td a:hover {
	text-decoration:underline;
	color:#669900;
}