@charset "UTF-8";


/* main
--------------------------------------------------------------------*/
.widecolumn h2 {
	clear: both;
	padding: 5px 0 0 0;
	width: 620px;
	height: 25px;
	background: url('../images/page_h2.jpg') no-repeat left top;
	text-indent: 2em;
}
.widecolumn h3 {
	margin: 30px 50px 20px 50px;
	height: 26px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.3em;
	text-indent: 0;
	text-align: center;
}

.widecolumn h4 {
	clear: both;
	margin: 30px 0 10px 0;
	padding: 5px 0 3px 15px;
	height: 22px;
	border-left: 5px solid #689cff;
}

.widecolumn h4.higher {
	height: 48px;

}

* html .widecolumn h3 {
	width: 520px;
}
* html .widecolumn h4 {
	width: 620px;
}
* html .widecolumn .entry p {
	width: 620px;
}

p.center {
	clear: both;
}
.entry {
	margin: 30px 0 10px 0;
}
.navigation {
	position: relative;
	margin: 30px 0 20px 0;
	padding: 0;
	width: 620px;
}