@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);

.date{
	border-left:5px solid #91E45C;
	padding:0 0 0 5px;
	line-height:1;
}

.title{
	font-weight:bold;
	font-size:114%;
	border-left:5px solid #91E45C;
	padding:0 0 0 5px;
	border-bottom:1px dotted #CCC;
	margin:0 0 5px 0;
	}

.section{
	padding:10px 0 0 0;
	clear:both;
}

.section img{
	padding:0 5px 0 0;
}

table.input th,
table.input td{
	border:1px solid #CCC;
	padding:3px;
}

table.input th{
	background:#F0F0F0;
	text-align:left;
}
