img{
border:0px;
}
body {
	text-align: center;
			background-color: #EFEEDF;
}
#wrapper {
	width: 882px;
		margin: 0 auto;
	text-align:center;
				background-color: #DFE2BB;

}
#header {
	background-color: #DDDDDD;
	height: 50px;
}
#header2 {
	background-color: #66644E;
	height: 50px;
}
#primary {
	float: right;
	width: 225px;
	margin: 10px 5px 10px 10px; /* 上下方向にマージンを指定 */
	background-color: #DFE2BB;
}
#secondary {
	background-color: #DFE2BB;
	float: left;
	width: 620px;
	height:580px;
	margin: 0px 0 0 5px ; /* 上下方向にマージンを指定 */
}
#primary2 {
	float: right;
	width: 200px;
	padding:5px 5px 0 0 ;
	margin: 10px 10px 10px 0; /* 上下方向にマージンを指定 */
	background-color: #B1BD30;
	color:#ffffff;
	font-size:11px;
	height:65px;
	text-align:right;
	line-height:130%;
}
#secondary2 {
	float: left;
	margin: 0px 0; /* 上下方向にマージンを指定 */
	padding:10px;
}

#footer {
	clear: both; /* 寄せを解除 */
	height: 10px;
		text-align:right;
		color:#66654F;
				padding:5px 5px 0 0 ;
			font-size:12px;
			margin-top:0px;
			background-color: #EFEEDF;
}	

img.top2{
border: 7px solid #ffffff;
}
table.new {
width:218px;
margin-left:8px;
}
table.topics {
width:218px;
margin-top:-4px;
margin-left:8px;
}
table.table {
font-size:11px;
}
#pankuzu{
		text-align:left;
					font-size:11px;
					padding-bottom:10px;
}
A:link { color: #333333; text-decoration: none; }
A:visited { color: #333333; text-decoration: none; }
A:hover { color: #ffffff; text-decoration:  none; }

#navigation {
	width: 690px;
		text-align:left;
					font-size:11px;
					padding-bottom:5px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
		padding-bottom: 3px;
	height: 25px;
	overflow: hidden;
	width: 690px;
	border-bottom: 0px solid #CCCCCC;
}
#navigation li {
	float: left;
	width: 96px;
	margin: 1PX;
	padding: 0;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 6px 0 6px 0;
	color: #FFFFFF;
	background-color: #35AEA7;
	background-image: url(images/list_bg.gif); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
color:#124F4B;
	background-color: #8FEFE9; /* オンマウス時の背景色を指定 */
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}