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


/* index.html */
#indexTitle{
	background-image:url(../../order/img/index_title.jpg);
	background-repeat:no-repeat;
	width:570px;
	height:55px;
	font-size:1px;
	text-indent:-9999px;
	margin:0px 0px 27px 0px;
}

#indexContentsBox{
	width:550px;
	margin:0px 0px 30px 10px;
}

#indexTableBox{
	background-color:#666;
	width:560px;
	margin:0px 0px 30px 5px;
}

#indexTableBox h5{
	background-color:#FFF;
}

#indexTable th{
	background-color:#F9F9F9;
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:150%;
	text-align:left;
	vertical-align:top;
}

#indexTable td{
	background-color:#FFF;
	font-size:12px;
	color:#333;
	line-height:150%;
}

#indexTable td a{
	text-decoration:none;
}

#indexTable td a:hover{
	text-decoration:underline;
}

#indexSubtitle01{
	background-image:url(../../order/img/index_subtitle.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:25px;
	font-size:1px;
	text-indent:-9999px;
	margin:10px auto 0px auto;
}

#indexSubtitle02{
	background-image:url(../../order/img/index_subtitle02.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:25px;
	font-size:1px;
	text-indent:-9999px;
	margin:25px auto 0px auto;
}

.companyContentsBox{
	width:520px;
	margin:20px 0px 30px 25px;
}

#indexMapBox{
	width:326px;
	margin:0px 0px 20px 0px;
}



</pre></body></html>