@charset "UTF-8";


@import url("css/base.css");

#header {
	position: relative;
}
#bannerKinryu {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}



#bannerBig {
	margin: 30px 0;
	text-align: center;
}

#left {
	float: left;
	width: 410px;
	margin-top: 10px;
}
#right {
	float: right;
	width: 280px;
	margin-top: 10px;
}


#news {
	margin-top: 20px;
}
#news h2 {
	margin-bottom: 0.5em;
}
#news dt {
	float: left;
	clear: both;
	padding-left: 35px;
	white-space: nowrap;
}
#news dd {
	margin-left: 9em;
	margin-bottom: 0.5em;
}
.new {
	background: url(image/new_icon.gif) no-repeat left center;
}

#bannerRight {
	margin-top: 10px;
}
#bannerRight h2 {
	margin-top: 5px;
}






#flash {
margin:1em 0;
}
.left {
float:left;
}
.right {
float:right;
}