
	html, body {
		width: 100%;
		background: #fff;
		margin: 0px;
		padding: 0px;
	}
	* {
		font-family: Verdana,Arial,Helvetica;
		color: #483093;
	}
	body, p, td, th, tr {
		font-size: 12px;
	}
	
	#container {
		width: 100%;
		text-align: center;
	}
	#content {
		margin: auto;
		width: 1020px;
	}
	#flashbox2 {
		width: 860px;
		height: 570px;
		float: left;
	}
	#column_ad {
		float: right;
		width: 160px;
		height: 600px;
		/*background-color: #ccc;*/
		overflow: hidden;
	}
	#copyline {
		color: #8383BA;
		font-size: 9px;
		text-align: center;
	}
	
	
	#flashbox {
		width: 100%;
		height: 570px;
		text-align: center;
	}
	#notice {
		color: #B3B0BF;
		font-size: 10px;
		text-align: center;
	}
	
	#plain {
		width: 100%;
		text-align: left;
	}
	
	#plain_header
	{
		margin: 0px;
		padding: 0px;
		height: 88px;
		background-image: url(../html/i/banner.jpg);
		background-repeat: no-repeat;
	}
	
	#plain_body
	{
		margin: 0px;
		padding: 20px 0px 0px 60px;
		width: 600px;
		background-image: url(../html/i/Lside.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		text-align: left;
	}
	#plain_body h3 {
		margin: 0px;
	}
	
a, a:visited  {
	color: #483093;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
	color: #00AEEF;
}
