@charset "utf-8";/* 文字コードセット */

/* メインイメージエリア 
---------------------------------------------------------------------*/
#mainimagearea {
	width: 960px;
	margin:10px 0px;
	display:block;
}

/* 見出し
---------------------------------------------------------------------*/
.tit0201 {
	width: 750px;
	height:30px;
	background: url(../images/title/tit0201.jpg) no-repeat left top;
	text-indent:-9999px;
	display:block;
	margin-bottom:15px;
}
.tit0202 {
	width: 750px;
	height:30px;
	background: url(../images/title/tit0202.jpg) no-repeat left top;
	text-indent:-9999px;
	display:block;
	margin-bottom:15px;
	clear:both;
}

/* ニュースエリア
---------------------------------------------------------------------*/
.newsarea {
	width: 730px;
	padding: 0px 0px 10px;
	margin-bottom:10px;
	background: url(../images/common/bg_dot.gif) no-repeat left bottom;
}
.news-date {
	float: left;
	width: 120px;
	color:#666;
}

.news-txtarea {
	float:left;
	width:610px;
}
.news-title {
	color:#0066CC;
	font-weight:bold;
	padding-bottom:5px;
	font-size:123.1%;
}

.news-txt {
	color:#666;
}

.newstxt2{
	width: 350px;
	line-height:160%;
	padding:0px 0px 10px;
	float:left;
}
