@charset "UTF-8";
@import url(main.css);

#contentsBox{
	padding-top:15px;
}

#leftcolum{
	float:left;
	width:699px;
	min-height:400px;
}

#rightcolum{
	width:225px;
	float:right;
}

#leftcolum .entryBox{
	margin-top:15px;
	margin-left:30px;
	background:url(../images/bg_second.gif) left top;
	border:1px solid #f0eeee;
	padding:30px;
}

#leftcolum .entryBox ul li{
	float:left;
	width:288px;
}

#leftcolum .entryBox ul li.staff{
	margin-right:30px;
}

#leftcolum .entryBox ul li .txt{
	margin-top:10px;
}

