@charset "utf-8";

#thread_list {
	width:590px;
	font-size:12px;
	margin:0 auto 20px auto;
	border-collapse:collapse;
}
#thread_list tr.kisu {
	background:#f4f7f5;
}
#thread_list tr.gusu {
	background:#ffffff;
}
#thread_list th {
	text-align:center;
	background:#a0abaf;
	color:#ffffff;
	padding:2px 5px;
}
#thread_list td {
	padding:4px 6px;
	border:1px solid #cccccc;
}
#thread_list td.name {
	width:100px;
}
#thread_list td.date {
	width:180px;
	text-align:center;
	padding:0
}
#thread_list td.res_count {
	width:40px;
	text-align:center;
}

#thread {
	width:600px;
	margin:20px 0 0 15px;
	padding-bottom:30px;
	color:#454f46;
	border:solid 2px #a0abaf;
	line-height:150%;
	font-size:14px;
}
#thread p.title {
	font-size:16px;
	font-weight:bolder;
	background:#a0abaf;
	color:#ffffff;
	padding-left:5px;
	margin-bottom:10px;
}
#thread p.time {
	text-align:right;
	margin:0 10px;
	font-weight:bolder;
}
#thread p.name {
	text-align:right;
	margin:0 10px;
	font-weight:bolder;
	font-size:14px;
}
#thread p.text {
	margin:10px 0 0 0;
	padding:0 50px;
}
#thread div.buttons {
	text-align:right;
	padding:5px 20px;
}
#thread p.res_title {
	font-size:14px;
	font-weight:bolder;
	margin:30px 20px 10px 50px;
	border-bottom:solid 1px #707070;
}
#thread p.res_time {
	text-align:right;
	margin:0 20px;
	font-weight:bolder;
}
#thread p.res_name {
	text-align:right;
	margin:0 20px;
	font-weight:bolder;
	font-size:14px;
}
#thread p.res_text {
	margin:10px 0 0 0;
	padding:0 30px 0 80px;
}

#search_form div.word {
	margin:0 0 5px 40px;	
}

#search_form div.andor {
	margin:0 0 0 105px;	
}
#search_result {
	font-size:15px;
	color:#ff0000;
	margin:10px 30px;
}

#mode_menu {
	text-align:center;
	margin:20px;
	padding:0px 0 10px 0;
}
#mode_menu table {
	margin:0 auto
}
#mode_menu table td {
	padding:0 5px;
	white-space:nowrap;
	text-align:center;
}

#write_form {
	border-bottom:1px solid #707070;
	margin:0 30px 20px 30px;
	padding:20px 20px 30px 20px;
}
#write_form table td.caption {
	text-align:right;
}
#write_form table td p.error {
	color:#ff0000;
	font-size:12px;
	margin:0 0 5px 0;
}

#rule {
	text-align:right;
	margin:10px 20px 0 0;
}
#rule span {
	color:#CC0000;
}

div.pager {
	text-align:center;
	font-size:15px;
	margin:30px 0;
}

input.name {
	background-color:#f0f0ff;
	width:150px;
	height:20px;
}
input.mail {
	background-color:#f0f0ff;
	width:300px;
	height:20px;
}
input.title {
	background-color:#f0f0ff;
	width:300px;
	height:20px;
}
textarea.text {
	background-color:#f0f0ff;
	width:450px;
	height:300px;
}
input.pass {
	background-color:#f0f0ff;
	width:100px;
	height:20px;
}
input.button {
	height:22px;
}	

div.error {
	color:#FF0000;
	margin:20px 30px;
	font-size:14px;
}