@charset "utf-8";

/*メインイメージ　#mainimage
----------------------------------------------------------------*/
#mainimage {
	margin:20px 0 0 0;
	}

/*トップページ #top
----------------------------------------------------------------*/
#top01{
	width:850px;
	margin:20px 0 0 5px;
	}
	#top01 .topl{
		float:left;
		width:530px;
	}
	#top01 .topr{
		float:right;
		width:300px;
	}
	
#top02{
	width:850px;
	margin:20px 0 0 5px;
	}
	#top02 h3{
		margin-bottom:5px;
		}
	#top02 p{
		line-height:25px;
		}
	#top02 .topl{
		float:left;
		width:530px;
	}
	#top02 .topr{
		float:right;
		width:300px;
	}

/*新着情報 WN01
----------------------------------------------------------------*/
#wn01{
	width:530px;
	margin:0px 0 0;
	}
	#wn01 h3{
		padding:0px;
		margin:0;
		}
	#wn01 iframe{
		background-image:url(../images/topics_02.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		width:530px;
		height:155px;
		overflow:auto;
	}


