@charset "utf-8";






/* ----------------------------------------------------
	ページ用要素
---------------------------------------------------- */
.index_block-01 dl {
	margin-bottom:20px;
}
	
	.index_block-01 dt {
		width:260px;
		float:left;
	}
		
		.index_block-01 dt img {
			border:5px solid #DDD;
		}
	
	.index_block-01 dd {
		width:690px;
		float:right;
	}
		
		.index_block-01 table {
			width:100%;
			border:5px solid #DDD;
		}
			
			.index_block-01 th,
			.index_block-01 td {
				vertical-align:top;
				padding:3px 20px 3px 10px;
				border-bottom:1px solid #EEE;
			}
			
			.index_block-01 td {
			}
			
			.index_block-01 th {
				width:12em;
				background:url(/common/images/dotted.gif) right top repeat-y;
			}
