/* IKEBE CSS */

* {
	margin: 0px;
	padding: 0px;
}


body {
	width: 100%;
	background-color: #ffffff;
	color: #000000;
}

.page_center {
	width: 100%;
}
.page_fixed {
	width: 900px;
}

/* ================================================ */

/* Link Color */
a:link { color: #0066cc; }
a:visited { color: #009900; }
a:activ { color: #ff9900; }

/* ================================================ */

/* Navigation Bar */
.navi_bar {
	width: 900px;
	text-align: left;
}

.navi_bar_name_guest {
	width: 385px;
	color: #0066CC;
	font-size: 13px;
	float:left;
}
.navi_bar_name_logon {
	width: 315px;
	color: #0066CC;
	font-size: 13px;
	float:left;
}

.navi_bar_link_guest {
	height: 12px
	width: 515px;
	color: #666666;
	text-align: right;
	font-size: 10px;
	float:right;
}
.navi_bar_link_logon {
	width: 585px;
	color: #666666;
	text-align: right;
	font-size: 10px;
	float:right;
}

.navi_bar_padding {
	height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #999999;
}

/* ================================================ */

/* Left Space */
.left_space {
	float: left;
}

.topics {
	width: 210px;
	text-align: center;
}

/* ReNew */
.renew {
	width: 210px;
	text-align: center;
}

/* ================================================ */

/* Top Space */
.top_space {
	width: 690px;
	float: left;
}

.top_space_center {
	width: 520px;
	float: left;
}
.top_space_right {
	width: 170px;
	text-align: left;
	float: left;
}

/* ================================================ */

/* Osusume */
.osusume {
	width: 510px;
	float: left;
}

/* ================================================ */

/* Shop List */
.shop_list {
	width: 180px;
	text-align: center;
	float: left;
}











