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

/* ==========================基本設定========================== */

body{
	margin-top:0;
	margin-left:0;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	background-position: top;
	text-align: center;
	background-color: #FFFFFF;
	}

img{border:0;}
*{margin:0; padding:0;}
*{font-weight:normal; font-style:normal;}
*{font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;}

h1,h2,h3,h4,h5{font-size:100%; color:#000;}
h1 {
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #999999;
	padding-left: 5px;
	text-align: left;
}

hr{display: none;}
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 0px;
	height: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
a { text-decoration:none }
a:link {
	color:#0099FF;
}
a:visited {
	color:#6666CC;
}
a:hover {
	color:#FF9900;
}
a:active { color:#D7FA99; 
}

strong {
	font-weight: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.push01 {
	color: #FF3300;
}
.push02 {
	color: #FF6600;
	font-weight: bold;
}
.push03 {
	color: #3399FF;
	font-weight: bold;
}
.push04 {
	color: #FF6600;
	font-weight: bold;
}
.push05 {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.box01_contents a {
	font-weight: bold;
}
.box02_contents a {
	font-weight: bold;
}




#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#container h1 {
	font-size: 10px;
	color: #999999;
	margin-top: 2px;
	margin-bottom: 3px;
}

/*メニューボタン設定*/

#main_menu li {
	display: block;
	height: 40px;
	width: 158px;
	list-style-type: none;
	float: left;
	margin-right:1px;
}
#main_menu em {
	visibility: hidden;
	font-size: 9px;
}

#main_menu a {
	text-decoration: none;
	display: block;
	height: 40px;
	width: 158px;
}
#m01 {
	margin-left: 3px;
}
*html #m01 {margin-left: 1px;}


#main_menu  #m01 a {
	background-image: url(../img/button/m01.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m01 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m01_on.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m02 a {
	background-image: url(../img/button/m02.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m02 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m02_on.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m03 a {
	background-image: url(../img/button/m03.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m03 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m03_on.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m04 a {
	background-image: url(../img/button/m04.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m04 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m04_on.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m05 a {
	background-image: url(../img/button/m05.jpg);
	background-repeat: no-repeat;
}
#main_menu  #m05 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m05_on.jpg);
	background-repeat: no-repeat;
}
#info_banner {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#address {
	background-image: url(../img/address_bg.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
	text-align: left;
}

#address #name {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 580px;
	margin-bottom: 5px;
	padding-top: 12px;
}
#address address {
	line-height: 16px;
	color: #000000;
	margin-left: 580px;
}

#copyright {
	background-image: url(../img/copyright_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 15px;
}
#copyright address {
	color: #FFFFFF;
}
</pre></body></html>