@charset "UTF-8";
/* 
	Comment Style Sheet
	Yu Sekiguchi
	2009
*/

sub {
	font-size: 70%;
}

.entry-title {
	width: 500px;
	height: 64px;
}
canvas {
	float: left;
	margin-left: -50px;
	margin-top: -50px;
}
.month {
	display: block;
	width: 100px;
	background: url("../img/caltop.gif") no-repeat top left;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman",Times, serif;
}
.day {
	float: left;
	display:block;
	width: 100px;
	text-align: center;
	background: url("../img/calbottom.gif") no-repeat bottom left;
	padding: 5px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman",Times, serif;
}
.daytext {
	font-size: 12px;
}
.cloud {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/cloudy.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.cloudsun {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/cloudsun.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.sunny {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/sunny.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.rain {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/rain.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.rainheavy {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/rainheavy.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.sunnyrain {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/sunnyrain.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.mistyrain {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/mistyrain.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.lightning {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/lightning.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.snow {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/snow.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.snowly {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/snowly.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.sleet {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/sleet.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}
.storm {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
	background: #ffffff url("../weather/storm.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}

.kazahana {
	float: left;
	display: block;
	width: 140px;
	height: 64px;
	background: #ffffff url("../weather/kazahana.png") no-repeat bottom left;
	margin-top: -30px;
	vertical-align: bottom;
	padding-left: 64px;
}

.comtime {
	float: left;
	display: block;
	padding-left: -64px;
}

.entry-content {
	background: #ffffff url("../img/comback.gif") repeat-x;
	width: 100%;
	background-position: 0% 100%;
	padding: 20px;
	padding-bottom: 30px;
	border-color: #3333ff;
	border-style: double;
	border-width: 3px;
}

/* .entry-content for Mozilla, Firefox, Opera, Safari */
html[xmlns] .entry-content {
	width: 95%;
}


/* 
	Calendar Style
*/
#calendar {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	float: right;
	text-align: left;
}

/*
	Accordion Menu
*/
.ac-content {
	overflow: hidden;
}

