/* TOP PAGE */
#wrapper{
	background: url(../image/top/background02.gif) repeat-x left top;
	}

#content{
	position: relative;
	width: 900px;
	height: 350px;
	background: url(../image/top/content_background02.gif) no-repeat;
	}



/* BLOG ENTRY */
#blog-title{
	position: absolute;
	top: 205px;
	left: 504px;
	}

#blog-title img {
	vertical-align: bottom;
	}

#blog{
	position: absolute;
	top: 228px;
	right: 0;
	width: 396px;
	}

#blog dl{
	font-size: 80%;
	}

#blog dt{
	float: left;
	}

#blog dd{
	margin: 0 0 0 7.5em;
	}



/* NEWS */
#news-title{
	position: absolute;
	top: 300px;
	left: 504px;
	}

#news-title img {
	vertical-align: bottom;
	}

#news{
	position: absolute;
	top: 318px;
	right: 0;
	width: 396px;
	}

#news dl{
	font-size: 80%;
	}

#news dt{
	float: left;
	}

#news dd{
	margin: 0 0 0 7.5em;
	}



/* BANNER */
#banner{
	position: absolute;
	top: 319px;
	right: 0;
	}



/* FLASH IMAGE */
#flash{
	position: absolute;
	top: 0;
	left: 0;
	}


