@charset "UTF-8";
/* CSS Document */



/* //////////////////////////////////////////////////
[年間行事] 
////////////////////////////////////////////////// */	

.year {
	position:relative;
	background-color: #FFFFFF;
	background-image: url(img/year_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 950px;
	padding: 15px;
	height: 180px;
	margin-bottom: 30px;
}

.height_l {
	
		height:360px;
}

.year img{
float: left;
}

.year p{
float: left;
margin-left: 15px;
}




.yearphoto{
	position:absolute;
	left: 370px;

}


.yearphoto img{
	border: 4px solid #729BD5;
margin:15px 12px 0px 0px;

	
}

.noborder{
	border: none!important;
}