@charset "Shift_JIS";

/*TOPページ用スタイルシート*/

/*ページレイアウト*/
#head{
	width:728px;
	height:64px;
	}
	.box-headL{
		width:245px;
		height:64px;
		float:left;
		padding:2px;
		}
	.box-headR{
		width:440px;
		height:60px;
		float:right;
		text-align:center;
		}

#main-top{
	width:728px;
}
	.box-subwindow{
		width:295px;
		height:200px;
		float:left;
	    scrollbar-base-color:#f5f5f5;		
		}

	.box-info{
		width:370px;
		height:200px;
		float:right;
		}
#main-middleL{
	clear:both;
	width:315px;
	height:350px;
	float:left;
	}

	.box-ad{
		width:315px;
		height:250px;
		background-color:#FFFFCC;
		}
	.box-news{
		width:305px;
		height:100px;
		padding:5px;
		overflow:auto;
		}
	ul.news{
		list-style:none;
		font-size:x-small;
		color:dimgray;
		}
		ul.news li{
			list-style:none;
			padding:3px;
			}

#main-middleR{
	width:370px;
	height:350px;
	float:right;
	padding:5px;
}
	.box-unchiku{
		width:370px;
		height:340px;
		padding:5px
		}

#foot{
	clear:both;
	width:100%;
	height:180px;
	margin-top:8px;
	padding:5px;
}
	.box-rss{
		width:728px;
		height:150px;
		margin-top:8px;
		text-align:center;
		}
