@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 100%;
	padding-top:1em;
}

.entry-title {
	font-weight: 400;
	font-size: 12px;
}

.calendar_box {
	height:100%;
}

.top_ctrl {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.calendar{
	border: 0px #000000 solid;
}

.calendar th{
	border: 0px #000000 solid;
}

.calendar td{
	width: 80px;
	height: 56px;
	padding: 0px;
}

.date_font {
	font: 100 14px/1 Times New Roman;
}

.yobi {
	height: 18px;
	padding-top: 4px;
	border: 1px solid #ccc;
	font: 100 12px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.y_red {
	color: firebrick;
}

.y_blue {
	color: navy;
}

.y_green {
	color: darkgreen;
}

.date_block {
	position: relative;
	text-align:center;
	height:100%;
}

.bkgd_green {
	border-bottom: medium solid darkgreen;
	vertical-align: bottom;
}

.bkgd_green_other {
	border-bottom: medium solid #80bea0;
	vertical-align: bottom;
}

.txt_green {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	color: darkgreen;
	line-height: 24px;
	overflow: hidden;
}

.bkgd_red {
	border-bottom: medium solid crimson;
	vertical-align: bottom;
}

.bkgd_red_other {
	border-bottom: medium solid pink;
	vertical-align: bottom;
}

.txt_red {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	color: crimson;
	line-height: 24px;
}

.bkgd_blue {
	border-bottom: medium solid navy;
	vertical-align: bottom;
}

.bkgd_blue_other {
	border-bottom: medium solid #cde;
	vertical-align: bottom;
}

.txt_blue {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 28px;
	color: navy;
	line-height: 24px;
}

.bkgd_gray {
	position: relative;
	height:100%;
	color: gray;
	text-align:center;
}

.txt_other {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 24px;
	line-height: 24px;
}


.bkgd_today {
	height: 28px;
	width: 100%;
	background: gold;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.txt_today {
	height: 28px;
	color: #000;
	line-height: 24px;
	overflow: hidden;
}

.holiday_txt_red {
	height: 2em;
	color: crimson;
	padding-top: 2px;
	margin: 0px;
  text-align:center;
	font: 400 12px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	overflow: hidden;
}


.year {
	padding-left: 10px;
	padding: 2px 10px;
	font: 400 18px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.month {
	padding-left: 10px;
	padding: 2px 10px;
	font: 400 18px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.sengetu {
	float: left;
	padding: 2px 30px;
	font-size: 1em;
}

.kongetu {
	padding: 2px 30px;
	font-size: 1em;
}

.raigetu {
	float: right;
	padding: 2px 30px;
	font-size: 1em;
}

h1{
	padding:0.5em 0px;
	margin-bottom:20x;
	background-color:#009628;
	color:#FFF;
	font-size:22px;
}
h2{
	padding: 15px;
	background-color: #666;
	color: #FFF;
	width: 500px;
	margin: 10px auto;
	border-radius:5px;
}