@charset "utf-8";
/**************************************************************************************************
NEWS
**************************************************************************************************/

#ttNews {
	background-image: url(../images/tt_head.jpg);
}
.newsList {
}
.newsList h2 {
	padding : 0 0 7px;
	border-bottom : 3px solid #D4003B;
	margin : 0 0 25px;
}
.newsList div.newsItem {
	padding : 0 0 19px;
	margin : 0 0 20px;
	border-bottom : 1px dotted #cccccc;
}
.newsList div.end {
	border : none;
	padding : 0;
}
.newsItem h3 {
	margin : 0 0 14px;
}
.newsItem h3 span {
	display : block;
	font-family : Verdana, sans-serif;
	background : #D4003B;
	color : #ffffff;
	float : left;
	font-size : 78%;
	padding : 2px 3px;
	margin : 0 10px 0 0;
	font-weight : normal;
}
.newsItem h3 a {
	font-size : 92%;
	line-height : 1.3;
}
.newsItem div.newsThumb {
	float : left;
	width : 170px;
	padding : 5px 0 0;
}
.newsItem div.newsThumb img {
	border:1px solid #ccc;
}
.newsItem div.newsBody {
	float : right;
	width : 335px;
}
.newsItem div.newsBody p {
	color : #666666;
	line-height : 1.8;
	font-size : 92%;
	margin : 0 0 3px;
}
.newsItem div.newsBody p.more {
	font-size : 78%;
	text-align : right;
	margin : 0;
	line-height : 1.1;
}
#innerBlock .newsItem div.newsBody p.more a {
	background : url(../../common/images/link_arrow.gif) no-repeat 0 0.3em;
	padding : 0 0 0 8px;
}
/* news detail */
.newsDetail {
	line-height : 1.8;
}
.newsDetail div.date {
}
.newsDetail div.date span {
	background : #D4003B;
	color : #ffffff;
	font-family : Verdana, sans-serif;
	font-size : 78%;
	padding : 2px 3px;
	line-height : 1;
	float : left;
	display : block;
}
.newsDetail h2 {
	border-bottom : 3px solid #D4003B;
	margin : 0 0 14px;
	font-size : 108%;
	padding : 0 0 6px;
}
.newsDetail h3 {
	color : #D4003B;
	margin : 0 0 4px;
	font-size : 92%;
}
.newsDetail p {
	margin : 0 0 25px;
	font-size : 92%;
	color : #666666;
}
.newsDetail p.spaceShort {
	margin : 0 0 14px;
}
.newsDetail p.itemImg {
	float : right;
	margin : 6px 0 5px 17px;
}
.newsDetail p.itemLink {
	background :url(../../common/images/fm_icon.gif) no-repeat 0 0.6em;
	padding : 0 0 0 10px;
}
.newsDetail div.backLink {
	text-align : right;
	font-size : 78%;
	padding : 8px 0 16px;
	margin : 19px 0 0;
	line-height : 1;
	border-top : 1px dotted #cccccc;
}
.newsDetail div.backLink a {
	background : url(../../common/images/link_arrow.gif) no-repeat 0 0.3em;
	padding : 0 0 0 8px;
}
.newsDetail div.itemImgWide {
	margin-bottom : 10px;
}

/*-------------------------
areaBox 20100324
-------------------------*/
.newsDetail .areaBox{
	color:#666;
	margin:30px 0 0 ;
}
.newsDetail .areaSelect{
	margin:12px 0 35px;
	width:522px;
}
.newsDetail .areaSelect ul{
	margin-right:-2px;
}
.newsDetail .areaSelect li{
	float:left;
	padding:1px 1px 0 0;
}
.newsDetail .areaSelect li a{
	display:block;
	height:30;
}

.newsDetail .areaBox table.area{
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
	margin-bottom:35px;
	border:1px solid #ccc;
}
.area caption img{
	font-weight:bold;
	color:#333;
	margin-bottom:12px;
}
.newsDetail .areaBox table.area th{
	border:1px #CCC solid;
	color:#333;
	background:#efefef;
	font-weight:bold;
	padding:6px 15px 6px 15px;
}
.newsDetail .areaBox table.area th.right{
	width:150px;
}

.newsDetail .areaBox table.area td{
	padding:6px 15px 6px 15px;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
}
.newsDetail .areaBox table.area td span.areaName{
	float:left;
	line-height:1.4;
}
.newsDetail .areaBox table.area td span.gArea{
	float:right;
	font-family:Arial, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Verdana, Helvetica, sans-serif;
}
.newsDetail .areaBox table.area td span.gArea a{
	font-size:78%;
	padding-left:8px;
	background:url(../../common/images/fm_icon.gif) no-repeat left center;
}
.newsDetail .areaBox table.area td.data{
	font-weight:bold;
	vertical-align:top;
	width:135px;
}



