body {
	font-size : 10pt;
	text-decoration:none;
	

		
	scrollbar-base-color:"#ff0000";
　　scrollbar-track-color:"#990000";
　　scrollbar-face-color:"#990000";
　　scrollbar-arrow-color:"#ff0000";
　　scrollbar-3dlight-color:"#cc0000";
　　scrollbar-darkshadow-color:"#cc0000";
　　scrollbar-highlight-color:"#cc0000";
　　scrollbar-shadow-color:"#000000";
}

.footer {
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	text-align:center;
}

/*　テキスト関連　*/
.txt-11px {
	font-size: 11px;
	line-height: 14px;
	text-align:left;
}
.txt-12px {
	font-size: 12px;
	line-height: 18px;
	text-align:left;
}
.txt-16px {
	font-size: 16px;
	line-height: 18px;
	color: #CCCCCC;
	text-align:left;
	font-style: bold;
}
strong {
	font-size: 14px;
	font-weight: bold;
}

/*　メニュー関連　*/
.border_menu1 {
	border: 1px solid;
	border-color: #333333;
	padding: 2px;
	font-size: 11px;
	color: #666666;
	margin: 3px;
	text-align: center;
}
.border_menu2 {
	border: 1px solid;
	border-color: #333333;
	padding: 2px;
	font-size: 12px;
	color: #666666;
	width: 130px;
	margin: 5px;
	text-align:center;
}

/*　テーブル関連　*/
.border_table {
	border: 1px solid;
	border-color: #333333;
	padding: 4px;
	font-size: 12px;
	color: #999999;
	margin: 5px;
	text-align:left;
	background-color: #0F0F0F;
}

.border_table2 {
	border: 1px solid;
	border-color: #333333;
	padding: 4px;
	font-size: 12px;
	color: #999999;
	margin: 5px;
	text-align:left;
	background-color: #111111;
}
table.type01 {
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
}

/*　リンク関連　*/
a:link {color: #ffffff}
a:visited {color: #ffffff}
a:hover {color: #990000}
a:active {color: #990000}
a {text-decoration: none}

a.strong:link {color: #FFFFFF}
a.strong:visited {color: #FFFFFF}
a.strong:hover {color: #990000}
a.strong:active {color: #990000}

a.bold:link {color: #FF9900;
             font-weight: bold}
a.bold:visited {color: #FF9900;
                font-weight: bold}
a.bold:hover {color: #990000;
              font-weight: bold}
a.bold:active {color: #990000;
               font-weight: bold}
/*a {text-decoration: none}*/


img {border: 0}

/*　リスト指定　*/
ul{
	font-size: 11px;
	line-height:1px;
	margin-top: 5px;
	margin-left: 20px;
	list-style-image: url(../images/pnt_list.gif);
}
ul.txt12px{
	font-size: 11px;
	line-height:1px;
	margin-top: 5px;
	margin-left: 20px;
	list-style-image: url(../images/pnt_list.gif);
}
ol{
	font-size: 11px;
	line-height:1px;
	margin-top: 5px;
	margin-left: 30px;
}
li{
	line-height: 18px;
}

/*　見出し指定　*/
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	text-align: left;
	line-height:16px;
	margin: 0;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	line-height:16px;
	margin: 0;
}

/*　TOPページ用　*/
img.top {
	margin-right: 10px;
	margin-top: 5px;
}
.top-date {
	color: #FF9900;
	width:70px;
}

/*　テーブル関連　*/
tr.color01 {background-color:#252525;
}
tr.color02 {background-color:#333333;
}
td.size {
	text-align: left;
	text-indent: 30px;
}
.size_space {
	margin-left: 15px;
}

/* 点線 */
.line_dot{
border-bottom: 1px dashed #333333;
line-height: 18px;
}

/*　セレクタ　*/
select {
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
/*　インプレ　*/
td.imp_ttl {
	font-size: 15px;
	font-weight: bold;
	background-color: #252525;
	text-align: left;
}
td.imp_catch {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	color: #FF9900;
}

