@charset "utf-8";
/**/

/*トップページ
-------------------------------------------------------------*/
#wrapper {
	background: url(../image/top/bg_wrapper.jpg) no-repeat left top;
}

#column-left {
	float: left;
	width: 550px;
}

#column-right {
	float: left;
	margin-top: 28px;
	padding: 0px 0 10px 18px;
	background: url(../image/top/bg_column-right.jpg) no-repeat left bottom;
	width: 252px;
	min-height: 674px;
	height: auto !important;
	height: 674px;
}

#column-right li { margin-bottom: 10px; }

/* 更新履歴 */
#topics {
	width: 545px;
}

#topics dt {
	display: inline;
}

#topics dd {
	padding: 5px 21px 9px 21px;
	background: url(../image/top/bg_topics.jpg) no-repeat left top;
}
#topics dd iframe {
	width: 503px;
	height: 240px;
	border: 0;
}

/* ログインフォーム */
#login {
	padding-top: 20px;
	width: 545px;
}

#login dt {
	display: inline;
}

#login dd {
	background: url(../image/top/bg_login.jpg) no-repeat left top;
	height: 75px;
}

#login dd iframe {
	width: 545px;
	height: 75px;
	border: 0;
}

#flashbnr {
	height: 394px;
}

#pickupbnr {
}

#link_bnr {
	background-color: #333333;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	clear: both;
	width: 792px;
	padding: 5px 4px 0px 4px;
	margin: 5px auto;
}

#link_bnr li {
	width: 190px;
	float: left;
	padding: 0 4px 5px 4px;
}

/**/

.link_space_t {
	margin: 0px;
	padding-top: 6px;
}
.link_space_b {
	margin: 0px;
	padding-bottom: 5px;
}


