@charset "utf-8";
#wrapper {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dc0657;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: ridge;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#kokuchi {
	height: 40px;
	background-position: center;
	text-align: center;
}

#header {
	height: 150px;
}
#cover {
	height: 300px;
	background-color: #000000;
}
#menu {
	float: left;
	height: auto;
	width: 180px;
	background-color: #dc0657;
}
#center {
	float: left;
	height: auto;
	width: 440px;
	background-color: #dc0657;
}
#todaysshift {
	float: none;
	height: 700px;
	width: 620px;
	background-color: #dc0657;
	clear: both;
}
#main {
	float: right;
	height: auto;
	width: 620px;
}
#footer {
	clear: both;
	height: 100px;
	background-color: #dc0657;
	background-image: url(../images/footer_b.jpg);
	color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#rightmenu {
	float: right;
	height: 560px;
	width: 180px;
	background-color: #dc0657;
}
.marqueewaku {
	border: 1px solid #999999;
}
