@charset "utf-8";
#container #mainImage_wrap {
	background-image: url(../image/index/bg/bg_mainImage.png);
	background-repeat: repeat-x;
	height: 441px;
	width: 100%;
	margin-bottom:10px;
}
#container #content #right_content #greeting {
	background-image: url(../image/index/bg/bg_right_content_greeting.png);
	background-repeat: no-repeat;
	height: 280px;
	width: 535px;
	padding: 20px;
}
#container #content #left_content #news {
	background-image: url(../image/index/bg/bg_left_content_news.png);
	background-repeat: no-repeat;
	height: 320px;
	width: 365px;
	padding-top: 15px;
}
#container #content #right_content #greeting .clear #greeting_text {
	float: left;
	width: 310px;
}
#container #content #left_content #news #ttl_news {
	background-image: url(../image/index/ttl/ttl_news.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 85px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 14px;
	padding-left: 251px;
}
#container #content #right_content #greeting .clear #greeting_photo {
	float: right;
	width: 185px;
}
#container #content #left_content #news dl {
	width: 336px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
}
#container #content #left_content #news dd {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#container #content #left_content #news dd:last-child{
margin-bottom: 0px;
border:none;
}
#ttl_news a#news_list {
	display: block;
	width: 81px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../image/index/btn/btn_news_list.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ttl_news a#news_list:hover {
    background-position: 0 -20px;
}

.icon_news {
	background-image: url(../image/common/icon/icon_news.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 200px;
}
.icon_info {
	background-image: url(../image/common/icon/icon_info.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 200px;
}