@charset "utf-8";
/* CSS Document */
#news_content {
	text-align: left;
}

	#news_content #news_text {
		float: left;
		width: 440px;
		min-width: 440px;
		max-width: 440px;
		letter-spacing: -0.05em;
		line-height: 1.25em;
		color: #000000;		
	}

		#news_content #news_text #news_left {
			float: left;
			width: 200px;
			min-width: 200px;
			padding-top: 15px;
			margin-right: 10px;
		}

			#news_content #news_text #news_left #news_image {
				width: 178px;
				min-width: 178px;
				max-width: 178px;
				height: 223px;
				min-height: 223px;
				max-height: 223px;
				border: 12px #bfd4e0 solid;
				background-position: center center;
				background-repeat: no-repeat;
				background-color: #bfd4e0;
				margin-bottom: 10px;
			}

		#news_content #news_text p {
			margin-bottom: 10px;
			font-size: 93%;
			color: #858585;
			letter-spacing: -0.05em;
			line-height: 1.25em;
		}

		#news_content #news_text strong {
			font-weight: bold;
		}

		#news_content #news_text em {
			font-style: italic;
		}
		
		#news_content #news_text u {
			text-decoration: underline;
		}

	#news_content #news_select {
		margin-top: 18px;
		float: right;
		width: 282px;
		min-width: 282px;
		max-width: 282px;
	}

		#news_content #news_select #box_newsfeed {
			width: 240px;
			height: 400px;
			overflow-y: auto;
			overflow-x: hidden;
			padding-right: 10px;
		}

		#news_content #news_select h1 {
			color: #566974;
			font-weight: bold;
			font-size: 108%;
			letter-spacing: -0.05em;
			margin-bottom: 10px;
		}

		#news_content #news_select h2 {
			color: #1987c9;
			font-weight: bold;
			font-size: 100%;
			letter-spacing: -0.05em;
			line-height: 1.0em;
			margin-bottom: 2px;
		}

			#news_content #news_select h2 a:link, 
			#news_content #news_select h2 a:active, 
			#news_content #news_select h2 a:visited {
				cursor: pointer;
				text-decoration: none;
				color: #1987c9;
			}

			#news_content #news_select h2 a:hover {
				text-decoration: underline;
			}

		#news_content #news_select h3 {
			color: #b0b0b0;
			font-weight: normal;
			font-size: 93%;
			letter-spacing: -0.05em;
			line-height: 1.0em;
			margin-bottom: 15px;
		}

			#news_content #news_select h3 a:link, 
			#news_content #news_select h3 a:active, 
			#news_content #news_select h3 a:visited {
				cursor: pointer;
				text-decoration: none;
				color: #b0b0b0;
			}

			#news_content #news_select h3 a:hover {
				text-decoration: underline;
			}

