html{
	overflow: auto;
	height: 730px;
	width: 720px;
}

body{
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 5px auto;
}

#wrapper{
		border: solid 0px;
		margin: 0 auto;
/*		position: relative;*/
		width: 100%;
		height: 100%;
}

#top {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 10%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index: 9;
	left: 0px;
	top: 10;
}

#pict {
/*	overflow: auto;*/
	overflow: absolute;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
/*	z-index: 9;*/
	left: 0px;
	top: 75px;
}

#box-L {/*中段ボックス左側*/
	position: absolute;
	width: 200px;
	height: 130px;
	background-color:#FFFFCC;
	border:solid #FFCC00 thin;
	padding: 10px;
	left: 20px;
	top: 275px;
}

#box-C {/*中段ボックス中央*/
	position: absolute;
	width: 200px;
	height: 130px;
	background-color:#CCFFFF;
	border:solid #00CCFF thin;
	padding: 10px;
	left: 250px;
	top: 275px;
}

#box-R {/*中段ボックス右側*/
	position: absolute;
	width: 200px;
	height: 130px;
	background-color:#CCFFCC;
	border:solid #33CC00 thin;
	padding: 10px;
	left: 480px;
	top: 275px;
}

#ad {
	padding-left: 10px;
}

#box-00 {/*幹事長挨拶*/
	position: absolute;
	width: 130px;
	height: 15px;
	background-color:#CCCCCC;
	background-position:center;
	border:solid #851D98 thin;
	padding: 10px;
	left: 50px;
	top: 275px;
}

#box-01 {/*規約・沿革*/
	position: absolute;
	width: 130px;
	height: 15px;
	background-color:#CCCCCC;
	background-position:center;
	border:solid #851D98 thin;
	padding: 10px;
	left: 50px;
	top: 330px;
}

#box-02 {/*事業報告・計画書*/
	position: absolute;
	width: 130px;
	height: 15px;
	background-color:#CCCCCC;
	border:solid #851D98 thin;
	padding: 10px;
	left: 50px;
	top: 385px;
}

#box-03 {/*決算・予算書*/
	position: absolute;
	width: 130px;
	height: 15px;
	background-color:#CCCCCC;
	border:solid #851D98 thin;
	padding: 10px;
	left: 50px;
	top: 440px;
}

#box-04 {/*加入団体名簿*/
	position: absolute;
	width: 130px;
	height: 15px;
	background-color:#CCCCCC;
	border:solid #851D98 thin;
	padding: 10px;
	left: 50px;
	top: 495px;
}

#box-05 {/*加入団体事業概要*/
	position: absolute;
	width: 130px;
	height: 15px;
	background-color:#CCCCCC;
	border:solid #851D98 thin;
	padding: 10px;
	left: 50px;
	top: 550px;
}

#box-06 {/*参考資料*/
	position: absolute;
	width: 130px;
	height: 15px;
	background-color:#CCCCCC;
	border:solid #851D98 thin;
	padding: 10px;
	left: 50px;
	top: 605px;
}

#box-07 {/*会員入口*/
	position: absolute;
	width: 130px;
	height: 15px;
	background-color:#CCCCCC;
	border:solid #851D98 thin;
	padding: 10px;
	left: 50px;
	top: 660px;
}

#box-news {/*お知らせ*/
	position: absolute;
	overflow: scroll;
	width: 400px;
	height: 290px;
	background-color:#FFFFFF;
	border:solid #000000 thin;
	padding: 10px;
	left: 255px;
	top: 275px;
}

#box-news .li{
	list-style-image:url(../img/icon_leaf02.gif);
	line-height: 25px;
}

#bottom {
	overflow: auto;
	position: absolute;
	width: 100%;
	height: 90px;
	margin: 0px;
	border: 0px;
	padding: 0px;
/*	z-index: 9;*/
	left: 0px;
	top: 740px;
}

#footer{/*フッター*/
		position: absolute;
			bottom: 0;
			left: 0;
	top: 825px;
		z-index: 2;
		width: 700px;
		height: 4.5%;
		font-size: 0.9em;/**/
		padding-left: 3%;/**/
}
