@charset "UTF-8";

/*------------------------------------------------------------MainPhoto*/
#mainimage {
	margin: 0 auto;
}
/*------------------------------------------------------------Greeting*/
section#greeting {
	background: url(../img/index_img/bg_greeting.jpg);
	background-position: top center;
	width: 100%;
	height: 544px;
}
section#greeting div {
	width: 1140px;
	height: auto;
	margin: 0 auto;
	padding: 68px 0;
}
section#greeting div p{
	color: #fff;
	margin: 18px auto;
	line-height: 1.7;
}
/*------------------------------------------------------------Time*/
section#time {
	background: url(../img/index_img/bg_time.jpg);
	background-position: top center;
	width: 100%;
	height: 433px;
}
section#time div {
	width: 1140px;
	height: auto;
	margin: 0 auto;
	padding: 68px 0;
}
section#time div p{
	color: #fff;
	margin: 18px auto;
	line-height: 1.7;
}
/*------------------------------------------------------------News_rendo（更新プログラム連動）*/
section#news {
	background: url(../img/index_img/bg_news.jpg);
	width: 100%;
	height: 518px;
}
section#news .news_box {
	width: 1140px;
	margin: 0 auto;
}
section#news .news_box .left_box {
	background: url(../img/index_img/bg_leftbox.jpg);
	width: 540px;
	height: 380px;
	margin: 70px auto;
	float: left;
}
section#news .news_box .left_box h3 {
	position: absolute;
	margin-left: 30px;
	margin-top: -30px;
}
section#news .news_box .right_box {
	background: rgba(255,255,255,0.5);
	width: 540px;
	height: 380px;
	margin: 70px auto;
	float: right;
}
section#news .news_box .right_box h3 {
	position: absolute;
	margin-left: 30px;
	margin-top: -30px;
}
/*一覧リンク*/
#btn_newslist {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background: url(../img/common_img/arrow.gif) no-repeat left 3px;
	padding-left: 10px;
	margin-top: 12px;
}
#btn_newslist a {
	color: #666;
	text-decoration: none;
}
#btn_newslist a:hover {
	text-decoration: underline;
}
/*更新プログラム(連動)リスト*/
.news_rendo{
	width: 480px;
	height: 310px;
	margin: 45px auto 0;
	background: rgba(255,255,255,0.5);
}
.news_rendo li {
	padding: 26px 40px 0;
	position: relative;
}
.news_rendo li time {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.news_rendo li p {
	padding: 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
}
.news_rendo li p a {
	color: #c30605;
	font-weight: bold;
	text-decoration: none;
}
.news_rendo li p a:hover{
	color: #c30605;
	font-weight: bold;
	text-decoration: underline;
}