.feat-item {
	margin-bottom: 20px;
	padding: 10px;
	background: #e7dfd9;
}
.feat-img {
	float: left;
	width: 260px;
}
.feat-column {
	float: left;
	width: 385px;
}
.feat-column h2 {
	margin-bottom: 10px;
}
p.subttl {
	font-weight: bold;
	margin-bottom: 10px;
}
p.subttl-big {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
}
.feat-column dt {
	margin: 12px 0;
}

/* @group LINK */

.feat-column dt a:link,
.feat-column dt a:visited {
	color: #300;
	font-size: 180%;
	line-height: 1.2;
	text-decoration: none;
}
.feat-column dt a:active,
.feat-column dt a:hover {
	text-decoration: underline;
}

/* @end */

.feat-column dd {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 15px;
}
.feat-column dd p,
p.author {
	font-weight: bold;
	margin-bottom: 8px;
}
.feat-column dd p span,
p.author span {
	font-size: 80%;
	font-weight: normal;
}

/* @group DETAIL */

h1#feat-ttl {
	margin-bottom: 0;
}
h2.page-ttl {
	font-size: 160%;
	line-height: 1.2;
	text-decoration: none;
	margin-bottom: 10px;
}
p.lead {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
}

.feat-txt {
	margin-top: 20px;
}
.feat-txt img {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}
.feat-txt p {
	font-size: 120%;
	line-height: 1.6;
	margin-bottom: 25px;
}

#guest-info {
	padding: 10px;
	background: #e7dfd9;
}
#guest-info img {
	margin-right: 13px;
	float: left;
	width: 210px;
}
#guest-info dl {
	margin-left: 223px;
	width: 420px;
}
#guest-info dt {
	font-size: 120%;
	font-weight: bold;
	margin: 4px 0 6px;
}
#guest-info dt img {
	float: none;
	width: auto;
}

/* @end */

/* @group Clearfix */

.feat-item:after,
.feat-txt:after,
#guest-info:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.feat-item,
.feat-txt,
#guest-info{display: inline-block;}
/* Hide MacIE \*/
* html .feat-item,
* html .feat-txt,
* html #guest-info{height: 1%}
.feat-item,
.feat-txt,
#guest-info{display: block;}
/* End hide MacIE */

/* @end */
