@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body{
	background:#000;
	color:#FFF;
	font-size:12px;
	line-height:140%;
}
a img {
	border:0px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
.main{
	width:780px;
	margin:0 auto;
}
.header{
	height:26px;
	margin-bottom:20px;
	padding-top:174px;
	background:url(img/title.jpg);
}
.header .btArea{
	text-align:right;
}
.header .btArea img{
	margin-right:10px;
}
.itemBox{
	float:left;
	width:390px;
	height:120px;
}
.imgArea{
	float:left;
	margin-right:10px;
}
.titleArea{
	float:left;
	width:240px;
	padding-bottom:2px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.texArea{
	float:left;
	width:240px;
	padding-top:2px;
}
.footer{
	clear:both;
	height:100px;
	background:url(img/footer.jpg);
}
