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

div#contents h2 {
	margin-bottom: 40px;
	}
div#main {
	width: 450px;
	float: left;
	}
div#sub {
	width: 180px;
	float: right;
	}

div.blogItem {
	padding-bottom: 40px;
	}
div.date {
	color: #999999;
	}
div.blogItem h3 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 100%;
	}

div#sub h3 {
	font-size: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	}
div#calendar {
	margin-bottom: 30px;
	height: 130px;
	overflow: visible;
	}
div.list {
	margin-bottom: 30px;
	}
div.list li {
	margin-bottom: 10px;
	line-height: 1.1;
	}

div#guide {
	width: 450px;
	border-top: 1px solid #333333;
	padding-top: 10px;
	}
div#guide span.next{
	width: 215px;
	float: left;
	background: url(/images/mt/page_arrow01.gif) left center no-repeat;
	padding-left: 10px;
	}
div#guide span.back{
	width: 215px;
	float: right;
	background: url(/images/mt/page_arrow02.gif) right center no-repeat;
	text-align: right;
	padding-right: 10px;
	}
div#guide span.back a:link,
div#guide span.back a:visited,
div#guide span.next a:link,
div#guide span.next a:visited {
	color: #999999;
	}
div#guide span.back a:hover,
div#guide span.back a:active,
div#guide span.next a:hover,
div#guide span.next a:active {
	color: #999999;
	text-decoration: underline;
	}
	
div#pagebute,
div#pagenavi {
	border-top: 1px solid #333333;
	position: relative;
	margin-bottom: 40px;
	}
div#pagebute .prev,
div#pagenavi .next {
	position: absolute;
	top: 10px;
	}
div#pagebute .prev span,
div#pagenavi .next span {
	background: url(/images/mt/page_arrow01.gif) left center no-repeat;
	padding-left: 10px;
	}
div#pagebute .next,
div#pagenavi .prev {
	position: absolute;
	top: 10px;
	right: 2px;
	}
div#pagebute .next span,
div#pagenavi .prev span {
	background: url(/images/mt/page_arrow02.gif) right center no-repeat;
	padding-right: 10px;
	}
div#pagebute a:link,
div#pagenavi a:link,
div#pagebute a:visited,
div#pagenavi a:visited {
	color: #999999;
	text-decoration: none;
	}
div#pagebute a:hover,
div#pagenavi a:hover,
div#pagebute a:active,
div#pagenavi a:active {
	color: #999999;
	text-decoration: underline;
	}

a:link,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover,
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}

/* calendar
========================================*/
div#contents #calendar h2 {
	margin-bottom: 10px;
	font-size: 100%;
    text-align: center;
}
.calendar {
    margin: 5px 0;
    text-align: center;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
.calendar table {
    padding: 0;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 9px;
    width: 25px;
}
.calendar td {
    padding: 2px 0;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #CC0000;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #999999;
}
.calendar .holiday a:link,
.calendar .holiday a:visited {
	border-bottom: 1px solid #CC0000;
}
.calendar .holiday a:hover,
.calendar .holiday a:active {
	border-bottom: none;
	text-decoration: none;
	}
.calendar .saturday a:link,
.calendar .saturday a:visited {
	border-bottom: 1px solid #999999;
}
.calendar .saturday a:hover,
.calendar .saturday a:active {
	border-bottom: none;
	text-decoration: none;
	}
.calendar a:link,
.calendar a:visited {
	border-bottom: 1px solid #FFFFFF;
	}
.calendar a:hover,
.calendar a:active {
	border-bottom: none;
	text-decoration: none;
	}

