@charset "utf-8";

#contentWrapper a {
	opacity:1;
	text-decoration:none;
	color:#136DB5;
}
#contentWrapper a:hover {
	opacity:0.6;
}
#contents2 {
	line-height: 1.5em;
}
	#contents2 .first {
		margin-right: 22px;
	}
	#contents2 h3 {
		font-size: 130%;
		color: #004185;
		font-weight: bold;
		clear: both;
		margin-bottom: 20px;
	}
	#contents2 div.container {
		float: left;
		width: 460px;
		overflow: hidden;
		margin-bottom: 20px;
		padding: 0 0 0 0;
	}
		#contents2 .catchCopy {
			font-weight:bold;
			font-size:1.1em;
			margin:0.5em 0;
		}
		#contents2 .contentsContainer {
			margin-left:1em;
		}
		#contents2 div.container a {
			display:block;
			text-decoration:underline;
		}
		#contents2 div.container img {
			width: 100%;
		}

