<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 */



/* all style
------------------------------------------ */


/* header
------------------------------------------ */
#header{
	width:100%;
	height:111px;
	border-top:5px solid #333333;
	border-bottom:1px solid #e3e3e3;
}

.header_box{
	width:980px;
	height:111px;
	margin:auto;
}

.header_logo_box{
	float:left;
	display:inline;
}

.header_contact_box{
	float:right;
	display:inline;
	width:202px;
	height:76px;
	margin-top:17px;
}


/* hover */
/*
.header_contact_box a{
	display:block;
}

.header_contact_box a:hover{
	background:url(../image/header_contact_btn_hover.png) no-repeat;
}

.header_contact_box a:hover img{
	visibility:hidden;
}
*/


/* body
------------------------------------------ */


/* footer
------------------------------------------ */
</pre></body></html>