@charset "UTF-8";
@import "common.css";

#content #blog-left {
	width: 610px;
	float: left;
	margin-right: 43px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #aed235;
	padding-right: 45px;
	color: #777;
}
#content h1 {
	font-size: x-large;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
	color: #777;
}
#content p {
	font-size: large;
	margin-bottom: 25px;
	margin-top: 8px;
	font-weight: bold;
	color: #777;
}
#content #blog-left h2 {
	font-size: large;
	margin-bottom: 5px;
	padding-top: 20px;
	font-weight: bold;
	color: #aed235;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aed235;
}
#content #blog-left p {
	font-size: medium;
	margin-bottom: 8px;
	line-height: 1.3;
	font-weight: normal;
}
#content #blog-left .blog-date {
	font-size: small;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
#content #blog-left a {
	color: #aed235;
	text-decoration: underline;
}
#content #blog-left a:hover {
	color: #2f3b05;
	text-decoration: underline;
}
#content #blog-right {
	width: 260px;
	float: left;

}
#content #blog-right h3 {
	font-size: medium;
	margin-bottom: 8px;
	color: #777;
	font-weight: bold;
}
#content #blog-right ul {
margin-top: 15px;	
margin-bottom: 15px;	
}
#content #blog-right li a {
	margin-top: 7px;
	font-size: small;
	padding-left: 8px;
	padding-bottom: 2px;
	display: block;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #a7d200;
	text-decoration: none;
	color: #aed235;
}
#content #blog-right li a:hover {
	text-decoration: underline;
}
#content #blog-left .return-link {
	font-size: large;
}
