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

body {
	font-size:12px;
	line-height:1.6;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


a {
	color:#0068B6;
}
a:hover {
	text-decoration:none;
}

#wrapper {
	width:860px;
	margin:20px auto;
}

/* calendarBox */
	#calendarBox .inner{
		padding:20px 20px 30px;
	}
	#calendarBox p.pageNavi{
		clear:both;
		margin:30px 0;
		text-align:right;
	}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

