#blog {
	margin-top:40px;
}
#blog_left {
	width:630px;
	float:left;
	margin-left:10px;
}
* html #blog_left {
	margin-left:5px;
}
#blog_right {
	width:230px;
	float:right;
	margin-right:10px;
}
* html #blog_right {
	margin-right:5px;
}
.mtright h2 {
	font-size:16px;
	background:url(../images/menu.jpg) no-repeat;
	height:25px;
	color:#FFF;
	padding:5px 0 0 10px;
	margin-bottom:10px;
}
.mtright ul {
	list-style:none;
	margin-bottom:20px;
}
.mtright ul li {
	margin-bottom:3px;
}
.blog h2 {
	background:url(../images/blog_h2.jpg) no-repeat;
	text-align:center;
	color: #FFFFFF;
	font-size:16px;
	height:25px;
	padding:5px 0 0 10px;
	margin-bottom:10px;
}
.blogtitle {
	color: #FF8BB3;
	margin:0.5em 0 0 0;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align: left;
	text-indent: 5px;
	color: #666;
	font-weight:bold;
	border-bottom:solid 1px;
	border-top:solid 1px;
}
.entry {
	font-size:14px;
	line-height:1.4em;
	text-align:justify;
	margin-bottom:10px;
}
.entrysita {
	text-align:right;
	padding-right:0.8em;
	margin-bottom:20px;
}
.entrysita a {
	color:#333;
}
.hiduke {
	font-weight:bold;
	text-align:center;
	color:#666666;
	padding:0.8em 0em;
	font-size:14px;
}
.entrylink {
	border-top:dashed 1px #666666;
	text-align:center;
	padding-top:5px;
}
/*カレンダー*/ 
#rightblock #calendar {
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
	padding:0px;
	text-align: center;
	margin-bottom: 20px;
}
#calendar table {
	width: 230px;
	padding:0px;
}
#calendar h2{
	text-align:left;
}
/*カレンダーの曜日*/ 
#rightblock #calendar th {
	line-height: 12px;
	font-size:10px;
	text-align: center;
	font-weight: bold;
	color:#333333;
	padding:2px 0px 0px 0px;
}
#rightblock #calendar td {
	line-height: 12px;
	font-size:10px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding:2px 0px 0px 0px;
	border-right: solid 2px #333333;
	border-left: solid 1px #333333;
	border-top: solid 1px #333333;
	border-bottom: solid 2px #333333;
}
#rightblock #calendar a {
	color: #000000;
	background-color: #999999;
	text-decoration: none;
}
#rightblock #calendar a:hover {
	color:#009900;
	background-color:#CCCCCC;
	text-decoration:underline;
}
