/*-------------------------------------*/
/* リンク部分                          */
/*-------------------------------------*/
A:link    { color:#ffff00; }
A:visited { color:#ffff00; }
A:active  { color:#f40082; text-decoration:underline; }
A:hover   { color:#f40082; text-decoration:underline; }
A{ text-decoration:none; }

/*-------------------------------------*/
/* ボタン部分                          */
/*-------------------------------------*/
INPUT.submit{
	background:#ffe0ed;
	font-size:10pt;
	color:#000000;
}
INPUT.reset{
	background:#e2ffe2;
	font-size:10pt;
	color:#000000;
}
INPUT.direct{
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color : #fffff1;
	color : #666666;
	font-size: 7pt; font-family: "ＭＳ ゴシック";
	width:20px;
	height:13px;
}
INPUT.nowdirect{
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color : #ffddff;
	color : #666666;
	font-size: 7pt; font-family: "ＭＳ ゴシック";
	width:20px;
	height:13px;
}

#none input{border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
/*-------------------------------------*/
/* テキストボックス部分                */
/*-------------------------------------*/

/*-------------------------------------*/
/* 文字部分                            */
/*-------------------------------------*/
.pm9pt  { font-size: 9pt; font-family: "ＭＳ Ｐ明朝"; }
.pm10pt { font-size: 10pt; font-family: "ＭＳ Ｐ明朝"; }
.pm11pt { font-size: 11pt; font-family: "ＭＳ Ｐ明朝"; }
.pm12pt { font-size: 12pt; font-family: "ＭＳ Ｐ明朝"; }
.pm20pt { font-size: 20pt; font-family: "ＭＳ Ｐ明朝"; }

.g6pt   { font-size: 6pt; font-family: "ＭＳ ゴシック"; }
.g7pt   { font-size: 7pt; font-family: "ＭＳ ゴシック"; }
.g8pt   { font-size: 8pt; font-family: "ＭＳ ゴシック"; }
.g9pt   { font-size: 9pt; font-family: "ＭＳ ゴシック"; }
.g10pt  { font-size: 10pt; font-family: "ＭＳ ゴシック"; }
.g11pt  { font-size: 11pt; font-family: "ＭＳ ゴシック"; }
.g12pt  { font-size: 12pt; font-family: "ＭＳ ゴシック"; }
.g13pt  { font-size: 13pt; font-family: "ＭＳ ゴシック"; }
.g14pt  { font-size: 14pt; font-family: "ＭＳ ゴシック"; }
.g15pt  { font-size: 15pt; font-family: "ＭＳ ゴシック"; }
.g16pt  { font-size: 16pt; font-family: "ＭＳ ゴシック"; }
.g20pt  { font-size: 20pt; font-family: "ＭＳ ゴシック"; }

.pg6pt  { font-size: 6pt; }
.pg7pt  { font-size: 7pt; }
.pg8pt  { font-size: 8pt; }
.pg9pt  { font-size: 9pt; }
.pg10pt { font-size: 10pt; }
.pg11pt { font-size: 11pt; }
.pg12pt { font-size: 12pt; }
.pg13pt { font-size: 13pt; }
.pg14pt { font-size: 14pt; }
.pg15pt { font-size: 15pt; }
.pg16pt { font-size: 16pt; }
.pg20pt { font-size: 20pt; }

input {
	color: #CCCCCC;
	background: #333333;
	border: 1px solid #999999;
	font-size: x-small;
}
textarea {
	scrollbar-Track-Color:#000000;
	scrollbar-Face-Color:#000000;
	scrollbar-Shadow-Color:#666666;

	scrollbar-DarkShadow-Color:;
	scrollbar-Highlight-Color:#666666;

	scrollbar-3dLight-Color:;
	scrollbar-Arrow-Color:#666666;
	color: #CCCCCC;
	background: #333333;
	border: 1px solid #999999;
	font-size: x-small;
}
.black {
	background: #000000;
}
select {
	scrollbar-Track-Color:#000000;
	scrollbar-Face-Color:#000000;
	scrollbar-Shadow-Color:#666666;

	scrollbar-DarkShadow-Color:;
	scrollbar-Highlight-Color:#666666;

	scrollbar-3dLight-Color:;
	scrollbar-Arrow-Color:#666666;
	color: #CCCCCC;
	background: #333333;
	border: 1px solid #999999;
	font-size: x-small;
}

#syousai {
	color: #000000;
	background: #000000;
	border: none;
	font-size: x-small;
}

.parts_body {
	font-size: x-small;
}

.parts_body_f {
	font-size: x-small;
	color: #FFFFFF;
}

.fo_sm {
	font-size: x-small;
	color: #ffffff;
}

.fo_sm_title {
	color: #F9900F;
	font-size: x-small;
}

.titleback {
	background-image: url(img/titleback.gif);
}

.photoback {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}

.bodyback {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #ECEDF0;
	border-right-color: #B6B6B6;
	border-bottom-color: #666666;
	border-left-color: #D5D7DD;
}

