/*******************************************************************************************************************************/
/* ▼【サイド】▼*/
/*******************************************************************************************************************************/

#sidebar {
	float: left;
	width: 180px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: auto;

}

/*ページメニュー*/
/*▼【サイドメインメニュー】▼*/

#sidebar #menubox1 {
	height: auto;
	position: relative;
	padding-left: 15px;
	width: 180px;
	margin-right: 20px;
	list-style-type: none;
	top: -15px;
}

#sidebar #menubox1 li {
	position: relative;
	height: 75px;
	width: 180px;
	padding-bottom: 0px;
}

/*▼ IE7 ここから--------------------------------------------------------------------------------------------------------------*/
*:first-child+html #sidebar #menubox1 {
	height: auto;
	position: relative;
	padding-left: 0px;
	width: 180px;
	margin-right: 20px;
	list-style-type: none;
	top: 5px;
	left: -20px;
}

*:first-child+html #sidebar #menubox1 li {
	position: relative;
	height: 75px;
	width: 180px;
	_padding-bottom: 5px;
}

/*▲ IE7 ここまで--------------------------------------------------------------------------------------------------------------*/

/*▲【サイドメインメニュー】▲*/


/* ▲【サイドここまで】▲*/


/*******************************************************************************************************************************/
/* ▼【フッター】▼*/
/*******************************************************************************************************************************/

/*フッター全体*/
#footer {
	height: auto;
	position: relative;
	margin: 0px;
	width: auto;
	background-color:#993333;
	padding: 0px;
	left: 0px;
} 

/*フッターp*/
#footer p {
	margin:  0; 
	font-size: 10px;
	text-align:left;
	padding-top:10px;
	padding-left: 20px;
	padding-bottom:10px;
}

/*フッター会社詳細*/
/*フッター会社詳細(padding-left: 20px;)*/
#companylist {
	position: relative;
	width: auto;
	font-size: 12px;
	color:#FFF;
	height: auto;
	line-height: 18px;
	text-align: left;
	top: -10px;
	padding-left: 80px;
	padding-top: 10px;	
	background-image:url(../images/logo_mini.png);
	background-position:left;
	background-repeat:no-repeat;
	
}

/*copyright*/
#footer #copyright {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	position: relative;
	top: 0px;
	width: 950px;
	text-align: left;
	line-height: 16px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: auto;
}

#footer #pagewrap2 #footermenu .footer_b {
	position: relative;
	top: 2px;
	padding-left: 15px;
}


/*▲【フッターここまで】▲*/

#sidebar #menubox3 .count{
position: relative;
top: 10px;
font-size: 11px;
color: #666666;
}
