<style>
line-height: 600%;
.board_top { clear:both; }

.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list th { font-weight:bold; font-size:12px; } 
.board_list th { background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; } 
.board_list th { white-space:nowrap; height:34px; overflow:hidden; text-align:center; } 
.board_list th { border-top:1px solid #ddd; border-bottom:1px solid #ddd; } 

.board_list tr.bg0 { background-color:#fafafa; } 
.board_list tr.bg1 { background-color:#ffffff; } 

.board_list td { padding:.5em; }
.board_list td { border-bottom:1px solid #ddd; } 
.board_list td.num { color:#999999; text-align:center; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; color:#4d4d4d; }
.board_list td.name { padding:0 0 0 10px; }
.board_list td.datetime { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.hit { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.good {
	font:normal 12px tahoma;
	color:#4d4d4d;
	text-align:center;
}
.board_list td.nogood {
	font:normal 12px tahoma;
	color:#4d4d4d;
	text-align:center;
}

.board_list .notice { font-weight:normal; }
.board_list .current {
	font:normal 12px tahoma;
	color:#4d4d4d;
}
.board_list .comment { font-family:Tahoma; font-size:15px; color:#EE5A00; }

.board_button { clear:both; margin:10px 0 0 0; }



.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
body,td,th {
	font-size: 12px;
	color: 4d4d4d;
}

a {
	font-size: 12px;
	color: 4d4d4d;
}
a:link {
	text-decoration: none;
		color: 4d4d4d;
}
a:visited {
	text-decoration: none;
	color: 4d4d4d;
}
a:hover {
	text-decoration: none;
	
	color: F8AB06;
}
a:active {
	text-decoration: none;
	color: 4d4d4d;
}


.right_talk{}
.right_talk div:nth-child(2) a:nth-child(1){font-weight: bold;color: #4d4d4d;display: inline-block;line-height: 18px;font-size: 13px;}
.right_talk div:nth-child(2) a:nth-child(1):hover{color:#f8b119;}
.right_talk div:nth-child(2) a:nth-child(2){line-height:21px;}
.right_talk div:nth-child(2) a:nth-child(2):hover{color:#fc7905;}
.right_talk div:nth-child(2) a:nth-child(2) > span:nth-child(1){/* vertical-align: top; */ line-height: 15px;}
</style>