@charset "utf-8";


/* topics */
#content {
	background-image: url(../../sight/images/bg_header.jpg);
}

.header {
	height: 100px;
}

.header h1 img {
	margin-bottom: 3px;
}
.header ul {
	margin-top: 550px;
}
.header li {
	float: left;
	margin-right: 20px;
	width: 235px;
}
.header li h2 {
	margin: 20px auto 12px;
	text-align: center;
}
.header li.last {
	margin-right: 0;
}

#ibaraki h2 {
	margin-bottom: 12px;
}

#topics .article {
	margin-right: 30px;
	float: left;
	width: 600px;
}

#topics .article h2 {
	margin-bottom: 0.5em;
	color: #000032;
	font-size: 1.5em;
}

#topics .article h2 span {
	font-size: 0.7em;
}

#topics .article p {
	margin-bottom: 1em;
	padding-left: 5em;
}

#topics .article img {
	margin-bottom: 1em;
	border: solid 10px #fff;
	width: 580px;
	border-radius: 1px;
	box-shadow: 0 0 5px #ccccd6;
}

#topics .archive {
	margin-right: 30px;
	float: left;
	width: 600px;
}

#topics .archive h2 {
	margin-bottom: 0.5em;
	color: #000032;
	font-size: 1.5em;
}

#topics .archive h2 span {
	font-size: 0.7em;
}

#topics .archive p {
	margin-bottom: 1em;
}

#topics .archive img {
	margin-right: 20px;
	border: solid 10px #fff;
	float: left;
	width: 300px;
	border-radius: 1px;
	box-shadow: 0 0 5px #ccccd6;
}

#topics .archive .box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 4px #CCCCD6;
}

#topics .aside {
	padding-top: 60px;
	float: left;
	width: 240px;
}

#topics .aside dl {
	margin-bottom: 20px;
	padding: 15px;
	border: solid 5px #CCCCD6;
	background-color: #fff;
	border-radius: 5px;
}

#topics .aside dl dt {
	margin-bottom: 15px;
	width: 200px;
	height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#topics .aside dl.recent dt {
	background-image: url(../../topics/images/recent_hl.jpg);
}

#topics .aside dl.recent dd {
	margin-bottom: 10px;
	padding-left: 70px;
	position: relative;
	min-height: 60px;
}

#topics .aside dl.recent dd span.date {
	display: block;
	font-size: 0.9em;
}

#topics .aside dl.recent dd img {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 60px;
	border-radius: 30px;
}

#topics .aside dl.categories dt {
	background-image: url(../../topics/images/categories_hl.jpg);
}

#topics .aside dl.categories dd {
	padding-left: 16px;
	line-height: 30px;
	background-image: url(../../topics/images/categories_marker.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
