body{
	margin:0px;
	padding: 0px;
	background-color: #FFF;
}

#header{
	background-image: url(img/header2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer{
	font-size:10px;
	text-align: center;
	padding-top: 7px;
	margin: auto;
	color: #999;
}

#hontai{
	margin: auto;
}

.welcome{
margin-top:7px;
margin-bottom:0px;
margin-left:10px;
font-size:14px;
width:600px;
padding:10px;
}

/*---------　月カレンダー画面　---------*/

table.next_back_month{
	width:600px;
	font-size:14px;
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
}

table.next_back_month td{
	text-align:center;
	border: 1px solid #CCC;
}

table.next_back_month td a{
	padding:5px;
	display: block;
}

table.next_back_month td a:hover{
	background-color: #FFC;
}

table.next_back_month th{
	text-align:center;
	font-size:16px;
	border: 1px solid #CCC;
}

table.main_calender{
	width:600px;
	text-size:14px;
	margin-bottom:15px;
	border-collapse:collapse;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
}

table.main_calender td{
	height:50px;
	font-size:20px;
	text-align:right;
	vertical-align: top;
	border: 1px solid #CCC;
}
table.main_calender td a {
	display: block;
	height: 50px;
	padding: 5px;
}
table.main_calender td a:hover {
	background-image: url(img/mask.png);
	background-repeat: repeat;
	background-position: left top;
}



table.main_calender th{
	padding:5px;
	font-size:12px;
	border: 1px solid #CCC;
}



/*--------- weekテーブル ---------*/
table.week{
	border-collapse:collapse;
	font-size:12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
}

table.week th,td{
	text-align:center;
	white-space:nowrap;
	vertical-align: middle;
	border: 1px solid #CCC;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

table.week th{
	width:45px;
}


/*--------- 予約画面テーブル ---------*/
table.yoyaku_table{
width:350px;
margin:10px;
font-size:14px;
}

table.yoyaku_table th{
font-size:12px;
background-color:#FFEFD5;
}

table.yoyaku_table td{
text-align:left;
padding:10px;
}

table.yoyaku_table td.submit{
text-align:center;
}

/*--------- チーム編集テーブル ---------*/
table.team_edit{
margin-top:10px;
margin-bottom:10px;
width:300px;
font-size:12px;
}

table.team_edit td{
text-align:left;
padding:5px 5px;
}

table.team_edit td.center{
text-align:center;
}

/*--------- 遷移時メッセージ ---------*/
.yoyaku_msg{
font-size:16px;
font-weight:bold;
color:red;
}

/*--------- チームリストテーブル ---------*/
table.team_list_table{
width:600px;
font-size:12px;
margin-bottom:10px;
}

table.team_list_table th{
padding:3px 0px;
background-color:#B0FFBC;
}


/*--------- 承認テーブル ---------*/
table.accept{
width:500px;
font-size:12px;
margin:10px 0px;
}

table.accept th{
padding:3px 0px;
background-color:#B0FFBC;
}

/*------　トップ画面へ　--------*/
.for_top{
font-size:12px;
width:600px;
text-align:left;
margin:5px 0px 0px 0px;
padding:0px;
}

.for_top_accept{
font-size:12px;
width:500px;
text-align:left;
margin:5px 0px 0px 0px;
padding:0px;
}


/*------- カラーコントロール --------*/
/*--- ブルー ---*/
.bg_blue{
	background-color:#CAE4FF;
}

/*--- レッド ---*/
.bg_red{
	background-color:#FFE1E1;
}

/*--- グリーン ---*/
.bg_green{
	background-color:#F0F0F0;
}

/*--- テニス時間緑（濃） ---*/
.bg_a{
background-color:#E4FFCA;
}

/*--- テニス時間（薄） ---*/
.bg_b{
background-color:#F2FFE6;
}

/*--- リンクボタン ---*/
a.w_300{
margin:10px 0px;
diplay:block;
width:300px;
border:solid 2px;
border-color:#B0FFBC #0C5411 #0C5411 #B0FFBC;
padding:5px 0px;
text-align:center;
text-decoration:none;
font-size:14px;
font-weight:normal;
color:white;
background-color:#079700;
}

a:hover.w_300{
border-color:#0C5411 #B0FFBC #B0FFBC #0C5411;
padding:4px 0px 6px 0px;
}
.modoru {
	font-size: 12px;
	text-align: center;
}




/*--------- 戻る ---------*/
a.modoru{
	diplay:block;
	border:solid 1px;
	border-color:#B0FFBC #0C5411 #0C5411 #B0FFBC;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:white;
	background-color:#079700;
}

a:hover.modoru{
border-color:#0C5411 #B0FFBC #B0FFBC #0C5411;
padding:4px 0px 6px 0px;
}



/*---　画像　---*/
.sub_title_img{
margin:10px 0px;
}



/*---　罫線 ---*/
hr{
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
}


/*-----　ログイン画面メッセージ　-----*/
.login_title{
	margin-top:12px;
	margin-bottom:15px;
	color:#C00;
	font-weight:bold;
}
.login_table {
	border-collapse:collapse;
	width: 400px;
	margin: auto;
	border: 1px solid #999;
}


.login_table td{
	padding:5px;
	border: 1px solid #CCC;
}


/*-----　adminトップ画面メッセージ　-----*/
.admin_top_msg{
font-size:14px;
margin-bottom:15px;
}

.red{
color:red;
font-weight:bold;
}


/*-----　注意書き　-----*/
.information{
	font-size:12px;
	font-weight:bold;
	color:red;
	text-align:center;
	line-height:16px;
	margin-top:5px;
	margin-bottom:20px;
}


/*-----　テニス予約前後　-----*/
/*---前---*/
td.bg_tennis_yoyakumae{
background-color:#FFFFBF;
}
/*---後---*/
td.bg_tennis_yoyakuzumi{
background-color:#FFFF75
}

/*--- 通常予約前後 ---*/
/*---前---*/
.bg_on_deepgreen{
background-color:#D2FFD8;
}
/*---後---*/
.bg_on_deepred{
background-color:#FFEFD5;
}



/*-----　スパン空　-----*/
.aki{
color:#777777;
}

/*-----　Forログイン　-----*/
.for_login{
	font-size:12px;
	margin-top:10px;
	text-align: right;
	padding-right: 10px;
}

/*-----　Forログイン　-----*/
.for_login2{
	font-size:12px;
	text-align:right;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	padding-right: 10px;
}
