@charset "UTF-8";

/*-----------------------------------------------------------
JVTA | SCHOOL > reason

Modified 2009 01.20 MT
-------------------------------------------------------------*/

@import url("../common/import.css");

.spc {
clear: both;
}
h1,h2,h3,h4,h5,h6,p {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
display: none;
}
dl,ol,ul,dt,dd,li {
margin: 0;
padding: 0;
list-style: none;
}
form,fieldset {
border: none;
margin: 0;
padding: 0;
}
table {
width: 98%;
margin: 5px auto;
padding: 0;
font: 12px Tahoma,sans-serif;
border-spacing: 0px;
border-collapse: collapse;
}
table,tr,td{
color: #000000;
border: 1px solid #999999;
text-align: center;
}
td {
padding: 5px;
}

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

.pager{
text-align:center;
margin:10px 0;
}
.pager strong {
font-size:14px;
}

/*
.pager strong {
float: left;
width: 150px;
height: 30px;
line-height: 30px;
text-align: center;
font: bold 18px Arial, sans-serif;
}

#prev,
#next {
display: block;
float: left;
width: 100px;
height: 30px;
text-indent:-9999px;
}


#prev {
background: url(./img/prev.jpg) no-repeat;
}
#prev:hover {
background: url(./img/prev_on.jpg) no-repeat;
}
#next {
background: url(./img/next.jpg) no-repeat;
}
#next:hover {
background: url(./img/next_on.jpg) no-repeat;
}

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

#chair_table_area {
width: 530px;
padding-right: 20px;
float: right;
}
#calendar_title {
background: url(./img/table_month.jpg) repeat-x;
}
.calendar_date {
width: 60px;
}
.saturday {
background: #ebf9fc;
}
.sunday {
background: #f5ebeb;
}
