/**********************************
* 左メニュー（leftnavi）
**********************************/
/* 画面メインフレーム */
#leftnavi {
	position: relative;
	margin-top:40px;
	width: 750px;
	top:-10px;
	height:500px;
}
/*--------------------------< IE4〜6用 > */
#leftnavi {
	_width: 780px;
	_margin-top:0px;
	_top:0px;
	_height:450px;
}
/*--------------------------< IE7用 > */
*:first-child+html  #leftnavi{
	width: 780px;
	height:490px;
	margin-top:0px;
}
/*--------------------------< IE8用 > */
html>/**/body #leftnavi{
	top:0px\9;
}
/*--------------------------< Opera用 > */
#leftnavi:not(\*|*) { 
	top:-5px;
}

/******************************
* メニュー裏画像
*******************************/
#baseLeft {
	position:relative;
	float: left;
}
#baseLeft img{
	vertical-align: left;
}

/******************************
* ベース上に乗るメニュー
******************************/
#menuLeft {
	position:absolute;
	top:-27px;
	left:2px;

	margin:0px;
	margin-top:30px;

}
/*--------------------------< IE4〜6用 > */
#menuLeft {
	_left:18px;
}
/*--------------------------< IE7用 > */
*:first-child+html  #menuLeft{
	left:18px;
}

#menuLeft img {
	vertical-align: top;
}

#menuLeft li{
	list-style-position:outside;
}

/******************************
*ベース上に乗るメニュー(サブ)
******************************/
#menuLeftSub {
	position:absolute;
	float: left;

	top:400px;
	left:26px;



}
#menuLeftSub li{
	list-style-position:outside;
}
#menuLeftSub p{
	text-align:left;
}

/***リンクされた文字***/
#menuLeftSub a{
	color:#00008B;
	text-decoration:none;
}
/***未訪問のリンク***/
#menuLeftSub a:link{
	color:#00008B;
	text-decoration:none;
}
/***訪問後のリンク***/
#menuLeftSub a:visited{
	color:#00008B;
	text-decoration:none;
}
/***マウスを乗せたとき***/
#menuLeftSub a:hover{
	color:#00008B;
	text-decoration:underline;
}
/***クリックしたとき***/
#menuLeftSub a:active{
	color:#00008B;
	text-decoration:underline;
}


