/* Blogソース埋め込みエリア */
#blog {
	padding: 0px;
	margin: 0px auto;
	display: block;
	width: 950px;
	background: url(../img/blog/blog_bg.gif) repeat-y left;
}
#blog #blog_menubox {
	padding: 11px 10px;
	text-align: left;
	display: block;
	width: 190px;
	float: left;
}
#blog #blog_mainbox {
	padding: 0px 0px 0px 10px;
	text-align: left;
	display: block;
	width: 730px;
	float: left;
}

/* Blog投稿画像のレイアウト */
#blog #blog_mainbox img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* Blogエリア内の<h3>タグ背景解除 */
#blog h3 {
	background: url(none);
}
/* エントリタイトル設定 */
.entry h3 {
	margin-bottom: 15px;
	color: #004ccb;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

/* Blogエリア内の<ul>タグ設定解除 */
#blog ul {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}

/* Blogエリア内の<p>タグ設定解除 */
#blog p {
	margin-left: 0px;
}


/* Blog メインボックス内リンク色設定 */
#blog_mainbox a:link {
	color: #008aff;
	text-decoration: none;
}

#blog_mainbox a:visited {
	color: #008aff;
	text-decoration: none;
}

#blog_mainbox a:active {
	color: #004ccb;
	text-decoration: underline;
}

#blog_mainbox a:hover {
	color: #004ccb;
	text-decoration: underline;
}

/* Blogのサイドバー内リンク色設定 */
.sidebar a:link {
	color: #008aff;
	text-decoration: none;
}

.sidebar a:visited {
	color: #008aff;
	text-decoration: none;
}

.sidebar a:active {
	color: #004ccb;
	text-decoration: underline;
}

.sidebar a:hover {
	color: #004ccb;
	text-decoration: underline;
}

/* Blogのカレンダー内リンク色設定 */
.calendardbg a:link {
	color: #ffffff;
	text-decoration: none;
}

.calendardbg a:visited {
	color: #ffffff;
	text-decoration: none;
}

.calendardbg a:active {
	color: #ff9900;
	text-decoration: underline;
}

.calendardbg a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* Blogの投稿者情報リンク色設定 */
.entry p.posted a:link {
	color: #008aff;
	text-decoration: none;
}

.entry p.posted a:visited {
	color: #008aff;
	text-decoration: none;
}

.entry p.posted a:active {
	color: #004ccb;
	text-decoration: underline;
}

.entry p.posted a:hover {
	color: #004ccb;
	text-decoration: underline;
}
