@charset "utf-8";
/* CSS Document */

#board img{
	float:left;
	margin:5px;
}

#board{
	list-style:none;
	margin-top:50px;
}

#board li{
	border-bottom:1px dashed #CCC;
	margin:0px;
}

#board .name, #board .org_title{
	font-weight:bold;
	line-height:30px;
}

