<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/***** トップページ専用 *****/

/***** 右側 *****/
#rightbox{
	padding : 30px 0 10px;
}

#tel{
	background : #000000;
	text-align : right;
	font-size : 12px;
	color : #FFFFFF;
}


/***** フッター *****/
#footer{
	color : #FFFFFF;
}
#footer .foot{
	background : #E35513;
	_height : 20px;
}
*:first-child+html #footer .foot{
	height : 55px;
}
#footer .foot .company{
	float : left;
	width : 450px;
}
#footer .foot .company p{
	text-align : left;
	padding : 25px 0 0 15px;
}
#footer .foot .company p a{
	color : #FFFFFF;
}
#footer .foot .copyright{
	float : right;
	width : 450px;
}
#footer .foot .copyright address{
	padding : 30px 15px 0 0;
	text-align : right;
	font-weight : bold;
	color : #FFFFFF;
}</pre></body></html>