@charset "UTF-8";
/* CSS Document */

/* ブラウザ設定リセット ######################################## */

* {
	margin:0;
	padding:0;
	line-height:1.0;
}
h1,h2,h3,h4,h5,h6,em,strong {
	font-weight:normal;
	font-style:normal;
}
li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:bottom;
	margin:0px;
	padding:0px;
}
.clr {
	clear:both;
	margin:0;
	padding:0;
}
.clearfix {
	height:auto !important;
	height:1px;
	min-height:1%;  /* for IE 7*/
	/*¥*//*/display:inline-table;/**/
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:1%;
	line-height:1%;
	visibility:hidden;
}
hr{
	clear:both;
	visibility:hidden;
}

/* ############################################## */

/* body ######################################## */

html,body {
	height: 100%;
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background:#FFFFFF url(../img/calender/header_back.gif) repeat-x;
}
#layout {
	width:950px;
	padding:0px;
	margin:0 auto -57px auto;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.push {
	height: 57px;
}
#layout_bottom {
	width:100%;
	height:57px;
	padding:0px;
	margin:0 auto;
	text-align:left;
	background:url(../img/calender/footer_back.gif) repeat-x;
}
#footer {
	width:950px;
	margin:0px auto;
}

/* ############################################## */

.header {
	width:950px;
	height:106px;
	position:relative;
}
#calender_contents {
	width:934px;
	margin:0px auto;
	padding:10px 0px;
}
.calender_left {
	float:left;
	width:747px;
	padding:9px;
	border: 2px solid #363636;
	background:#505050;
}
.calender_right {
	float:right;
	width:142px;
	padding:7px 7px 7px 8px;
	border: 2px solid #363636;
	background:#505050;
}
.calender_right li {
	font:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	text-align:center;
}
.year {
	width:139px;
	padding:10px;
	background:#505050;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #363636;
	border-right-color: #363636;
	border-left-color: #363636;
}
.year li {
	background:#6a6a6a;
	border:solid 1px #ffffff;
	font-size:24px;
	line-height:26px;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
}
.calender_back {
	width:724px;
	background:#bcbcbc;
	padding:11px 12px 11px 11px;
}
.month {
	background:url(../img/calender/month_back.jpg) no-repeat;
	width:708px;
	height:32px;
	padding:7px 8px 0px 8px;
}
.month li {
	float:left;
	margin:0px 2px 0px 0px;
}
.day {
	width:707px;
	padding:10px 8px 10px 9px;
	background:url(../img/calender/day_back.jpg) no-repeat #ffffff;
}
.day table {
	width:707px;
	margin:0px auto 10px auto;
}
.day th {
	width:87px;
	padding:5px;
	background:#203c90;
	border: 2px solid #FFFFFF;
	border-collapse:collapse;
}
.day td {
	width:87px;
	height:40px;
	padding:5px;
	border: 2px solid #FFFFFF;
	border-collapse:collapse;
	color:#FFFFFF;
	background:#1f3c91;
}
.day td li {
	color:#FFFFFF;
	font-size:10px;
	line-height:14px;
}
.active_day {
	background:#1f3c91;
}
.none_day {
	background:#d2d8e9;
}
.day td span {
	margin:0px 0px 5px 0px;
}
.day td strong {
	font-size:14px;
	font-weight:bold;
}
.day td li a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.day td li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.day td li a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.day td li a:active {
	text-decoration:none;
	color:#FFFFFF;
}