#page #main #leftContent {
	float: left;
	width: 520px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}

#page #main #rightContent {
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-right: 20px;
}

/* ナビゲーション関連 */
#page #main #navi {
	width: 198px;
	height: 337px;
	float: left;
	background-color: #EBEDEC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#page #main #topImage {
	float: right;
	width: 580px;
}

ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:165%;
	width:198px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
}
ul.vert-one li{
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#000000;
	width:178px;
	background-color: #EBEDEC;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}

ul.vert-one li a:hover{
	background-color: #FFCC00;
	background-image: url(../images/common/navi/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background-color: #884F89;
	background-image: url(../images/common/navi/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/common/bg.gif);
}
