@charset "utf-8";

/*メイン画像
----------------------------------------------------------------*/
#topimage {
	position:relative;
	width:640px;
	height:280px;
	background-image:url(../images/topimage_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	}
	#topimage #cap{
		position:absolute;
		top:0;
		left:0;
	}
	/* 画像更新部分 */
	#topimage #photo{
		position:absolute;
		top:5px;
		right:5px;
		width:340px;
		height:255px;
		background-image:url(../images/topimage_phbg.gif);
		background-repeat:no-repeat;
		background-position:0 0;
		padding:5px 5px 15px 10px;
		
	}

/*トップページ
----------------------------------------------------------------*/
#topl{
	width:430px;
	float:left;
	margin:0;
	}
	#topl #topics{
		width:410px;
		/*height:80px;*/
		border:solid 1px #e5e5e5;
		border-top:0;
		padding:10px 9px 9px;
	}

#topr{
	width:200px;
	float:right;
	margin:0;
	}
	#topr #internet{
		width:200px;
		height:165px;
		background-image:url(../images/top_net_bg.gif);
		background-repeat:no-repeat;
		background-position:0 bottom;
		margin:0 0 10px;
	}
		#topr #internet #txt{
			color:#1b76a7;
			font-size:11px;
			line-height:16px;
			padding:6px 5px 5px;
		}

/*新着情報 WN01 #topics
----------------------------------------------------------------*/
#whatsnew{
	width:430px;
	margin:0 0 10px;
	}
	#whatsnew iframe{
		width:428px;
		height:324px;
		overflow:auto;
		border:solid 1px #e5e5e5;
		border-top:0;
	}

