body {
	background-image: url(../images/bg.jpg);
	text-align: center;
	margin-top:0px;
}
#wrapper {
background-image: url(../images/back.png);
background-repeat:no-repeat;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 50px;
}
#container {
	position: relative;
	margin: 10px 0; /* 上下方向に10pxのマージンを指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#primary {
	/* positionの指定を削除 */
	margin-left: 540px; /* 左方向に210pxのマージンを指定 */
	padding:30px 0 0 0 ;

}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px; /* 上方向からの配置位置を変更 */
	width: 500px;
}
#primary2 {
	position: absolute;
	left: 0px;
	top: 100px; /* 上方向からの配置位置を変更 */
	margin-left: 650px; /* 左方向に210pxのマージンを指定 */
	padding:70px 0 0 0 ;
	font-size:10px;
	color:#333333;

}
#news{
margin:10px 0 0 0 ;
line-height:170%;
}
#secondary2 {
	width: 600px;
	height:550px;
	padding:90PX 0 0 30px ;
}
#footer {
	background-color: #DDDDDD;
	height: 50px;
}
a:link     {color: #003333; text-decoration: none;}
a:visited   {color: #003333; text-decoration: none;}
a:hover   {color: #3399FF; text-decoration: none;}