#navigation {
	display: block;
	width: 270px;
	padding: 0px;
	margin-left: 0px;
	　　background-image: url(../image/common/Global_navBack.png);
	background-repeat: no-repeat;
	background-position: 6px -105px;
	background-image: url(../image/common/Global_navBack.png);
	margin-top: 0px;
}
#navigation ul {
	padding: 0px;
	width: 238px;
	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;
	background-image: url(../image/common/arrow_OFF.png);
	background-repeat: no-repeat;
	background-position: 200px center;
	padding-bottom: 25px;
	display: block;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #333;
	line-height: 1.2em;
	padding-top: 20px;
}
#navigation ul li a:hover {
	background-color: #FFF;
	background-image: url(../image/common/arrow_ON.png);
	background-repeat: no-repeat;
	background-position: 200px center;
	color: #900;
	text-decoration: none;
	width: 217px;
}
#navigation .hit a{
	background-color: #FFF;
	background-image: url(../image/common/arrow_ON.png);
	background-repeat: no-repeat;
	background-position: 200px center;
	color: #900;
	text-decoration: none;
	padding-right: 0px;
	width: 217px;
}

.banner {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 50px;
}
.banner img {
	margin-bottom: 20px;
	width: 190px;
}
.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;
}
