/* CSS Document */

.flL{float:left;}

/* ---右スペーススタート--- */
#rightbox {
	width:580px;
	margin-top: 20px;
	padding-right:20px;
	float:right;
}

/* ---メイン画像スタート--- */
#main_photo {
	width:580px;
	background-image:url(../images/main_photo.jpg);
	background-repeat:no-repeat;
	height: 354px;
	text-indent:-9999px;
}

/* ---txtBox--- */
.txtBox{
    width: 530px;
	display:block;
	padding:10px;
	border:solid 3px #FFAE3C;
	font-size:13px;
	margin:0 20px 10px 10px;
	background-color:#fff;
}
.txtBox.bl{
border:solid 3px #8ac1ff;
}
.txtBox p{
	margin:0;
}
.txtBox .btnDetail a{
	margin-top:5px;
	padding:4px 10px;
	background-color:#FF8A00;
	color:#fff;
	display:inline-block;
	text-align:center;
	line-height:1;
}
.txtBox .btnDetail a.bl{
	background-color:#328ff7;
}

/* ---NEWSスタート--- */
#news {
	width:580px;
	margin-top:5px;
}
#news_title {
	width:580px;
	background-image:url(../images/top_titlebar.gif);
	background-repeat:no-repeat;
	height: 25px;
	text-indent:-9999px;
	margin-bottom:15px;
	margin-top:20px;
}
.news_text01 {
	width:560px;
	font-size: 13px;
	line-height: 18px;
	color: #17923c;
	background-image: url(../images/point_green02.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-indent: 15px;
	padding-left:20px;
	margin-bottom:5px;
}
#network {
	width:560px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:5px;
}
.news_text02 {
	width:540px;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	padding-left:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	overflow: hidden;
}
.news_text03 {
	width:480px;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	padding-left:20px;
	padding-right:50px;
	padding-bottom:5px;
}
.news_text04{
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	padding-left:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	overflow: hidden;
	box-sizing: border-box;
}
.news_text04.btm{
	margin-bottom:0;
}

.news_text_b img {
	margin-left:10px;
}
.news_text_b a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.news_text03 img {
	margin-left:10px;
}
.news_text03 a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*-----動画部分-----*/
#infomovie{
	text-align:center;
}