@charset "UTF-8";

/*TOP_img*/
#top_img {
	margin: auto;
	height: 70px;
	width: 900px;
	padding-top: 60px;
}

/*お知らせ＆イベントニュースここから*/
#t_news_navi {
	text-align: left;
	float: left;
	height: 40px;
	width: 350px;
	margin-left: 128px;
	margin-top: 13px;
	letter-spacing: 0.6em;
}

#t_news_navi_box p {
	padding-top: 35px;
}

#t_news_navi img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#t_news_navi a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#news {
	height: auto;
	width: 900px;
	float: left;
	margin-top: 10px;
}

.news_box {
	width: 900px;
	height: auto;
	/*overflow: auto;*/
	color: #333333;
	text-align: left;
	margin-left: 0px;
	float: left;
	display: inline;
}

#news_on {
	float: left;
	height: auto;
	width: 867px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}

#news_on img {
	padding-top: 3px;
}

#news_day {
	float: left;
	height: 50px;
	width: 65px;
}

#news_new {
	height: auto;
	width: 55px;
	float: left;
}

#news_cont {
	float: left;
	height: auto;
	width: 747px;
	padding-bottom: 5px;
}

#naiyo {
	float: left;
	height: auto;
	width: 700px;
	margin-top: 30px;
	margin-left: 120px;
}

#photo {
	float: left;
	height: auto;
	width: 497px;
	margin-top: 30px;
	margin-left: 120px;
}
/*お知らせ＆イベントニュースここまで*/

/*活動報告ここから*/
#activity_naiyo {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 30px;
}

#activity_photo {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 30px;
}

#activity_img {
	float: left;
	height: auto;
	width: 155px;
	padding-bottom: 5px;
}

#activity_day {
	float: right;
	height: 20px;
	width: 695px;
}

#activity_cont {
	float: right;
	height: auto;
	width: 695px;
	padding-bottom: 5px;
}
/*活動報告ここまで*/

/*Photoギャラリーここから*/
#activity_photo_box {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 50px;
}

#photo_box {
	height: 160px;
	width: 154px;
	float: left;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 15px;
}

#photo_box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Photoギャラリーここまで*/

/*ボタンここから*/
#btn_s {
	float: left;
	width: 190px;
	height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 120px;
}

form input#btn_submit_01 {
	background: url(../media/submit_01.gif) no-repeat left top; 
}

form input.input_btn {
	width: 100%;
	height: 30px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 5px;
}

/* Operaのみ適用*/
*+html:first-child body form input.input_btn {
	padding-left: 300px;
}
/*ボタンここまで*/