/* 基礎的要素の装飾 */
img
{
	vertical-align: bottom;
}
img.fit
{
	vertical-align: baseline;
}
body
{
	width: 970px;
	height: 768px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image:url(../images/bg.png)
}

/* ロールオーバ要素 */
#rollbak
{
	position: relative;
	width: 665px;
	height: 55px;
	margin:0px;
	padding:0px;
	top: 40px;
	left:285px;
}
.rollbox
{
	position: relative;
	margin:0px;
	padding:0px;
	float: left;
	z-index: 3;
}
.roll
{
	width: 133px;
	height: 55px;
	display: block;
	text-decoration: none;
}
.roll span
{
	position: relative;
	margin:0px;
	padding:0px;
	z-index: -1;
}
#blog{ background: url(../images/bt_s_blog.png) left top no-repeat }
#blog:hover{ background: url(../images/bt_s_blog_over.png) left bottom no-repeat }
#cata{ background: url(../images/bt_catalog.png) left top no-repeat }
#cata:hover{ background: url(../images/bt_catalog_over.png) left bottom no-repeat }
#shop{ background: url(../images/bt_onlineshop.png) left top no-repeat }
#shop:hover{ background: url(../images/bt_onlineshop_over.png) left bottom no-repeat }
#info{ background: url(../images/bt_access.png) left top no-repeat }
#info:hover{ background: url(../images/bt_access_over.png) left bottom no-repeat }
#limi{ background: url(../images/bt_l_blog.png) left top no-repeat }
#limi:hover{ background: url(../images/bt_l_blog_over.png) left bottom no-repeat }

/* レイアウト要素 */
#leftside, #rightside, #centercont,
#cont, #lefttop, #telop, #mov, #topics, #news, #pickup, footer
{
	display: block;
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	vertical-align:baseline;
	background:transparent;
}

#leftside
{
	float:left;
	width: 10px;
	height: 768px;
	background-image:url(../images/bg_shadow_left.png);
	background-repeat: repeat-y;
}
#rightside
{
	float:left;
	width: 10px;
	height: 768px;
	background-image:url(../images/bg_shadow_right.png);
	background-repeat: repeat-y;
}

#centercont
{
	float:left;
	width: 950px;
	height: 768px;
}
#header
{
	display: block;
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	width: 950px;
	height: 100px;
	background-image: url(../images/header.png);
}

#middle
{
	display: block;
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}

