@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

#index{
	padding:10px ;
}

/*------------------------------------------------------------MainPhoto*/
section#mainphoto div {
}


/*------------------------------------------------------------about*/
#about{
}




/*------------------------------------------------------------News01*/
section#news01 div {
}
section#news01 div.news_text {
	padding:10px 0;
	border: none;
	background: none;
	font-size: 1.2rem;
	line-height: 1.4;
	color:#fff;
}
section#news01 .title {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background:#272727;
		padding:0 10px 10px;
		line-height:1;
	
}
	section#news01 .title a{
		color:#fff;
		text-decoration:underline;
	}
	section#news01 .title img{
		vertical-align:bottom;
		margin-right:5px;
	}
section#news01 .phbox {
	text-align: center;
}
section#news01 img {
	margin: 10px 0 0;
}
