@charset "utf-8";

body				{ margin-top:5px; margin-left:auto; margin-left:auto; font-size:10px; }

/* id */
#content		{ width:800px; margin-left:auto; margin-right:auto; }



/* class */
.flash 			{ background: #999; height: 534px; width: 800px; margin-left:auto; margin-right:auto; }
.left_col		{ width:550px; }

.right_col	{
	width:250px;
	float: right;
	position: relative;
}


/* footer */
#footer{
	background: #000;
	text-align:center;
 	margin: 5px auto;
	padding: 5px;
}
#footer .copyright{
	color:#fff;
	font-size:10px;
	width:800px;
	margin:0px auto 0px auto;
}
#footer a {
	color:#fff;
	text-decoration: none;
}

/* for tabe */
table{
	
}
.title { 
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	border-left: 8px solid #000;
	text-align:left;
}
.text{
	margin:5px; 
}

/* for space class */
.top10{ margin-top:10px;}
.top5{ margin-top:5px;}
.bottom5{ margin-bottom:5px; }

