#navigation {
	display: block;
	width: 223px;
	padding: 0px;
	margin-left: 0px;
	background-image: url(../image/common/G-nav_back.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	height: 700px;
}
#navigation ul {
	padding: 0px;
	width: 223px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 20px;
	padding-bottom: 25px;
	display: block;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #FFF;
	line-height: 1.2em;
	margin-left: 7px;
}
#navigation ul li a:hover {
	background-image: url(../image/common/hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	text-decoration: none;
}
#navigation .hit a{
	background-image: url(../image/common/hit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	text-decoration: none;
	padding-right: 0px;
	width: 200px;
	margin-left: 6px;
}
.sub_nav {
	width: 230px;
	margin-left: 0px;
	display: block;
}
.sub_nav ul {
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style-type: none;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.sub_nav li  {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.sub_nav li a  {
	display: block;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	background-image: url(../image/common/arrow_OFF.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
	text-decoration: none;
}
.sub_nav li a:hover {
	background-color: #5BCB9C;
	background-image: url(../image/common/arrow_ON.png);
	color: #000;
	background-position: 180px center;
}
.sub_nav .hit a {
	background-color: #5BCB9C;
	background-image: url(../image/common/arrow_ON.png);
	color: #000;
	background-position: 180px center;
}

.banner {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	display: block;
}
.banner img {
	margin-bottom: 20px;
	margin-right: 14px;
	margin-left: 5px;
}

.second-banner {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
}
.second-banner img {
	margin-bottom: 20px;
	margin-right: 14px;
	margin-left: 5px;
}
