@charset "utf-8";
/* CSS Document */

header {
	min-height: 72px;
	border-bottom: 5px double #666;	
}
header .header-title {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
header .header-title div {
	display: inline-block;
}
header h1 {
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
header .header-logo {
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}
header .header-logo-right {
	float: right;
    margin-top: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.overview-block {
    margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.overview-title {
    font-size: 16px;
    vertical-align: text-top;
}
.overview-detail {
    font-size: 16px;
}
.article-block {

}
.article-text {
	font-size: 16px;
    text-indent: 1em;
	line-height: 150%;
}
.text-normal {
	font-size: 16px;
	line-height: 150%;
}
.entry-link-text {
    font-size: 24px;
    font-weight: 600;
    color: #08e;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 20px;
    text-decoration: underline;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

footer {
	margin-top: 30px;
	border-top: 1px solid #000;
}

.copyright {
	font-size: 16px;
	text-align: right;
}


@media ( min-width: 700px ) {
	.overview-block {
		margin-left: auto;
		margin-right: auto;
		width: 700px;
	}

}