@charset "utf-8";
body{
	background:#000;
	color:#fff;
	font-size:12px;
	line-height:20px;
}
strong{
	font-size:14px;
	font-weight:bold;
	color:#ffff00;

}
small{
	font-size:10px;
	line-height:18px;
	display:block;
	margin:20px 0;
}
img{
	display:block;
	margin:20px 0;
}
a,a img{
	border:none;
}
#container{
	width:920px;
	margin:0 auto;
}
.left{
	float:left;
	width:460px;
}
.right{
	float:right;
	width:460px;
}
.clear{
	clear:both;
	width:920px;
}
h1{
	background:url("../img/copy.gif") no-repeat;
	width:900px;
	height:80px;
	text-indent:-9898px;
}
h2{
	background:url("../img/bar01.gif") no-repeat;
	width:430px;
	height:35px;
	text-indent:-9898px;
}
h2#title01{
	background-position:0 0;
}
h2#title02{
	background-position:0 -35px;
}
h2#title03{
	background-position:0 -70px;
}
h2#title04{
	background-position:0 -105px;
}
h2#title05{
	background-position:0 -140px;
}
h3{
	background:url("../img/bar02.gif") 0 20px no-repeat;
	width:920px;
	height:50px;
	text-indent:-9898px;
}
#content{
	width:650px;
	float:left;
}
#content ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;
}
#btn{
	float:right;
	margin-top:50px;
}
