/* ------------------------------ */
body{
	background-color: aliceblue;
	width: 98%;
}
img {
	vertical-align: bottom;
	border-style:none;
}


/* ------------------------------ */
/* リンク */
a {
	text-decoration: none;
}
a:link {
	color: #204090;
}
a:visited {
	color: #704b70;
}
a:hover {
	background-color: #ffe9ea;
	text-decoration: underline;
}

/* ------------------------------ */
/* 上空 */
.title {
	font-weight: bold;
	margin-right: 16pt;
	font-size: large;
}
.title a {
	color: black;
	text-decoration: none;
}

.topbar a {
	color: #4b8080;
	text-decoration: none;
	font-size: large;
	border:none;
}
.topbar a:hover {
	text-decoration: underline;
}
.topbar img {
	vertical-align: middle;
	border-style:none;
}

iframe.bbs {
	border-style:none;
}

.description {
	font-size: small;
}
/* ------------------------------ */
/* 一日分 囲み */
.news {
	background: white;
	border: lightsteelblue 3px solid;
	-moz-border-radius: 8px;
	margin: 4px;
	margin-bottom: 16px;
	padding: 8px;
	padding-top: 4px;
}
/* 日付 */
.date {
	margin-top: 16px;
	margin-bottom: 16px;
	border-left: #8080ee 16px solid;
	color: darkslategray;
	font-size: large;
	font-weight: bold;
	text-indent:12px;
}

/* ------------------------------ */
/* カテゴリ */
.genre {
	font-weight: bold;
	font-size: medium;
	color: #333;
	margin-top: 8pt;
	margin-bottom: 8pt;
}

/* ------------------------------ */
/* 記事個別 */
dl { /* 囲み */
	padding-left: 18px;
	padding-bottom: 0.5em;
}
.headline { /* 見出し */
	color: #555;
	margin: 0px;
	font-size: medium;
}
.headline a {
	font-weight: bold;
}
.subgenre img {
	vertical-align: middle;
	border-style:none;
}
.subgenre {
	font-size: small;
	color: #464;
}
.vc { /* 閲覧数 */
	color: gray;
	margin: 0px;
	font-size: small;
}
.tukkomi_post {
	color: dimgray;
	margin: 0px;
	font-size: small;
}
.edit_button a {
	color: #a0a0a0;
	margin: 0px;
	font-size: small;
}
.del_button a {
	color: #c0c0c0;
	margin: 0px;
	font-size: x-small;
}
.url{
	color: darkgray;
	margin: 0px;
	font-size: small;
}
.url a {
	color: darkgray;
	word-break: break-all;
	word-wrap: break-word;
}
/* コメント */
dd {
	margin-left: 1.5em;
}
.comment {
	color: darkslategray;
	font-size: small;
	overflow: hidden;
}
.comment p {
	margin: 0;
}

.via {
	margin: 0px;
	font-size: small;
	color: #666;
}
.via a {
	color: #666;
}

/*--- ツッコミ ---*/
.tukkomi {
	border: lightsteelblue 2px dotted;
	padding: 8px;
	margin-right: 2em;
	margin-top: 3px;
	color: darkslategray;
	font-size: small;
}
.tukkomi_hash {
	color: #999;
	font-size: x-small;
}
.tukkomi_post a {
	color: #808080;
}


.expose {
	font-size: small;
	background: #e0e0d0;
}
.sched {
	font-size: small;
}

/*--- レイアウト用 ---*/
#column_left {
	float: left;
	width : 70%;
	margin: 0 auto;
	overflow: hidden;
}
#column_right {
	margin-left: 70%;
}
#column { /* 過去ログ用 */
	margin: 0 auto;
	overflow: hidden;
}

#calender_row {
	width: 100%;
	clear: both;
}
