/* ==============================================================

CSS for 笑い飯非公式ウェブログ（WM）｜掲示板
Modified:2010.12.26

============================================================== */

@import url(master.css);

/* メインタイトル */
h2.bbs {
	width:920px;
	height:28px;
	margin:30px auto 15px auto;
	padding-bottom:9px;
	text-indent:0;
	text-align:left;
}


/* ==============================================================
左列
============================================================== */
/* コンテナ */
div#left {
	width:520px;
	height:160;
	margin:10px 30px 0 10px;
	float:left;
	text-align:left;
}
p.separator {
	background:url(../img/dotline_gray.gif) repeat-x left top;
	padding-bottom:30px;
}

/* IE6 Hack */
* html div#left {
	margin-left:5px;
}

dl.bbs {
	width:500px;
	background:url(../img/dotline_gray.gif) repeat-x left bottom;
	padding:0 0 15px 20px;
	margin-bottom:20px;
	text-align:left;
}
dl.bbs dt {
	color:#3581CE;
	float:left;
}
dl.bbs dd.body {
	font-size:95%;
	padding:10px;
	clear:both;
}
dl.bbs dd.date {
	float:right;
	font-size:83.3%;
	padding-top:2px;
}
dl.bbs dd.delete {
	padding:10px;
	font-size:83.3%;
}
dl.bbs dd.delete input {
	margin:0 3px 0 5px;
}

/* 投稿フォーム */
div.comment_form {
	width:300px;
	margin:10px auto;
	text-align:left;
}
input.formfield,
input.formothers {
	width:300px;
	height:20px;
	border:1px solid #CCC;
	background-color:#EFEFEF;
	padding:4px;
}
input.formothers {
	width:150px;
	margin:2px 0;
}
textarea.formfield {
	width:300px;
	height:200px;
	border:1px solid #CCC;
	background-color:#EFEFEF;
	padding:4px;

}

div.pageswitch_bbs {
	background:url(../img/dotline_gray.gif) repeat-x left bottom;
	padding-bottom:20px;
	text-align:center;
}