@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
 font-size: 12px;
 color: #333333;
 text-align: center;
/* background: url(/eyeswork/image/bwv/common/body_bg.gif) repeat-x left top; */
}
img {
	border: none;
}
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin: 0 auto;
	background-image: url(/eyeswork/image/busya/bwv/wrapper.gif);
	background-repeat: repeat-y;
}
#header {
	width: 938px;
	padding: 0 4px;
}
#container {
	padding: 0 15px;
	text-align: center;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	width: 512px;
	padding-top: 13px;
	margin: 15px 10px 0;
	float: left;
}
h1.oro {
	background-image: url(/eyeswork/image/busya/bwv/title_oro.gif);
	background-repeat: no-repeat;
}
h1.hukuro {
	background-image: url(/eyeswork/image/busya/bwv/title_hukuro.gif);
	background-repeat: no-repeat;
}
.scroll {
	width: 900px;
	clear:both;
}
.left {
	padding: 5px;
	text-align: left;
	float: left;
}
.right {
	padding: 5px;
	text-align: right;
	float: right;
}
p {
	text-align: left;
	padding: 10px;
	line-height: 1.5em;
}
.scroll .right p,.scroll .left p {
	padding: 0 5px;
}
.weekday {
	color:#333333;
	font-size: 0.9em;
}
.saturday {
	color:#0000FF;
	font-size: 0.9em;
}
.holiday {
	color:#FF0000;
	font-size: 0.9em;
}
.text_center {
	text-align: center;
}
.text_big {
	font-size: 1.4em;
	line-height: 2.5em;
	font-weight: bold;
}
.table1 {
	width: 900px;
	border-collapse: collapse;
	margin: 0 20 px 20px;
	clear: both;
}
.table1 th,.table1 td {
	border:solid 1px #CCCCCC;
	padding: 10px 2px;
	text-align: center;
}
.table1 th {
	font-weight: normal;
	background-color: #FFFFCC;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.9em;
}
.table1 td {
	line-height: 2em;
	text-align : center;
	max-width: 45px;
	width: 45px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.9em;
}
.table1 td a {
	text-decoration: none;
	color: #333333;
}
.table1 td a:hover {
	background:transparent url(/eyeswork/image/busya/bwv/cal_bg.gif) no-repeat center center;
	display:block;
	padding:0px;
	text-decoration:none;
}
.cyui {
	width: 832px;
	height: 89px;
	background: url(/eyeswork/image/busya/bwv/cal_cyui.gif) no-repeat center center;
	position: relative;
	margin: 20px auto;
}
img.toi {
	position: absolute;
	top: 50px;
	right: 50px;
}
#text_link {
	width: 920px;
	border-top: solid 1px #999999;
	margin: 30px auto 0;
	font-size: 0.8em;
	clear: both;
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
}
#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
}


