@charset "utf-8";


#this_contents {
	padding:12px 0 0 0;
}
	#this_contents h3{
		margin:24px 0 6px 0;
		padding:0 0 3px 16px;
		font-size:150%;
		background:url(../img/common/icon_blue.gif) left center no-repeat;
		border-bottom:1px solid #61a7ca;
	}
	
	
#this_contents table {
	border-collapse:collapse;
	margin:6px;
	/*background-color:#EEE;*/
}
	#this_contents table th,
	#this_contents table td {
		border-bottom:1px solid #EEE;
		padding:4px;
		margin:0;
	}
	#this_contents table th {
		text-align:right;
	}


#this_contents .contact {
		border:1px solid #EEE;
		background-color:#EEE;
		padding:4px;
		margin:12px;
}

#this_contents ul {
	margin:0 0 0 12px;
	padding:0 0 0 12px;
}
#this_contents ol {
	display:list-item;	
}

