/**
*
*
*
*/


/** content **/
div#bbs_content
{
	/* margin: 0px 250px 20px 0px;*/
}

div#bbs_main
{
	
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #DDDDDD;
}

a.*{

}

/* dummy */
.dummy
{
	display: none;
}


div#bbs_menu
{


}

div#bbs_article_form {
	padding:5px;
	width:520px;
}


/**-------------------------------------------------------------**/
/**
 * BBS index
 */
/**-------------------------------------------------------------**/
div.bbs_article
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

div.bbs_article_parent
{


}

div.bbs_article h3
{
	color: #CC0000;
	margin-right: 20px;
	font-weight: bold;
	display: inline;
}
div.bbs_article span.bbs_article_name
{
	margin-right: 10px;
	font-weight: bold;
}
div.bbs_article div.bbs_article_child
{
	margin-left: 30px;
}
span.bbs_article_date
{


}

/** pager **/
div.bbs_pager
{
	margin-bottom: 10px;
	text-align: center;
}
/** management **/
div#bbs_management
{
	padding-top: 20px;
	text-align: center;
}

img.bbs_submit_img
{
	border: 0px none #FFFFFF;
}
img.bbs_new
{
	width: 100px;
	height: 40px;
}
img.bbs_res_submit_img
{
	border: 0px none #FFFFFF;
	width: 40px;
	height: 16px;
}

span.bbs_article_res
{
	
}
p.bbs_article_body
{


}
span.bbs_article_title
{

}
span.bbs_article_no
{

}
span.bbs_article_ip
{

}
/**------------------------------------------------------**/
/**
 * BBS submit
 */
/**------------------------------------------------------**/
table.bbs_submit_table
{
	border: 1px solid #AAAAAA;
}
table.bbs_submit_table td
{
	padding: 4px;
	background-color: #FFFFFF;
}
table.bbs_submit_table td.bbs_item_name
{
	background-color: #FFFFF0;
}
table.bbs_submit_table td.bbs_td_submit
{
	text-align: center;
	background-color: transparent;
}
table.submitTable td.bbs_td_submit input
{
	width: 100px;
	text-align: center;
}
input#bbs_form_name
{
	width: 200px;
	ime-mode: active;
}
input#bbs_form_email
{
	width: 160px;
	ime-mode: disabled;
}
input#bbs_form_title
{
	width: 200px;
	ime-mode: active;
}
textarea#bbs_form_comment
{
	ime-mode: active;
}
input#bbs_form_url
{
	width: 300px;
	ime-mode: disabled;
}
input#bbs_form_icon
{
	
}

dl#bbs_errors
{
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid #999999;
}
dl#bbs_errors dd
{
	/* margin: 0px;*/
	padding: 2px 0px 2px 16px;
	color: #FF0000;
	font-weight: bold;
	background-image: url(../img/attention.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
/**------------------------------------------------------**/
