/* CSS Document */

@import url(../common/css/reset.css);
@import url(../common/css/main.css);

body {
	background:url(../common/img/back.jpg) repeat-x;
}

.halfbox {
	width:450px;
	float:left;
}
.halfbox .boxInner{
	padding-left:30px;
}
.halfbox ul{
	padding:10px 0;
}

#update {
	padding:5px 0;
	line-height:2;
}

#update dt {
	width:90px;
	clear:both;
	float:left;
}
#update dd {
	width:320px;
	float:left;
}

#egp {
	padding:20px 0;
}

.bannerbox {
	width:200px;
	float:left;
}
.bannerbox ul li img {
	vertical-align:bottom;
}

.inline li {
	display:inline;
}

#flashbox{
	height: 450px;
}