/* Å×ÀÌºí -blue */
table.table_01 { 
	border-collapse: collapse; 
	margin:.3em 0 1em 0; 
	border-top: 2px solid #A370BE; 
    border-top: 2px solid #6694C2;
	text-align: center;
	width:100%;
	padding:0;
}
table.table_01 caption {
	text-indent: -2000px; 
	height: 0; 
	margin: 0; 
	padding: 0; 
	font-size: 0; 
	line-height: 0; 
	overflow:hidden; 
}
table.table_01 th, table.table_01 td { 
	padding: 5px 6px 3px 6px; 
	line-height:140%; 
}
table.table_01 thead th {
	background-color: #ECF3F9;
    border: 1px solid #B7CFE7;
	font-weight: bold; 
	color:#272727; 
	text-align: center; 
	vertical-align: middle;
	letter-spacing:-0.1em;
	font-size:0.92em;
}
table.table_01 tbody th { 
	background-color:#F6F6F6; 
	font-weight: bold; 
	color:#272727; 
	text-align: center; 
	vertical-align: middle;
	letter-spacing:-0.1em;
	border: 1px solid #cccccc;
	font-size:0.92em;
}
table.table_01 tfoot th { 
	background-color:#F6F6F6; 
	font-weight: bold; 
	color:#272727; 
	text-align: center; 
	vertical-align: middle;
	letter-spacing:-0.1em;
	border: 1px solid #cccccc;
	font-size:0.92em;
}
table.table_01 td { 
	background: #fff; 
	border: 1px solid #e1e1e1; 
}
table.table_01 tfoot td { 
	background: #f5f5f5; 
	font-weight: normal; 
	text-align: center; 
	vertical-align: middle; 
}
table.table_01 td.item { 
	background: #f4f4f4;
	font-weight: bold;
	letter-spacing:-0.1em;
}
table.table_01 td.bg { 
	background: #f4f4f4;
}
table.table_01 td input { 
	border:1px solid #cdcdcd;
	background:#f9f9f9;
	height:16Px;
	margin-bottom:2px;
	vertical-align:middle;
}


.textarea {
	background-color:transparent;
	border:0 none;
	height:237px;
	width:100%;
}
table.table_01 p{padding-bottom:6px} 

#board_write {
    border-bottom: 1px solid #5792D8;
    border-spacing: 0;
    border-top: 2px solid #5792D8;
    float: left;
    width: 100%;
}
#board_write thead th {
    background: none repeat scroll 0 0 #F0F9F7;
    border-bottom: 1px dotted #A06733;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    width: 13%;
}
#board_write thead td {
    border-bottom: 1px dotted #A06733;
    line-height: 1.4em;
    padding: 5px 10px;
    vertical-align: middle;
}
#board_write_radio ul {
    float: left;
}
#board_write_radio li {
    float: left;
    padding-right: 10px;
    vertical-align: middle;
}
#board_write_radio input {
    border: 0 none;
}
#board_write tbody td {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    text-align: left;
}
#board_write tbody td input {
    margin: 3px;
}
#board_write tbody th {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #ccc;
	color:#000;
    font-weight: bold;
    padding: 9px 10px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}
#board_center_btn {
    float: left;
    height: 24px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
#board_center_btn ul.button li {
    display: inline;
    width: 60px;
}
#board_write .description {
    color: #8B8B8B;
    font-size: 11px;
    padding: 2px;
}

