#blogLeft {
	width: 520px;
	float: left;
}

#blogLeft a:hover {
	color:#000;
	background-color:#EFEFEF;
	text-decoration:none;
}

#blogLeft h3 {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C03;
	padding-left: 2px;
	background: #EFEFEF;
	font: bold 140%/32px "ヒラギノ角ゴ Std W8", "ＭＳ Ｐゴシック", HiraKakuStd-W8, Osaka, "Trebuchet MS", verdana, arial, sans-serif;
}
#blogLeft h3 a {
	color: #000;
	text-decoration: none;
}
#blogLeft .date {
	color: #999;
	font-size: 90%;
	text-align: right;
}
#blogLeft .entry {
	margin-top: 20px;
	padding-left: 12px;
	margin-bottom: 20px;
}

#blogLeft .entry h4 {
	font-size:1.0em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #69F;
	margin-bottom: 15px;
}

#blogLeft .entry p {
	margin-top: 5px;
	margin-bottom: 5x;
	line-height: 180%;
}

#blogLeft .entry ul {
	margin-left:15px;
}

#blogLeft .entry li {
	margin-top:2px;
	margin-bottom:3px;
	list-style-type: disc;
}

#blogLeft .entry li span {
	font-size:80%;
	color:#999;
}

#blogLeft .entry .webcap {
	padding: 5px;
	height: 150px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #69F;
}
#blogLeft .centerAds {
	height: 280px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 15px;
}
#blogLeft .entry-ex {
	
	font-size: 90%;
}

#blogLeft .entry-ex h4 {
	background-color:#EFEFEF;
	background-image: url(../img/rsslist.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 38px;
	font-weight:bold;
}

#blogLeft .entry-ex h4 span {
	color:#666;
}

#blogLeft .entry-ex ul {
	margin-left:30px;
	margin-top:8px;
	margin-bottom:15px;
}

#blogLeft .entry-ex li {
	list-style-type: disc;
}

#blogRight {
	float: right;
	width: 200px;
}
#blogRight .side-menu {
	font-size: 0.9em;
	line-height: 24px;
	height: 24px;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
	background: #69F;
}
#blogRight ul {
	background: #EFEFEF;
}
#blogRight li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F5F5;
	border-bottom-color: #CCC;
}
#blogRight li a {
	font-size: 0.8em;
	line-height: 21px;
	height: 21px;
	width: 190px;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}
#blogRight li a:hover {
	color: #FFF;
	text-decoration: underline;
	background: #69F;
}
