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


/* all */

* {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}



/* page */

#page {
	margin: 0 auto;
}


/* header */


/* Gnavi */


	
/* main */

.le a img {border:2px solid white}


.le img:hover {
	opacity: 0.6 ;
}



/* fotter */

.footer {
	background-color:#036;	
	height: 100px;
	margin: 0 auto;
}


.footer-text {
	color: #fff;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom:40px;
}
	
