@charset "utf-8";
/*---------------------------------------------
	File: part_adventure_board.css
	Date: 2009.12.10th
	Copyright: White-Serpent
---------------------------------------------*/

/* AdventureBoard
----------------------------------------*/
/* ID: tableInsertBoard */

#tableInsertBoard {
	font-size:		11px ;
	margin-left:	10px ;
}
#tableInsertBoard td,
#tableInsertBoard th {
	border-bottom:	1px solid #ccc ;
	padding-left:	10px ;
	padding-top:	3px ;
	padding-bottom:	3px ;
}
#tableInsertBoard th {
	padding-right:	10px ;
}

#tableInsertBoard th.label {
	border-right:	1px dotted #ccc ;
	background:		#e8e8e8 ;
	text-align:		left ;
	padding-left:	10px;
}
#tableInsertBoard td.param {
	text-align:		left ;
}
