body {
	background-color:#000000;
	font-family: Osaka, Verdana, Arial, Helvetica,; sans-serif;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	scrollbar-base-color:       "#000000";
	scrollbar-face-color:       "#000000";
	scrollbar-arrow-color:      "#555555";
	scrollbar-track-color:      "#000000";
	scrollbar-highlight-color:  "#000000";
	scrollbar-shadow-color:     "#000000";
	scrollbar-3dlight-color:    "#333333";
	scrollbar-darkshadow-color: "#333333";
}



a {
	text-decoration:none;
}

a:link {
	color:#999999;
}

a:visited {
	color:#999999;
}

a:active {
	color:#999999;
}

a:hover {
	color:#666600;
}

a:focus {
	color:#666600;
}



/* -- text01 標準フォント -- */

.text01 {
	font-size: 71%;
	line-height: 140%;
	color: #000000;
}
.text01-ffffff {
	font-size: 71%;
	line-height: 140%;
	color: #ffffff;
}
.text01-cccccc {
	font-size: 71%;
	line-height: 140%;
	color: #cccccc;
}
.text01-ff0000 {
	font-size: 71%;
	line-height: 140%;
	color: #ff0000;
}
.text01-003366 {
	font-size: 71%;
	line-height: 140%;
	color: #003366;
}
.text01-666666 {
	font-size: 71%;
	line-height: 140%;
	color: #666666;
}
.text01-666600 {
	font-size: 71%;
	line-height: 140%;
	color: #666600;
}
.text01-ccc000 {
	font-size: 71%;
	line-height: 140%;
	color: #ccc000;
}
.text01-999999 {
	font-size: 71%;
	line-height: 140%;
	color: #999999;
}
.text01-ff0000 {
	font-size: 71%;
	line-height: 140%;
	color: #ff0000;
}



/* -- text02 標準フォントよりひとつ小さい -- */

.text02 {
	font-size: 62%;
	line-height: 140%;
	color: #000000;
}
.text02-ffffff {
	font-size: 62%;
	line-height: 140%;
	color: #ffffff;
}
.text02-cccccc {
	font-size: 62%;
	line-height: 140%;
	color: #cccccc;
}
.text02-ff0000 {
	font-size: 62%;
	line-height: 140%;
	color: #ff0000;
}
.text02-003366 {
	font-size: 62%;
	line-height: 140%;
	color: #003366;
}
.text02-666666 {
	font-size: 62%;
	line-height: 140%;
	color: #666666;
}
.text02-999999 {
	font-size: 62%;
	line-height: 140%;
	color: #999999;
}
.text02-666600 {
	font-size: 62%;
	line-height: 140%;
	color: #666600;
}

/* -- text03 メニューフォント -- */

.text03 {
	font-size: 80%;
	line-height: 180%;
	color: #000000;
}
.text03-cccccc {
	font-size: 80%;
	line-height: 180%;
	color: #cccccc;
}
.text03-999999 {
	font-size: 80%;
	line-height: 180%;
	color: #999999;
}
.text03-ffffff {
	font-size: 80%;
	line-height: 180%;
	color: #ffffff;
}
.text03-666600 {
	font-size: 80%;
	line-height: 180%;
	color: #666600;
}



/* -- 背景色 -- */

.bg-ffffff { background-color: #ffffff;}
.bg-000000 { background-color: #000000;}
.bg-003366 { background-color: #003366;}
.bg-00050a { background-color: #00050a;}
.bg-000f1f { background-color: #000f1f;}
.bg-666600 { background-color: #666600;}



/* -- 背景色グレー系 --*/

.bg-111111 { background-color: #111111;}
.bg-333333 { background-color: #333333;}
.bg-666666 { background-color: #666666;}
.bg-999999 { background-color: #999999;}
.bg-cccccc { background-color: #cccccc;}



/* -- 背景画像 --*/
.bg-header {
	background-color:#000000;
	background-image:url(../images/head_bg.jpg);
	background-repeat:repeat-x;
}
.bg-center {
	background-color:#000000;
	background-image:url(../images/center_bg.jpg);
	background-repeat:no-repeat;
	background-position: 0px -150px;
}



/* -- margin -- */

.margin0 {
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
.margin104 {
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 10pt;
	margin-right: 10pt;
}
.margin00 {
	margin-left: 0pt;
}
.margin20 {
	margin-left: 20pt;
}



/* --- form --*/
.input-text {
	background-color:#000000;
	color:#999999;
	border:1px solid #999999;
}
.input-submit {
	background-color:#000000;
	color:#999999;
	border:1px solid #999999;
	cursor:pointer; 
}
.select {
	background-color:#000000;
	color:#999999;
	border:1px solid #999999;
}



/* --- border --*/
.border-solid-333333 {
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
}
.border-dashed-333333 {
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
}
.border-003366 {
	border-top-style: solid;
	border-top-color: #003366;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	background-color:#000f1f
}



/*--- hr ---*/
hr	{
	color:#333333;
	height:1px;
}


/*--- 更新履歴年月メニュー用 --*/
.text01-999999-ym {
	font-size: 71%;
	line-height: 200%;
	color: #999999;
}

/*-- ul/li --*/
ul {
	list-style-type:none;
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
li {
	list-style-type:none;
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 50pt;
	margin-right: 0pt;
}
