<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------ヘッダー---------*/
div#headerbox02 {
	width: 750px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height:83px;
}

div#header_left_en {
	margin: 0px 0px 0px 7px;
	text-align: left;
	float:left;
	height:30px;
}

div#header_en02 {
	padding:1px 5px 0px 0px;
	text-align: right;
	height:0px;
}

/*---------top面 タイトルバー---------*/
ul.top_bar{
	width:750px;
	height: 64px;
	margin : 0px;
	padding : 0px;
	clear: both;
	float: none;
}
li.top_bar_left{
	background-image:url(../en/images/bg_top_left_en.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:2px;
	height:64px;
	margin:10px 0px 0px 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	font-size:1px;
}
li.top_bar_center{
	background-image:url(../en/images/bg_top_center_en.gif);
	background-repeat:repeat-x;
	background-position:center;
	width:736px;
	height:64px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	float: left;
	list-style-type: none;
	font-size:15px;
	font-weight:normal;
}
li.cont_right{
	background-image:url(../en/images/bg_top_right_en.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:2px;
	height:64px;
	margin:10px 0px 0px 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	font-size:1px;
}

/*---------中面 タイトルバー左用---------*/
.title_bar_naka_en {
	background-image: url(../images/title_bar_b.gif);
	height:52px;
	background-repeat: no-repeat;
	color:#000000;
	font-weight:bold;
	padding: 15px 0px 0px 25px;
	font-size:medium;
}

/*---------中面 タイトルバー長い---------*/
.title_bar_long_naka {
	background-image: url(../images/title_bar_b_long.gif);
	height:52px;
	background-repeat: no-repeat;
	color:#000000;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 0px 25px;
	font-size:medium;
	text-align:left;
}

.top_bar_center02{
	padding:20px 0px 0px 0px;
}

.tb_en{
	width:735px;
	margin:0px 0px 0px 30px;
}</pre></body></html>