@charset "utf-8";
/* CSS Document */




/*左メニュー部分*/	




#left{
	padding-top:100px;
	width:150px;
	height:auto;
	float:left;
	display:inline;
	padding-bottom:50px;
}






/*通常時の左メニューのリスト部分---------------*/







/*シンプルリスト
まるアイコン無し---------------*/


.Lmenu_simple{
	width:135px;
	padding-bottom:0px;
	padding-top:0px;
	list-style:none;
	font-size:10px;
	padding-left:15px;
}








/*シンプルリスト
各グッズのボタン用---------------*/


.Lmenu_simple02{
	background-image:url(../image/project_menu/p_goods_b.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:150px;
	height:25px;
	list-style:none;
	font-size:10px;
	text-indent:21px;
	letter-spacing:0.0em;
	line-height:20px;
	
}



/*各グッズボタンの文字設定---------------*/

.Lmenu_simple02 a{
color:#FFF;
}


.Lmenu_simple02 a:visited{
color:#FFF;
}


.Lmenu_simple02 a:hover{
	color:#00643d;
	letter-spacing:0em;
}



/*リスト
まるアイコン有り---------------*/


.Lmenu{
	width:150px;
	padding-bottom:5px;
	padding-top:5px;
	list-style:none;
	font-size:10px;

}





/*リスト
目次（小）---------------*/


.Lmenu_little{
	width:150px;
	padding-bottom:3px;
	padding-top:0px;
	padding-left:15px;
	list-style:none;
	font-size:10px;
}




/*リスト
目次（小）閲覧時---------------*/


.Lmenu_little_watch{
	width:150px;
	padding-bottom:3px;
	padding-top:0px;
	padding-left:15px;
	list-style:none;
	font-size:10px;
	font-weight:bold;
	color:#00643d;
	letter-spacing:0.0em;
}



.Lmenu_little_watch a{
	color:#00643d;
}


.Lmenu_little_watch a:visited{
color:#00643d;
}







/*閲覧時の左メニューのリスト（太字＋グリーン）---------------*/


.Lmenu_watch{
	width:150px;
	padding-bottom:5px;
	padding-top:5px;
	list-style:none;
	font-size:10px;
	font-weight:bold;
	color:#00643d;
	letter-spacing:0.0em;
}





.Lmenu_watch a{
	color:#00643d;
}


.Lmenu_watch a:visited{
color:#00643d;
}


.Lmenu_watch a:hover{
	color:#d98002;
	letter-spacing:0em;
	
}





/*左メニューリスト記号とテキストの間隔*/


.Lmenu img{
	padding-right:3px;	
}



/*閲覧時の左メニューリスト記号とテキストとの間隔*/


.Lmenu_watch img{
	padding-right:3px;	
}





/*左メニューシンプルにいれた画像*/

.Lmenu_simple img{
	padding-top:15px;
	
}



/*左メニュー部分の背景---------------*/


.Lmenu_back{
	width:150px;
	padding-top:25px;
	padding-bottom:0px;
	background-image:url(../image/left_menu/L_menu_long.jpg);
	background-repeat:no-repeat;
	
}



.menu_foot{
	margin-bottom:15px;
}



