﻿@charset "UTF-8";
/* CSS Document */
/*/////////////////////////////// ニュースページ用タグ　///////////////////////////////// */ 

/*/////////////////////////////// 【START】新着情報ページ　///////////////////////////////// */ 

#news_main-photo{
	width:900px;
	height:185px;
	background:url(../images/news/main-photo.jpg) no-repeat 0 0;
	margin: 15px 0px 14px 0px;
}

.news_photo{
	width:250px;
	float: left;
	padding:0px;
	margin:0px;
}

.news_text{
	width:335px;
	float: right;
	padding:0px;
	margin:0px 0px 0px 10px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック","Osaka";
	font-size:12px;
	line-height:20px;
	text-align:left;
	color: #666666;
}

.news_text a{
   color:  #04996B;
   text-decoration:underline;
}

.news_text a:hover{
   color: #0D2D12;
}

.news_fulltext{
	width:595px;
	float: right;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック","Osaka";
	font-size:12px;
	line-height:20px;
	text-align:left;
	color: #666666;
}

.news_fulltext a{
   color:  #04996B;
   text-decoration:underline;
}

.news_fulltext a:hover{
   color: #0D2D12;
}

.fullti{
	font-family:"A-OTF リュウミン Pro R-KL","メイリオ", Meiryo,"ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3";
	color:#A4000D;
	line-height:20px;
	font-size:17px;
	font-weight:lighter;
	margin:0px 0px 10px 0px;
}

b{
   color: #A4000D;
}

/*//////////////////////////////// 【END】新着情報ページ//////////////////////////////////// */ 

