﻿@charset "utf-8";
/* CSS Document */

/* #newsArea */
#newsBox {
	padding: 0px;
	clear: both;
	width: 649px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
	.newsItem {
		width: 649px;
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 12px;
		margin-left: 0px;
		background-image: url(../../../topics/images/tBg.jpg);
		background-repeat: repeat-x;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 8px;
	}
	.newsItem:after {
		content : "";
		height : 0;
	}
		.newsItemT {
			display : block;
			width : 640px;
			margin-bottom : 4px;
			height : 2.5em;
		}
			.title {
				float:left;
				line-height: 138%;
				font-weight: bold;
				padding-top: 4px;
				padding-right: 4px;
				padding-left: 26px;
				font-size: 114%;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 4px;
				margin-left: 0px;
				background-image: url(/images/newPoint.jpg);
				background-repeat: no-repeat;
				background-position: 0.5em 0.6em;
				color: #333333;
			}
		.date {
			background-repeat: no-repeat;
			padding-top: 2px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 65px;
			font-weight: bold;
			color: #666666;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 4px;
			margin-left: 0px;
			letter-spacing: 0.1em;
			float:right;
			font-size:75%;
		}
		
		.newsItemContent {
			display : block;
			width: 640px;
			margin-bottom: 4px;
		}
		
			
			.newsItemContent img {
				float: left;
				padding-top: 4px;
				margin-right: 10px;
				margin-bottom: 2px;
				margin-left: 0px;
			}
			.newsItemContent .newsText {
				float: left;
				line-height: 148%;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 14px;
				color: #666666;
				font-family:"ＭＳ ゴシック", "Osaka－等幅";
			}
		
			.newsItemContent .newsText a{
				background-image:url(/images/go2any.gif);
				background-repeat:no-repeat;
				background-position:0px 0.1em;
				padding:0px 0px 0px 14px;
			}
			
			
			.newsItem .newsText a:hover.go2Ext {
					background-image:url(/images/go2any_f2.gif);
			}
		
		

