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

/*=======================
	common css
========================*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 78%;
	color: #333333;
	line-height: 1.4;
}
img {
	border-width: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.navi a:link,
#content a:link {
	color: #111184;
	text-decoration: underline;
}
.navi a:visited,
#content a:visited {
	color: #0033cc;
	text-decoration: underline;
}
.navi a:active, a:hover,
#content a:active, a:hover {
	color: #FF3300;
	text-decoration: underline;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input, textarea {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: normal;
	padding: 2px;
}
table {
	empty-cells:show;
	border-collapse:collapse;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.content:after, .inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.content, .inner {
	min-height: 1px;
}
* html .content, * html .inner {
	height: 1px;
}
/*------------------------------------------------------------------------
ボディ部設定 contents_body
-------------------------------------------------------------------------*/
div.contents_body {
	background-attachment: scroll;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	width: 970px;
	position: relative;
}
/*------------------------------------------------------------------------
ヘッダ header
-------------------------------------------------------------------------*/
#header {
	background:url("../images/menu_h_bg.gif") no-repeat scroll left bottom transparent;
	height:47px;
	margin:0 1px;
	padding-left:15px;
}
/*------------------------------------------------------------------------
ナビゲーション
-------------------------------------------------------------------------*/
/* 全体コンテンツフレーム */
html*div.contents_inner {
	letter-spacing:0px;
}
*html div.contents_inner {
	letter-spacing:1px;
}
*:first-child+html div.contents_inner {
	letter-spacing:1px;
}
div.navi {
	padding: 5px 0px 0px 10px;
	clear:both;
}
div.navi .pankuzu /* メニュー */ {
	font-size: 11px;
	text-align: left;
	clear: both;
	float: left;
}
div.navi ul.menulist {
	float: right;
}
div.navi ul.menulist li {
	float: left;
	background: url(../images/arrow03.gif) no-repeat left center;
	padding-left: 8px;
	margin-right: 10px;
}
div.pagetop {
	font-size: 11px;
	text-align: right;
	padding: 10px 5px 20px;
	clear: both;
}
</pre></body></html>