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

/*-- ニュース --*/

#contents-left {
	width: 145px;
	float: left;
}

#contents-right {
	width: 580px;
	float: right;
}

.contents-midashi {
	width: 580px;
	padding-top: 5px;
}

.box-newstitles {
	width: 580px;
	margin-top: 20px;
}

.box-newsentry {
	width: 580px;
	height: 65px;
	margin-bottom: 20px;
}

.entry-left {
	width: 65px;
	float: left;
}

.entry-right {
	width: 500px;
	float: right;
}

.entry-right .date {
	padding-top: 10px;
	color: #69594C;
	font-size: 11px;
	*font-size:71%;
	font-weight: bold;
	*font-weight: normal;
}

.entry-right .title {
	padding-top: 8px;
	font-size: 12px;
}

.entry-right .title a {
	text-decoration:none;
}

.entry-right .title a:hover {
	text-decoration:underline;
}

.entry-left a img {
	border: 1px solid #F0E5C9;
}

.entry-left a img:hover {
	border: 1px solid #B9A372;
}

#page-navi {
	width: 145px;
	height: 25px;
	padding-top: 10px;
	margin: auto;
	display: block;
	text-align: center;
}

/*-- ニュース個別 --*/

.box-newsdetail {
	width: 573px;
	height: 400px;
	margin-bottom: 20px;
}

.box-newsdetail .manager .entry-left {
	width: 78px;
	float: left;
}

.box-newsdetail .manager .entry-right {
	width: 480px;
	float: right;
}

.box-newsdetail .manager{
	height: 100px;
	margin-top: 15px;
}

.entry-right .name {
	padding-top: 10px;
	color: #69594C;
	font-size: 11px;
	*font-size:71%;
	font-weight: bold;
	*font-weight: normal;
}

.entry-right .info {
	padding-top: 4px;
	font-size: 11px;
	*font-size:71%;	
	color: #69594C;
}

.entry-title {
	height: 35px;
	padding-left: 15px;
	margin-bottom: 20px;
	background: url("../images/news/bg-entry-title.gif") no-repeat 0px 0px;
}

.entry-title .date{
	font-size: 11px;
	*font-size:71%;
	color: #69594C;
	font-weight: bold;
}

.entry-title .title{
	font-size: 13px;
	color: #69594C;
	font-weight: bold;
	padding-top: 5px;
}

.news-entry {
	width: 570px;
	height: 250px;
}

.news-entry0 {
	width: 570px;
	height: 250px;
}


.news-image {
	width: 300px;
	float:left;
}

.news-text1 {
	width: 260px;
	float: right;
	font-size: 11px;
	*font-size:71%;
	line-height: 1.5em;
	color: #69594C;
}

.news-text0 {
	width: 560px;
	padding: 5px;
	font-size: 11px;
	*font-size: 71%;	
	line-height: 1.5em;
	color: #69594C;
}

