/* CSS Document */

body{
	background: url(../images/top_back.jpg) repeat-x;
	background-color: #F8EDD7;
}

/* Flashの設定
-------------------------------------------------------------------------------------------- */

#flash{
	width: 980px;
	height: 353px;
}

#flash img{
	display: block;
}

/* トップコンテンツの設定
-------------------------------------------------------------------------------------------- */

#top-contents{
	width: 897px;
	margin: 0 auto;
	padding: 40px 30px 30px 30px;
	background: url(../images/contents_back.jpg) repeat-x top;
	background-color: #ffffff;
	font-size: 80%;
}


/* 左バナーの設定
------------------------------------------- */

#top-left{
	width: 247px;
	float: left;
}

#top-left ul{
	list-style-type: none;
}

#top-left li{
	margin: 0 0 5px 0;
}

#last-banner{
	margin: 0 !important;
}


/* メインの設定
------------------------------------------- */

#top-main{
	width: 600px;
	float: left;
	margin: 0 0 0 19px;
}

#topics{
	width: 600px;
	margin: 0 0 0 0;
}

#topics p{
	margin: 10px 0 0 0;
}

.innerbox {
    width:  332px;
	float:  left;
}

.topics_img {
    margin:  10px 0 0 20px;
}


#news{
	width: 600px;
	padding: 20px 0 0 0;
	clear: left;
}

#news ul{
	list-style-type: none;
	margin: 10px 0 0 0;
}

#news li{
	margin: 5px 0;
}



/* 右バナーの設定
------------------------------------------- */

#top-right{
	width: 247px;
	float: right;
}

#top-right ul{
	list-style-type: none;
}




