@charset "utf-8"; 

/* -------------------- text -------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background: #ffffff;
}
a {
	color: #6666ff;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	line-height: 24px;
}
h3 {
	float: right;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 4px;
	margin-left: 10px;
	background: #6666ff;
}
h3 a {
	color: #ffffff;
}
h4 {
	font-size: 13px;
	line-height: 22px;
}
h5 {
	font-size: 12px;
	line-height: 22px;
}
.headline {
	font-size: 14px;
	font-weight: bold;
}
.caption {
	font-size: 11px;
	line-height: 14px;
}



/* -------------------- table -------------------- */

table {
	border-collapse: collapse;
}
.data table {
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
}
.data th, .data td {
	text-align: center;
	vertical-align: top;
	border-bottom: 2px solid #808080;
	border-right: 2px solid #808080;
}
.data .table_header_top {
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	background: #dcd3aa;
}
.data .table_header_left {
	font-size: 10px;
	text-align: left;
	line-height: 19px;
	vertical-align: bottom;
	padding-right:5px;
	background: #f0ecd9;
}
.data .day,
.data .day_sun,
.data .day_sta {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 2px 0px 0px 2px;
}
.data .day_sun {
	color: #ff4a50;
}
.data .day_sta {
	color: #6699ff;
}
.data .reserve {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 1px;
}
.data .event {
	height: 30px;
	font-size: 11px;
	line-height: 14px;
}
.data .close {
	width: 50px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color:#ffffff;
	padding: 0px 1px;
	background: #808080;
}
.data .manage {
	text-align: left;
}
.data .manage select {
	width: 65px;
	height: 18px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
	line-height: 10px;
	margin-top:2px;
}
.data .sosaku td {
	background: url(../images/border_sosaku.gif) repeat-x bottom;
}
.data .sosaku .table_header_left {
	background: #f0ecd9 url(../images/time_sosaku.gif) no-repeat bottom;
}
.data .glass td {
	background: url(../images/border_glass.gif) repeat-x bottom;
}
.data .glass .table_header_left {
	background: #f0ecd9 url(../images/time_glass.gif) no-repeat bottom;
}



/* -------------------- form -------------------- */

.input_box {
	width: 95px;
	font-size: 10px;
}



/* -------------------- other -------------------- */

#general {
	width: 800px;
	text-align: left;
	margin: 20px auto 20px auto;
	padding-bottom: 20px;
}
.update {
	float: right;
	line-height: 25px;
	text-align: right;
	margin-bottom: 2px;
}
.space {
	height: 20px;
	line-height: 20px;
}
.border {
	border-top: solid 1px #b3b3b3;
	margin-top: 5px;
	padding-top: 5px;
}
#information {
	width: 800px;
	border: 1px solid #b3b3b3;
	margin-top: 10px;
	background: #eeeeee;
}
#information .content {
	margin: 10px;
}



/* -------------------- color -------------------- */

.color_blue {
	color: #6699ff;
}
.color_red {
	color:#ff4a50;
}
.color_white {
	color: #ffffff;
}
