@import "../all.gif";


/*----- body -----*/
body{
	background: url(st03_bg.gif) repeat scroll center;
	font-family: "Times New Roman", Times, serif;
	color: #303030;
	margin-bottom: 0%;
	padding-bottom: 0%;
}
.ryu{
	margin: 0%;
	padding: 0%;
	background: transparent url(ryu.gif) repeat-y scroll top right;
}
b{
	color:#990000;
}
strong{
	color:yellow;
}

/*----- bar -----*/
p{
	padding-top:2px;
	padding-bottom:2px;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 15px;
}
.bottom{
	background: #990000 url(top.gif) repeat-y right;
	color: White;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	width: 700px;
}

/*----- table -----*/
table{
	width:702px;
	font-size: 15px;
 }
th{
	background: #990000;
	color: White;
	text-align: center;
	width: 135px;
}
td{
	vertical-align:bottom;
	text-align:center;
}
.right{
	background: #990000 url(picture/top.gif) repeat-y right;
	color: White;
}

/*----- bbs -----*/
.bbs{
	margin:5px;
	width:690px;
	height:220px;
}
.type1{
	text-align:left;
}
.type0{
	text-align:right;
} 
.out{
	margin: 5px;
	background: White url(cell.gif) repeat center center;
	width: 690px;
	border: 1px solid #990000;
}

/*----- Anc -----*/
a{
	color:#990000;
}
a:hover {
	background: Black;
	color: White;
}
