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

/* コンテンツ全体 */
div#contents{
	background-image:url(../image/leftmenu_background.png);
    overflow: hidden;  
    height: auto;  
    width: 830px;
}

/* メインコンテンツ(左) */
div#leftside{
	float:left;
	width:220px;
	height:auto;
}
	#leftside #menu{
		padding:0px;
	}
	#leftside #menu #top{
		width:220px;
		padding-bottom:0px;
		margin-bottom:0px;
		font-size:medium;
		text-align:center;
		padding-top:25px;
		padding-right:8px;
		background-color:#fff;
		background-image:url(../image/companyinfo/companyinfo_top.png);
		background-repeat: no-repeat;
		height:43px;
	}
	#leftside #menu #top a{
		display: block;
		color:#898989;
		margin-top:-25px;
		margin-right:8px;
		padding:25px 0px;
	}
	#leftside #menu #top a:hover{
		color:#fff;
		background-image:url(../image/companyinfo/companyinfo_top_select.png);
		background-repeat: no-repeat;
	}
	#leftside #menu ul{
		margin-top:-1px;
		padding:6px 7px 10px 0px;
	}
	#leftside #menu li{
		text-align:center;
		margin-top:6px;
		padding-top:4px;
		padding-left:20px;
		width:198px;
		height:24px;
		font-size:small;
		list-style: none;
		background-image:url(../image/companyinfo/menu_back.png);
		color:#727171;
	}
	#leftside #menu li a{
		display: block;
		color:#898989;
		width:198px;
		height:24px;
		padding-top:2px;
		padding-bottom:5px;
		margin-left:-20px;
		padding-left:20px;
	}
	#leftside #menu li a:hover { color: #ffffff;
		background-image:url(../image/companyinfo/menu_back_select.png);
		background-repeat: repeat;
		margin-top:-4px;
		padding-top:7px;
			padding-left:20px;
		height:17px;
	}