html, body, ul, ol, li, form, fieldset, legend, input {
    margin: 0;
    padding: 0;
}

.board_base {
	font-size: 12px;
}

.board_base th,.board_base td {
	text-align: normal;
	vertical-align: middle;
}
/* a-style */
.board_base a:link{color:#707070; text-decoration: none;}
.board_base a:visited{color:#707070; text-decoration: none;}
.board_base a:active{color:#707070; text-decoration: none;}
.board_base a:hover{color:#ff0000;}

.comment_cnt {
	font-size: 10px; 
	color: #aaaaaa; 
}

.inputstyle {
	font-size: 12px; 
	color: #666666; 
	line-height: 14pt; 
	vertical-align:middle;
	height:22px;
	border:1px #cccccc solid;
	width: 100%;
}
.find_input {
	width: 182px;
	height: 25px;
	color: #666;
	margin: 0px;
}

.help {
	font-size: 12px; 
	color: #aaaaaa; 
}

.tr_title {
	background-color: #f8f8f8;
	text-align: center;
	height: 26px;
	font-size: 12px;
}

.tr_content {
	
}

.line_dot {
	background: url('/common/img/dot.gif');
	height: 1px;
}

.line_gray01 {
	background-color: #cccccc;
	height: 1px;
}

.line_gray02 {
	background-color: #d6d6d6;
	height: 2px;
}

.line_gray03 {
	background-color: #bbbbbb;
	height: 2px;
}

.list_title01 {
	font-size: 12px; 
	color: #333; 
	height: 35px; 
	line-height: 35px; 
	text-align: center;
	font-weight: bold;
	background-color: #F9F9F9;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #e3e3e3;
}

.list_data01 {
	height: 28px;
	font-size: 12px; 
	line-height: 14pt; 
	text-align: center;
}

.list_data02 {
	font-size: 12px; 
	line-height: 14pt; 
	text-align: center;
}

.list_subject01 {
	height: 25px;
	font-size: 12px; 
	line-height: 14pt; 
	text-align: left;
}

.list_btn01 {
	text-align: left;
}
.list_btn02 {
	text-align: right;
}

.board_pageing td.board_page_out a {
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	line-height: 15px;
	width: 15px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
}
.board_pageing td.board_page_out a:hover, .board_pageing td.board_page_hover a {
	display: inline-block;
	height: 15px;
	line-height: 15px;
	width: 15px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 12px;
}



.board_tab {
	height: 38px;
	background: url("./img/tab_bot_bg.gif") repeat 0px 0px;
	list-style: none;
	margin-bottom: 5px;
}
.board_tab li a {
	display: inline-block;
	width: 139px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: url("./img/tab_out.gif") no-repeat 0px 0px;
}
.board_tab li a:link{color:#666; text-decoration: none;}
.board_tab li a:visited{color:#666; text-decoration: none;}
.board_tab li a:active{color:#666; text-decoration: none;}
.board_tab li a:hover{
	color:#fff; 
	text-decoration: none;
}
.board_tab li a:hover, .board_tab li a.over {
	color: #fff;
	background: url("./img/tab_over.gif") no-repeat 0px 0px;
}
.board_tab li a.b1:hover, .board_tab li a.b1.over {
	background: url("./img/tab_over1.gif") no-repeat 0px 0px;
}
.board_tab li a.b2:hover, .board_tab li a.b2.over {
	background: url("./img/tab_over2.gif") no-repeat 0px 0px;
}
.board_tab li a.b3:hover, .board_tab li a.b3.over {
	background: url("./img/tab_over3.gif") no-repeat 0px 0px;
}
.board_tab li a.b4:hover, .board_tab li a.b4.over {
	background: url("./img/tab_over4.gif") no-repeat 0px 0px;
}
.board_tab li a.b5:hover, .board_tab li a.b5.over {
	background: url("./img/tab_over5.gif") no-repeat 0px 0px;
}
.board_tab li a.b6:hover, .board_tab li a.b6.over {
	background: url("./img/tab_over6.gif") no-repeat 0px 0px;
}
.board_tab li a.b7:hover, .board_tab li a.b7.over {
	background: url("./img/tab_over7.gif") no-repeat 0px 0px;
}

.board_tab li {
	font-size: 12px;
	height: 37px;
	float: left;
	margin: 0px;
}