/* Global */
* {margin:0;padding:0}

body {
    font-family:Times New Roman , "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3","HiraMinProN-W3","HG–¾’©E","‚l‚r ‚o–¾’©","MS PMincho","MS –¾’©",serif;
	font-weight:normal;
	-webkit-text-size-adjust: 100%;
	font-size:13px;
    line-height:1.3em;
	background:#fff;	
    width:100%;
    text-align: center
 }

br {letter-spacing: 0; }

a{cursor:pointer}

a:link {
    border:none;
    color:#8b7d6b;
	text-decoration: none;

}



a:visited {
    border:none;
    color:#8b8b8b;
	text-decoration: none;
}

a:hover {
    border:none;
    color:#8e6a3a;
	text-decoration: none;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

a:active {
    border:none;
    color:#8b7d6b;
	text-decoration: none;
}


a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    
    *opacity:none;
    *filter: none;
    *-ms-filter: "none";
    opacity:none\9;
    filter: none\9;
    -ms-filter: "none"\9;
    
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
        }

a img{border:none;}
img{vertical-align:bottom;}


.calendar{margin:0 auto;padding:2px;text-align: center}
p.month{margin-bottom:0.4em;background:#E4DECF;font-size:16px!important;padding:2px!important}
.cnav ul{margin:0 0 0.4em 0;padding:0;overflow: hidden}
.cnav ul li{list-style: none;width:33%;text-align: center;float: left}

.calendar select.slct{font-size:14px!important;padding:2px!important}
.calendar input{font-size:14px!important;width:50px!important;height:26px!important}

.calendar table.cal{
	text-align: center;
	margin:0.4em auto 0 auto;
	width: 100%;
	height:100%;
	border-collapse: collapse;
	border: 1px solid #CCC4AF;
	}

.calendar table.cal th{
	background: #E4DECF;
	border: 1px solid #CCC4AF;
	white-space: nowrap;


	}
	
.calendar table.cal td{	
vertical-align: top;
border: 1px solid #CCC4AF;
line-height: 1.1em;
height:28px
}



