/*--------------------------------------
 ヘッダ用
--------------------------------------*/
#head {
	width: 100%;
	height:60px;
	margin:0;
}
#head ul {
	margin:0;
	padding:0;
}
#head li {
	text-align:center;
	margin:0;
	padding:0;
}
#foot {
	margin:0 auto;
	padding:0px;
}
/*--------------------------------------
 中央用
--------------------------------------*/
#center {
	float:left;
	width:468px;
	background-position:center 140px;
	background-repeat:no-repeat;
}
#center dt a{
	text-decoration:none;
}
#center a {
	color:lightseagreen;
}
#center h2 {
	background-color: cornflowerblue;
	margin: 0;
	font-size:100%;
	line-height:105%;
	padding:4px 8px;
	border: 1px solid blue;
	color:white;
	height:16px;
}
/* 検索用 */
form {
	display:inline;
}
/*--------------------------------------
 左メニュー用
--------------------------------------*/
#menuLeft {
	margin: 0;
	float: left;
	width:160px;
	margin-right: 4px;
}
.menubox {
	border-width: 0 1px 1px 1px;
	border-style:solid;
	border-color:sandybrown;
	margin: 0 0 2px 0;
	padding: 0;
}
h2.menu {
	color:white;
	background-color:coral;
	text-align:center;
	padding:2px;
	font-size:90%;
}

/*------------------------------------------------------------------------------
 右メニュー用
------------------------------------------------------------------------------*/

#menuRight {
	float:right;
	width:160px;
}

/*--------------------------------------
 アフィリエイトのバナー用
--------------------------------------*/
.afi120x60 {
	width:134px;/* 120 + 7 + 7 */
	height:60px;
	margin:4px auto !important;
	padding:0 !important;
	text-align:center;
	background-image:url(http://image.n-g-a.net/img/pr.gif);
	background-repeat:no-repeat;
}
.afi120x120 {
	width:134px;/* 120 + 7 + 7 */
	height:120px;
	margin:0px auto 4px auto;
	padding:0px !important;
	text-align:center;
	background-image:url(http://image.n-g-a.net/img/pr.gif);
	background-repeat:no-repeat;
}
.afi125x125 {
	width:139px;/* 125 + 7 + 7 */
	height:125px;
	margin:0px auto 4px auto;
	padding:0px !important;
	text-align:center;
	background-image:url(http://image.n-g-a.net/img/pr.gif);
	background-repeat:no-repeat;
}
.afi234x60 {
	clear:left;
	width:248px;/* 234 + 7 + 7 */
	height:60px;
	margin:4px auto !important;
	padding:0 !important;
	text-align:center;
	background-image:url(http://image.n-g-a.net/img/pr.gif);
	background-repeat:no-repeat;
}
.afi468x60 {
	width:482px;/* 468 + 7 + 7 */
	height:60px;
	margin:0px auto 0px auto;
	padding:0 !important;
	text-align:center;
	background-image:url(http://image.n-g-a.net/img/pr.gif);
	background-repeat:no-repeat;
}
.afi120x600 {
	width:134px;/* 120 + 7 + 7 */
	height:600px;
	margin:0px auto 0px auto;
	padding:0 !important;
	text-align:center;
	background-image:url(http://image.n-g-a.net/img/pr.gif);
	background-repeat:no-repeat;
}
