@charset "UTF-8";

table#date{
    width:150px;
	text-align:center;
}


table#category{
    width:150px;
    margin-top:5px;
}

table#category tr td{
	vertical-align:middle;
	width:150px;
}

table#category ul{
    padding-left:3px;
    margin-left:0px;
	width:120px;
}

table#category ul li{
	height:35px;
	vertical-align:middle;
	background-image:url(../../img/bbs/pointer_category.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
    padding-left:25px;
	width:120px;
}

table#category ul li a{
	background-color:#FFFFFF;
	border:none;
	text-align:left;
}

div#middle-center{
    background-color:#ffffff;
    width:520px;
    margin-left:10px;
    float:left;
}

div#middle-center ul{
	width:515px;
	margin-left:5px;
}

div#middle-center ul li{
	height:30px;
	width:515px;
	vertical-align:middle;
	background-image:url(../../img/bbs/pointer_article_add_line.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
}

div#middle-center ul li a{
	width:470px;
	text-align:left;
	margin-left:20px;
	background-color:#ffffff;
	border:none;
}

table#coment{
    margin:0px 0px 0px 0px;
    width:520px;
}

