@charset "EUC-JP";

/* 
 * suizockanbunko.com common style definition
 * version 2007.1.0
 */

/* basic tags */
body {
	width: 800px;
	margin: 0px;
	padding: 0px;
	color: #333;
}

a {
	border: none;
	color: #393;
}

img {
	border: none;
}

/* block settings */
#header {
	width: 800px;
	height: 60px;
	margin: 0px 0px 10px;
	background-image: url("img/header_bg.jpg");
}

#header h1 {
	float: left;
	margin: 0px;
}

#header h2 {
	float: right;
	margin: 20px 10px 0px;
}

#doc {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#season {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px;
}

#news {
	float: left;
	width: 480px;
	margin: 0px;
}

#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px 10px 0px;
}

#side h3 {
	margin: 0px 0px 4px;
	border-bottom: 1px dotted #ccc;
}

#main {
	float: left;
	width: 550px;
	margin: 0px;
}

#news h3, #main h3 {
	margin: 0px;
	padding: 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}

#trackbacks, #comments {
	margin: 0px 10px 20px;
}

#trackbacks h4, #comments h4 {
	margin: 0px;
	padding: 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}

#corner {
}

#corner h3 {
	margin: 5px 10px 10px 9px;
}

#footer {
	width: 800px;
	margin: 10px 0px 10px;
	text-align: center;
}

/* element settings */
.entry {
	margin: 0px 0px 20px;
}

.entry_title {
	font-size: 18px;
	font-weight: lighter;
	line-height: 160%;
}

.entry_title a {
	text-decoration: none;
}

.entry_arr {
	vertical-align: top;
}

.entry_prop {
	margin-right: 5px;
	text-align: right;
	font-size: 10px;
}

.entry_text {
	padding: 5px 10px 0px;
	font-size: 12px;
	line-height: 170%;
}

.entry_link {
	margin: 0px;
	font-size: 12px;
}

.entry_foot {
	margin: 5px;
	border-top: 1px dotted #ccc;
	text-align: right;
	font-size: 10px;
}

.trackbacks_text, .comments_text {
	padding: 5px 10px 0px;
	font-size: 11px;
	line-height: 160%;
}

.side_title {
	font-size: 14px;
}

.side_text {
	padding: 0px 10px 10px;
	font-size: 12px;
}

.side_text li {
	padding-bottom: 0.5em;
}

.powered {
	font-size: 10px;
}

.topics {
	float: left;
	overflow: hidden;
	width: 159px;
	border-left: 1px dashed #ccc;
}

#topic_1 {
	border-color: #fff;
}

.topic_title {
}

.topic_text {
	margin: 5px 10px 10px 9px;
	font-size: 11px;
	line-height: 170%;
}

.clearance {
	visibility: hidden;
	clear: both;
}

.footer_line {
	clear: both;
	width: 790px;
	height: 1px;
	margin: 10px 5px 10px;
	border: none;
	color: #ccc;
	background-color: #ccc;
}

.footer_link {
	margin-bottom: 10px;
}

.links {
	float: left;
	margin: 0px 5px 10px;
}

.copy {
	clear: both;
	font-size: 10px;
}
