#main {
	padding:0 20px 1em 20px;
	overflow:hidden;
	}
#main div.article{
	width:470px;
	margin-right:20px;
	float:left;
	}

#main .text{
	padding-bottom:1em;
}

#main .text:last-child{
	padding-bottom:0;
}

.caution{
	color:#FF0000;
	font-weight:bold;
}
.text {
	margin-left:1em;
	}

.text h4 {
	display: block;
	margin:1em 0;
	padding-left:3px;
	background: rgba(114,193,41,0.2);
	border-left: rgba(114,193,41,0.2) solid 5px;
	font-size: 14px;
}

.text a:hover{
	opacity:0.5;
	}

.text dl {
	width:800px;
	display:block; 
	margin-top:10px;
	overflow:hidden;
	font-size:14px;
	}
	
.text dl.eplus { height:80px; }
.text dl.minuta { height:50px; }
	
.text dl:after{
	clear:both;
	}
	
.text dt {
	width:100px; 
	float:left;
	}
	
.text dd {
	width:650px;
	float:left;
	}

div.small ul li {
	font-size:14px;
	line-height:130%;
}

/* テーブル関係 */

table.ivent{
	width:400px;
	margin:0 1em 2em 1em; 
	padding:0;
	background:#FF9966;
	border-spacing:1px;
	}

table.ivent:last-child{
	margin-bottom:0
}

table.ivent tr td{
	margin:0;
	padding:5px 1em;
	border:#000000 solid 0px;
	background:#FFFFFF;

}
