@import url('layoutCommon.css');

body {
	background: url('../images/bgBody.gif') repeat-x left 95px;
}
#flash {
	height: 291px;
	margin: 54px 0 0;
}
#header .logo {
	float: left;
	display: inline;
	margin: -326px 0 0 12px;
}
#menu {
	float: right;
	display: inline;
	margin: -291px 0 0;
}
#content {
	float: left;
	width: 688px;
	padding-top: 15px;
}
#right {
	float: right;
	width: 243px;
	padding: 20px 0 0;
	background-color: #F5F5F5;
}
#content,
#right {
	margin-bottom: 40px;
}
#right .news {
	float: right;
}
#right .news ul {
	padding: 0 15px;
}
.entry-content li,
#right .news li {
	width: 213px;
	padding: 9px 0;
	border-top: 1px solid #d8d8d8;
	background: none;
}
.entry-content li.first-child,
#right .news li.first-child {
	border-top: none;
}
.entry-content img,
#right .news img {
	float: left;
	margin: 3px 10px 1px 0;
}
.entry-content h3 a,
#right .news h3 a {
	float: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.entry-content p,
#right .news p {
	line-height: 14px;
	color: #555;
}
.entry-content p.date,
#right .news p.date {
	padding-left: 30px;
	color: #ccc;
}
p.more {
	float: right;
	display: inline;
	padding: 0 10px 0 0;
	background: #fff;
}
#right .news p.more {
	width: 140px;
	margin: 35px 0 0;
	border: 1px solid #F2F2F2;
}
p.more a {
	float: right;
	display: inline;
	padding: 6px 15px 6px 0;
	background: #fff url('../images/ico/arrow.gif') no-repeat right center;
	color: #2B8E39;
	font-weight: bold;
}
.entry-content{
	float: left;
	width: 243px;
	padding: 10px 1000px 1000px 10px;
	background-color: #fff;
}
#right .entry-content {
	width: auto;
	padding: 0;
	background-color: transparent;
}
.entry-content h3 {
	padding-left: 30px;
}
.entry-content li {
	clear: left;
}
.entry-content li .teaser {
	display: none;
	p1adding-left: 30px;
}
.entry-content li.first-child .teaser {
	display: block;
}
.entry-content p.more {
	clear: both;
}
#right p.more{
	clear: none;
}
.entry-content h2 {
	display: block;
}
#right .entry-content h2 {
	display: none;
}

