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

#sidebar {
	float: left;
	width: 210px;
	position: relative;
	height: auto;
	background-color: #006555;
	margin: 0px;
	padding-bottom: 200px;

}



/*ページメニュー*/
/*▼【サイドメインメニュー】▼*/
#sidebar #menubox1 {
	height: auto;
	position: relative;
	padding-left: 10px;
	_padding-left: 0px;
	width: 200px;
	margin-right: 0px;
	_margin-right: 0px;
	list-style-type: none;
	top: 0px;
	_top:10px;
	_left:-15px;
	
	
}

#sidebar #menubox1 li {
	position: relative;
	height: 35px;
	width: 190px;
}

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

*:first-child+html #sidebar #menubox1 li {
	position: relative;
	height: 35px;
	width: 190px;
}

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

/*******************************************************************************************************************************/

#sidebar #menubox2 {
	height: auto;
	position: relative;
	padding-left: 10px;
	_padding-left: 0px;
	width: 200px;
	margin-right: 0px;
	_margin-right: 0px;
	list-style-type: none;
	top: 0px;
	_top: 0px;
	_left:-15px;
	
	
}

#sidebar #menubox2 li {
	position: relative;
	height: 150px;
	width: 190px;
	padding-bottom: 5px;
}

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

*:first-child+html #sidebar #menubox2 li {
	position: relative;
	height: auto;
	width: 190px;
	padding-bottom: 0px;
}

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

/*******************************************************************************************************************************/

#sidebar #menubox3 {
	height: auto;
	position: relative;
	padding-left: 10px;
	_padding-left: 0px;
	width: 200px;
	margin-right: 0px;
	_margin-right: 0px;
	list-style-type: none;
	top: 0px;
	_top: 0px;
	_left:-15px;
	
	
}

#sidebar #menubox3 li {
	position: relative;
	height: auto;
	width: 190px;
	padding-bottom: 5px;
}

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

*:first-child+html #sidebar #menubox3 li {
	position: relative;
	height: auto;
	width: 190px;
	padding-bottom: 5px;
}

/*▲ IE7 ここまで------
/*▲【サイドメインメニュー】▲*/


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


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

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


/*フッターメニュー*/
#footer #pagewrap2 #footermenu {
	font-size: 12px;
	position: relative;
	width: auto;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	color: #FFFFFF;
	padding-top: 10px;
	
}

/*フッター会社詳細*/
#companylist {
	position: relative;
	width: auto;
	font-size: 12px;
	color: #666666;
	height: auto;
	line-height: 18px;
	text-align: left;
	top: -10px;
	padding-left: 20px;
	padding-top: 10px;
}

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

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


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