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


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;	/*全体の文字色*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);	/*斜線の壁紙設定*/
	background-repeat: repeat-x;
	background-position: top;
}

body#top {
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #00CDFF;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;	/*HPの幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（サイト名ロゴが入っているボックス）
---------------------------------------------------------------------------*/
#header {
	height: 100px;	
	width: 100%;
	position: relative;
}

#header h1 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;	
	position: absolute;
	right: 10px;
	line-height: 30px;
}

#header #logo {
	position: absolute;
	left: 0px;
	top: 30px;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu img {
	vertical-align: bottom;
}
ul#menu li {
	float: left;
}



/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	background-color: #ffffff;
}



/*メインコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 1000px;
	float: left;
	display: inline;
	margin-left: 2px;
	padding-bottom: 20px;
}

#main h2 {
	font-size: 110%;
	border-bottom: 4px solid #10395E;
	color: #10395E;
	margin-top: 10px;
}
#main h2.red {
	font-size: 110%;
	border-bottom: 4px solid #510000;
	color: #510000;
	margin-top: 10px;
}
#main h2.newh2 {
	font-size: 100%;
	border-bottom: 4px solid #006000;
	color: #006000;
}

#main p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pankuzu {
	padding-bottom: 0.5em;
	font-size: 85%;
}





/*フッター（コピーライトなどが入っている最下部のボックス）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #10395E;
	line-height: 60px;
}
#footer a {
	color: #FFFFFF;
}
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*トップページのWhat's New欄
---------------------------------------------------------------------------*/
#main dl.new {
	height: 120px;
	overflow: auto;
}

#main dl.new dt {
	font-weight: bold;
	float: left;
	line-height: 30px;
}

#main dl.new dd {
	border-bottom: 1px solid #999999;
	padding-left: 8em;
	line-height: 30px;
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 688px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #002637;
}

.ta1 td, .ta1 th{
	padding: 10px;/
}

.ta1 th{
	background-color: #fafafa;
	width: 80px;
	text-align: center;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #00496A;
	color: #FFFFFF;
}



/*左右のブロック内にある各ボックス（グレーの枠線が入った白い箱）
---------------------------------------------------------------------------*/
.box {
	background-color: #FFFFFF;
	padding: 25px;
}



/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #FF0000;
}

.look {
	background-color: #ebebeb;
}

.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}
</pre></body></html>