@charset "utf-8";
/*

*/

#main .item {
	text-align:center;
	width:710px;
	background:#fff url('../images/entry_middle.jpg') center;
	margin:0 auto;
}
#main .item .top {
	width:710px;
	height:16px;
	background:#fff url('../images/entry_top.jpg') no-repeat top center;
}
#main .item .bottom {
	width:710px;
	height:16px;
	background:#fff url('../images/entry_bottom.jpg') no-repeat bottom center;
}
#main .item .middle {
	text-align:left;
	width:680px;
	margin:0 auto;
}
#main .item .title {
	font-size:1.25em;
	color: #235;
	border-bottom:#ccf 1px dotted;
	background: inherit;
}
#main .item .title a {
	color: #e60;
}
#main .item .title a:visited {
	color: #e87;
}
#main .item .title a:hover {
	color: #f00;
	background:#eef;
}
#main .item .data {
	font-size:80%;
	text-align:right;
}

.item h2, .item h3, .item h4, .item h5, .item h6 {
	color: #235;
	margin:0.6em 0.25em 0.4em 0.25em;
}
.item p {
	text-indent:0;
}

.entry .headline {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	margin:2px 0 10px 0;
}

.entry strong {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	margin:2px 0 10px 0;
}

.entry em {
	font-style:normal;
	font-weight:bold;
}

.entry .link-self {
	color:#085;
}
.entry .link-out {
	color:#045;
}

.entry dt {
	font-style: italic;
	margin:10px 0 0 0;
}
.entry dd {
	margin:5px 0 0 5em;
}

.entry .box {
	background:#ddf;
	border:#89c 1px solid;
	padding:10px;
	margin:5px 10px 20px 10px;
}
.entry .box .headline {
	color:#fff;
	background:#89c;
	font-size:1.14em;
	padding:2px 10px;
}
.entry .box dt {
	font-style: italic;
	margin:10px 0 0 0;
}
.entry .box dd {
	margin:5px 0 0 5em;
}
.entry .box dd .headline {
	font-size:1em;
	color:#333;
	padding:0;
	background:inherit;
}

.entry .box-wide {
	margin:0 -10px;
}

.entry .box-super-wide {
	margin:0 -20px;
}

.entry p {
	text-indent:0;
}

.excerpt p {
	text-indent:0;
}

.excerpt .next {
	text-indent:0.5em;
	margin-top:0.5em;
}

.excerpt .image {
	width:128px;
	float:left;
	margin:0 1em 1em 0;
	text-align:center;
}

.excerpt .image img {
	margin:auto auto;
}

.item .postmetadata {
	clear:both;
}

