/* ページの骨格部分　*/

#wrapper {
	width: ;
	margin-left: ;
	margin-right: ;
	background-color:#f3efb3;
}


#left {
	width: 200px;
	float: left;
	background-color:#f3efb3 ;
		
}



#topmenu{
	text-align:center;
	font-size:small;
}
#topmenu p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#setumei p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:small
}

#zasshi{width:340px;
		float:left;
		background-color:#f3efb3;
}

#eizou{ width:340px;
		height:330px;
		float:right;
		background-color:#f3efb3;
}


#headline {
	background:#8ec31f;
	border-right-color:#9C0;
	border-bottom-color:#9C0;
	border-bottom-style:outset;
	border-right-style:outset;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:large;
	
}

#ank {
	width:180px;
	margin:5px 4px 5px 4px;
	text-align:left;
	border:#390 2px dotted;
	padding:5px 4px 5px 4px;
}

#ankmidashi {
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

#ankfoot {
	font-size:12px;
	text-align:left;
	margin-top:15px;
}


	
#center{
	width: 390px;
	float:left;
	padding: 0px 0px 0px 10px;	/*--上右下左--*/
	background-color:#f3efb3;
	height:1500px;
}

#right{
	width: 290px;
	padding: 0px 0px 0px 10px;
	text-align:left;
	float:left;
	background-color:#f3efb3 ;
	height:1100px;
}

#space{
	width: 700px;
	float:right;
	padding: 0px 0px 0px 0px;
	background-color:#FFFF99;
}
