@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-left:30px;
	margin-top:15px;
	background:url(../images/bg_second.gif) left top;
	border:1px solid #f0eeee;
	padding:15px 50px;
}

#leftcolum .entryBox th,
#leftcolum .entryBox td{
	padding:10px 0;
	font-size:108%;
}

#leftcolum .entryBox td img{
	vertical-align:middle;
	margin-left:10px;
}

#leftcolum .entryBox th{
	width:100px;
}

#rightcolum{
	padding-top:12px;
}

