/* viewer一覧の行スタイル1 */
div.list {
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 5px;
	clear: both;
}

/* viewer一覧の行スタイル2 */
div.list2 {
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 5px;
	background-color: F5F5F5;
	clear: both;
}

/* viewer一覧の日付 */
div.date {
	color: #8C8A8C;
	margin-right: 5px;
	display:inline;
	float:left;
	height:20px;
}

/* viewer一覧のタイトルリンク */
a.link {
	text-decoration: none; 
	color: #000000;
}
a.link:hover { 
	text-decoration: underline; 
}

/* 詳細表示の枠 */
div.waku {
	border-width: 0px;
	border-style: solid;
	border-color: #8C8A8C;
	width: 100%;
}

/* 詳細表示のタイトル */
div.title {
	background-color: #ff9999;
	padding: 5px;
}

/* 詳細表示の内容 */
div.detail {
	height: 680px;
	padding: 5px;
}

/* 添付画像の表示 */
img.attach {
	max-width: 300px;	/* 横幅の最大サイズ */
	max-height: 200px;	/* 縦幅の最大サイズ */
}
