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


 /* layout
========================================*/

#main {
	width: 564px;
	float: right;
	}
#sub {
	width: 260px;
	float: left;
	}
	
 /* contents 
========================================*/
#main h1.title {
	height: 32px;
	border-bottom: 1px solid #000000;
	margin-bottom: 25px;
	}
#main h1.title img {
	padding: 5px 0 5px;
	}
#main div#blogBox {
	border-bottom: 1px solid #000000;
	}
#main div.blogItem {
	margin-bottom: 40px;
	}
#main div.blogItem img {
	border: 7px solid #000000;
	}
#main span.titleLabel {
	background-color: #000000;
	color: #C3A74C;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px;
	margin-right: 7px;
	}
#main h2 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #917c38;
	margin-bottom: 5px;
	font-size: 108%;
	font-weight: bold;
	line-height: 1;
	}
#main p.blogDate {
	width: 250px;
	float: left;
	margin-bottom: 20px;
	font-size: 85%;
	line-height: 1;
	}
#main p.blogDate span {
	font-size: 77%;
	line-height: 1;
	}
#main p.blogCategory {
	width: 300px;
	float: right;
	margin-bottom: 20px;
	font-size: 85%;
	line-height: 1;
	text-align: right;
	}
#main div.blogText {
	clear: both;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.6;
	color: #000000;
	}
#main p.blogAuthor {
	margin-bottom: 100px;
	font-size: 85%;
	line-height: 1;
	text-align: right;
	border-bottom: 1px solid #917C38;
	border-right: 1px solid #917C38;
	padding-bottom: 5px;
	padding-right: 7px;
	}

#main #pagebute,
#main #pagenavi {
	position: relative;
	margin-top: 10px;
	}
#main #pagebute .prev,
#main #pagenavi .next {
	position: absolute;
	top: -2px;
	}
#main #pagebute .prev span,
#main #pagenavi .next span {
	background: url(../images/mt/arrow_left.gif) left center no-repeat;
	padding-left: 15px;
	font-size: 92%;
	font-weight: bold;
	}
#main #pagebute .next,
#main #pagenavi .prev {
	position: absolute;
	top: -2px;
	right: 2px;
	}
#main #pagebute .next span,
#main #pagenavi .prev span {
	background: url(../images/mt/arrow_right.gif) right center no-repeat;
	padding-right: 15px;
	font-size: 92%;
	font-weight: bold;
	}
#main #pagebute a:link,
#main #pagenavi a:link,
#main #pagebute a:visited,
#main #pagenavi a:visited {
	color: #000000;
	text-decoration: underline;
	}
#main #pagebute a:hover,
#main #pagenavi a:hover,
#main #pagebute a:active,
#main #pagenavi a:active {
	color: #736432;
	text-decoration: none;
	}
.list h2 {
	height: 32px;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	}
.list h2 img {
	padding: 17px 0 5px;
	}
.list ul {
	padding-bottom: 20px;
	}
.list ul li {
	padding-bottom: 10px;
	line-height: 1.1;
	}
.list ul li span {
	font-weight: bold;
	}
.list ul li a {
	font-size: 92%;
	color: #000000;
	}

.list ul.right_list li {
	padding-bottom: 10px;
	}
.list li a:link,
.list li a:visited {
	color: #000000;
	text-decoration: none;
	}
.list li a:hover,
.list li a:active {
	color: #736432;
	text-decoration: none;
	}

#blogNavi ul {
	padding-bottom: 20px;
	padding-top: 20px;
	}
#blogNavi ul li {
	padding-bottom: 7px;
	line-height: 1;
	margin-bottom: 0;
	}
#twitter {
	margin-bottom: 15px;
}

#searchForm {
	margin-bottom: 10px;
	}
#searchForm h2 {
	margin-bottom: 5px;
	margin-top: 12px;
	}
#search_box {
	background-color: #000000;
	border: none;
	padding: 2px;
	height: 17px;
	color: #C3A74C;
	width: 185px;
	float: left;
	display: block;
	margin-right: 5px;
	}
#searchBtn {
	display: block;
	float: left;
	width: 65px;
	}

#main div.resultItem h2 {
	padding: 3px 10px;
	background-color: #000000;
	color: #C3A74C;
	margin-bottom: 20px;
	font-size: 100%;
	}
#main  div.resultItem h3 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #917c38;
	margin-bottom: 5px;
	font-size: 108%;
	font-weight: bold;
	line-height: 1;
	}
#main  div.resultItem p {
	margin-bottom: 40px;
	}
#main  div.result p.back_btn {
	text-align: right;
	}
	
 /* calendar
========================================*/
#calendar {
    margin: 0 0 45px;
	}
#calendar h2 {
	height: 32px;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	}
#calendar h2 img {
	padding: 17px 0 5px;
	}
.calendarhead {
    padding-bottom: 5px;
    font-size: 92%;
    letter-spacing: 0.2em;
	}
#calendar table {
    padding: 0;
    border-collapse: collapse;
	}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 92%;
	font-weight: normal;
    width: 35px;
	}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 92%;
    line-height: 120%;
	}
.today {
    display: block;
    border: 1px solid #000000;
	}
#calendar a:link,
#calendar a:visited {
	color: #000000;
	}
#calendar a:hover,
#calendar a:active {
	color: #736432;
	}
#calendar .sunday,
#calendar .holiday,
#calendar .holiday a:link,
#calendar .holiday a:visited {
    color: #990000;
	}
#calendar .saturday,
#calendar .saturday a:link,
#calendar .saturday a:visited {
    color: #000099;
	}


