@charset "utf-8";
/* CSS Document */

/* =========================================================
 ワイヤーフレーム
 ホームのメインエリア
========================================================= */
#container {
	overflow: hidden;
	position: relative;
}
#leftContent {
	float: left;
    width: 626px;
    min-height:200px;
	height: auto !important;
	height: 200px;
}

#rightContent {
	float: right;
	width: 164px;
}

table#topix td.comment {
	padding: 0.5em 0.5em 0.5em 10px;
	border-bottom: 1px dotted #CCC;
	vertical-align: top;
}
table#topix td.day {
	border-bottom: 1px dotted #CCC;
	vertical-align: top;
	background: url(../images/arrow.gif) no-repeat;
	width: 20%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 25px;
}

