@charset "utf-8";

@import url(common.css);

body {
	background: #FFFFFF;
	
}
#container {
	width: 700px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
#header {
	width: 590px;
	height: 50px;
}
#header h1 {
	width: 590px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 120%;
	font-weight: bold;
}

#copy{
	display:none;
}
#main {
	float: left;
}
#sideber{
	float: right;
	display:none;
}
#globalnavi{
	display:none;
}
#infonavi{
	display:none;
}
#footer{
	display:none;
}

/* ---------------------------------------------------------------- */

.box{
	background: url(../images/top-box-back.gif) no-repeat left bottom;
}
.box02{
	background: url(../images/box-back.gif) no-repeat left bottom;
}
.box03{
	background: url(../images/box-back.gif) no-repeat left bottom;
}