body {
margin: 0 auto;
text-align: center;
background: #000000  repeat-x left top;
/*------------scrollbar color-----------*/
scrollbar-track-color: #fff;/*スクロールバーのスクロールする領域の背景*/
scrollbar-Face-Color: #FF0000;/*スクロールバーの基本部分の色を指定します*/
scrollbar-Shadow-Color: #fff;/*右と下の内部側の縁の色になります。*/
scrollbar-DarkShadow-Color: #fff;/*内部側の縁になります。*/
scrollbar-Highlight-Color: #fff;/*スクロールバーの基本部分の色を指定します*/
scrollbar-3dLight-Color: #999999;/*上下ボタンと、スクロール領域の部分の左と上の部分の縁の色*/
scrollbar-Arrow-Color: #FFFFFF;/*「▲」「▼」の色を指定します。*/
}

a { text-decoration: none; }
a:link { color:#000000; }
a:visited { color:#000000; }
a:hover {
	color: #fff;
	background-color: #000000;
}

body, tr, td, th {
color: #333;
font-size: 12px;
font-family:"Arial", "Helvetica", "ＭＳ Ｐゴシック", "Osaka";
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	background: url(img/boder.gif) repeat;
	border-right: 5px solid #FFF;
	border-left: 5px solid #FFF;
}

.thre {
width: 500px;
border: 5px solid #FF0033;
background-color: #ffffff;
}

.thre_new {
color: #ff0000;
font: bolder 10px "verdana", "Times New Roman";
text-align: right;
margin: 0;
}
.sub_thre {
width: 100%;
border: 0;
}
.thre_ti {
text-align: left;
background-color: #CCCCCC;
}
.thre_name {
color: #ff0000;
text-align: right;
}
.thre_dat {
color: #888;
text-align: right;
}
.typ {
width: 40px;
margin: 0 auto;
text-align: center;
}

a { text-decoration: none; }
a:link { color:#0033ff; }
a:visited { color:#0033ff; }
a:hover {
	color: #fff;
	background-color: #0033FF;
}
a:active { color:#0033ff; }
