#post{
	margin-bottom: 70px;
}

#blog-title{
	background: url(/blog/img/title-bg.jpg) no-repeat;
	width: 550px;
	height: 35px;
	padding-top: 15px;
}

#title-text{
	width: 413px;
	padding: 0 10px 0 27px;
	color: #006442;
	font-weight: bold;
	float: left;
}

#title-day{
	width: 75px;
	padding: 0 15px 0 10px;
	color: #006442;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	float: left;
}

span#category{
	background-color: #006442;
	padding: 4px 7px 5px 10px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

div#category{
	text-align: right;
}

span#category a{
	text-decoration: underline;
	color: #ffffff;
}

span#category a:hover{
	text-decoration: none;
}

#sentence{
	line-height: 1.8em;
}

#sentence p{
	margin-top: 1.6em;
}


#sentence h6{
	color: #006442;
	font-weight: bold;
	font-size: 10pt;
	line-height: 2em;
}

#sentence h5{
	font-size: 14pt;
	line-height: 2em;
}

#sentence h4{
	font-size: 18pt;
	line-height: 2em;
}

#sentence h3{
	font-size: 22pt;
	line-height: 2em;
}

#sentence h2{
	font-size: 26pt;
	line-height: 2em;
}

#sentence h1{
	font-size: 30pt;
	line-height: 2em;
}



#to-top{
	height: 24px;
	border-top: 1px solid #D0C6A6;
	text-align: right;
	margin-top: 40px;
}

#to-page{
	width: 550px;
	height: 30px;
	background: #D9E8E3;
	text-align: center;
	line-height: 32px;
	color: #006442;
	font-weight: bold;
	font-size: 9pt;
	margin-top: 30px;
}

span#to-page{
	padding: 0 14px;
	text-align: center;
}

.home{
	border-right: 1px solid #562723;
	border-left: 1px solid #562723;
	height: 20px;
}

#category-title{
	color: #F26F20;
	font-size: 14pt;
	margin: 0 0 30px 0;
	letter-spacing: 3px;
}

div#cat-to-page{
	width: 550px;
	height: 30px;
	background: #D9E8E3;
	line-height: 32px;
	color: #562723;
	font-weight: bold;
	font-size: 9pt;
	margin-top: 30px;
}

.cat-to-home{
	height: 20px;
}

.previous-next-in-cat{
	float: right;
	padding-right: 14px;
}

#previous-in-cat{
	position: relative;
	right: 14px;}

#next-in-cat{
	position: relative;
	right: 0px;
}



/* サイドバー */
#calendar{
	background: url(/blog/img/calender-bg.gif) no-repeat;
	width: 190px;
	height: 182px;
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
}

#wp-calendar thead{
	text-indent: -100000em;	
}

#calendar-week{
	background-color: #562723;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	width: 190px;
	position: relative;
	top: 30px;
}

#calendar-week td{
	text-align: center;
}

#calendar-week #sun{
	color: #EC1B24;
}

#calendar-week #sat{
	color: #00ADEF;
}

#wp-calendar{
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	color: #929497;
	position: relative;
	top: -16px;
}

#wp-calendar td, #wp-calendar th{
	text-align: center;
	height: 25px;
}

#wp-calendar caption{
	margin-bottom: 8px;
	font-size: 11pt;
}

#prev{
	position: relative;
	top: -197px;
	left: -18px;
	font-size: 9pt;
}

#next{
	position: relative;
	top: -197px;
	right: -18px;
	font-size: 9pt;
}

#wp-calendar caption{
	color: #562723;
}

#wp-calendar a{
	color: #562723;
}





div#index{
	width: 250px;
	margin-bottom: 30px;
}

h3#index{
	margin-bottom: 10px;
}

.widget_recent_entries .widgettitle{
	overflow: hidden;
	text-indent: -100000em;
	background: url(../img/recent-title.jpg) no-repeat 0 8px;
	margin-bottom: 10px;
	width: 250px;
	height: 33px;
}

.categories{
	overflow: hidden;
	text-indent: -100000em;
}

.widget_archive .widgettitle{
	overflow: hidden;
	text-indent: -100000em;
	background: url(../img/archive-title.jpg) no-repeat 0 8px;
	margin-bottom: 10px;
	width: 250px;
	height: 33px;
}

li.cat-item, .widget_archive li, .widget_recent_entries li{
	background: url(../../img/square-light.jpg) no-repeat 0 8px;
	font-size: 9pt;
	line-height: 2em;
	margin-left: 5px;
	padding-left: 10px;
}

/* リンク */
/* サイドバー */
li.cat-item a:link, .widget_archive li a:link, .widget_recent_entries li a:link {color: #333333; text-decoration: underline;}

li.cat-item a:visited, .widget_archive li a:visited, .widget_recent_entries li a:visited {color: #333333; text-decoration: underline;}

li.cat-item a:hover, .widget_archive li a:hover, .widget_recent_entries li a:hover {color: #562723; text-decoration: none;}


/* 前後のページへ */
a:link {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #006442; text-decoration: none;}