@charset "UTF-8";
@import "reset.css";
@import "menu.css";

/*---------------------------------------------------------
	
	
	
---------------------------------------------------------*/

/*-common tags-------------------------------------------*/

body {
	color: #683501;
	background-color: #683501;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	font-size: 95%;
	scrollbar-3dlight-color: #ffffc8;
	scrollbar-arrow-color: #ffffc8;
	scrollbar-darkshadow-color: #ffffc8;
	scrollbar-base-color: #683501;
	scrollbar-face-color: #683501;
	scrollbar-highlight-color: #683501;
	scrollbar-shadow-color: #683501;
	scrollbar-track-color: #683501;
}

a,
a:active,
a:link,
a:visited {
	text-decoration: underline;
	color: #683501;
}

a:hover {
	text-decoration: none;
	color: #683501;
}

/*-page-body---------------------------------------------*/

#page-body {
	margin: 0px auto 0px auto;
	width: 780px;
	background-color: #ffffc8;
}

#site-info {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*-header------------------------------------------------*/

#header {
	text-align: center;
	padding: 0px 10px;
	width: 780px;
	background-color: #ffffc8;
}

/* adjustment */
html>body #header {
	width: 760px;
}

/*-body spacer-------------------------------------------*/

/* 0 */
#homepage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/0.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 1 */
#biopage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/1.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 2 */
#newspage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/2.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 3 */
#workpage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/3.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 4 */
#blogpage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/4.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 5 */
#soundpage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/5.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 6 */
#gearpage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/6.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 7 */
#gallerypage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/7.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 8 */
#shoppage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/8.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/* 9 */
#contactpage #body-spacer {
	background-color: transparent;
	background-image: url(../image/bg/bodyspacer/9.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

/*-content-----------------------------------------------*/

#content {
	width: 780px;
	float: left;
	margin-bottom: 10px;
	background-color: #ffffc8;
}

#left-content {
	position: relative;
	float: left;
	width: 570px;
	padding-left: 10px;
	text-align: left;
}

/* adjustment */
html>body #left-content {
	width: 560px;
}

#right-content {
	position: relative;
	float: right;
	width: 200px;
	padding-right: 10px;
	text-align: right;
}

/* adjustment */
html>body #right-content {
	width: 190px;
}

#right-content dl {
	margin-bottom: 20px;
}

/*-footer------------------------------------------------*/

#footer {
	clear: both;
	width: 780px;
	border-top: solid 1px #683501;
	background-color: #ffffc8;
}

.footer-body {
	font-size: 80%;
	text-align: right;
	padding: 10px 15px 0px 15px;
	color: #683501;
}

#bottom {
	background-color: #683501;
	background-image: url(../image/bg/bottom/body.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 10px;
}

/*-EOF---------------------------------------------------*/