﻿/* カレンダーのテーブル */





table {

  border-collapse: collapse;

  border-spacing: 0;

  font-size: small;

  font-weight: bold;

  width:500px;

  }

  

table caption {

  padding-bottom: 8px;

  color: #fff;

  font-size: 1.2em;

  text-align:left;

  }

  

table thead tr th,

table tbody tr td {

	color: #666;

	font-size: small;

	font-weight: normal;

	font-family: Verdana, Arial, sans-serif;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #ccc;

	padding-left: 10px;

	padding-right: 5px;

  }



table thead tr th {

  border-bottom: 2px solid #9aa786;

  color: #999;

  }

  

.celborder {

  border-left: 1px solid #cdd1d1;

  border-right: 1px solid #cdd1d1;



}



.table1 {

  border-collapse: collapse;

  border-spacing: 0;

  font-size: small;

  font-weight: bold;

  width:400px;
  	margin-right: auto;
	margin-left: auto;

  }

  

.table1 caption {
	padding-bottom: 8px;
	color: #999;
	font-size: 1.2em;
	text-align:left;

  }

  

.table1 thead tr th,

.table1 tbody tr td {

	color: #999;

	font-size: small;

	font-weight: normal;

	font-family: Verdana, Arial, sans-serif;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCC;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #CCC;

  }



.table1 thead tr th {

  border-bottom: 2px solid #9aa786;

  color: #999;

  }

  

.celborder {

  border-left: 1px solid #cdd1d1;

  border-right: 1px solid #cdd1d1;



}





.table2 {

	border-collapse: collapse;

	border-spacing: 0;

	font-size: small;

	font-weight: bold;

	width:500px;

  }

  

.table2 caption {

  padding-bottom: 8px;

  color: #FFF;

  font-size: 1.2em;

  text-align:left;

  }

  

.table2 thead tr th,

.table2 tbody tr td {

	color: #000;

	font-size: small;

	font-weight: normal;

	font-family: Verdana, Arial, sans-serif;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCC;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #FFF;

  }



.table2 thead tr th {

  border-bottom: 2px solid #FFFFFF;

  color: #000;

  }

  


