/* CSS Document */

.column {
	_width:100%;
	margin: 0px 20px 30px 20px; 
}

#ColumnURL {
	background: #FFF2EE;
	border: 1px solid #FFCCCC;
	padding: 3px 10px;
	width: 100%;
	line-height: 150%;
}

#ColumnURL li {
	padding: 2px 0px 2px 30px;
}


.ColumnContents {
	width: 100%;
}

.ColumnContents th {
	font-size: 14px;
	line-height: 18px;
	color: #006633;
	font-weight: bold;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #006633;
	border-left: 0px none;
	text-align: left;
}

.ColumnContents td {
	padding: 10px;
	border: 1px solid #DCDBC0;
	background: #FFFFEC;


}

.ColumnContents img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.risu {
	float: left;
	margin-right:60px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.ColumnContents ul {
	list-style-type: disc;	
}

.ColumnContents ul li {
	line-height: 140%;	
}


.ColumnContents ol {
	margin-left: 15px;
}

.ColumnContents ol li {
	line-height: 130%;
}