
/* ---------- メインコンテンツ ---------- */
#blogMain{
	float:left;
}


/* ---------- サイドメニュー ---------- */
#blogSide{
	float:right;
}


/* ---------- レイアウト ---------- */
.blogBox {
	border: 3px solid #f6d5ac;
}

a:link,
a:visited,
#blogSide caption a,
.blogBox p.blogDate,
.blogBox h2 {
	color: #ff8c00 !important;
}

#blogSide dt {
	background: #eb944f !important;
}

.blogBox h2 {
	border-bottom: 1px #ff8c00 solid !important;
}

#profile {
	background-color: #f6d5ac;
}

#profile p img {
	width: auto;
	height: auto;
	border-radius: 0%;
}

.blogLink ul li a:hover {
	color: #fff !important;
	text-decoration:none;
	background-color: #ff8c00;
}