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

body{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#666;
}

a{
	text-decoration:none;
	color:#666;
}

a:visited{
	text-decoration:none;
	color:#666;
}

a:hover{
	text-decoration:underline;
}

img{
	display:block;
	-ms-interpolation-mode: bicubic;
}

/*フッターエリア*/
.footer_area{
	background-image:url(../../../img/footer_bk.gif);
	background-repeat:repeat;
	width:100%;
	margin:30px 0 0 0;
	padding:0;
}

.footer_area_contents{
	width:1040px;
	margin:0 auto;
}

.footer_area_contents_l{
	background-color:#FFF;
	width:308px;
	height:670px;
	border:1px #CCCCCC solid;
	margin:15px 10px 10px 0;
	padding:0 15px 15px 15px;
	overflow:hidden;
	line-height:22px;
}

.footer_area_contents_m{
	background-color:#FFF;
	width:308px;
	height:670px;
	border:1px #CCCCCC solid;
	margin:15px 10px 10px 0;
	padding:0 15px 15px 15px;
	line-height:22px;
}

.footer_area_contents_r{
	background-color:#FFF;
	width:308px;
	height:670px;
	border:1px #CCCCCC solid;
	margin:15px 0 10px 0;
	padding:0 15px 15px 15px;
	line-height:22px;
}

.bottom_footer_area_contents_l{
	background-color:#FFF;
	width:308px;
	height:620px;
	border:1px #CCCCCC solid;
	margin:0 10px 10px 0;
	padding:0 15px 15px 15px;
	overflow:hidden;
	line-height:22px;
}

.bottom_footer_area_contents_m{
	background-color:#FFF;
	width:308px;
	height:620px;
	border:1px #CCCCCC solid;
	margin:0 10px 10px 0;
	padding:0 15px 15px 15px;
	line-height:22px;
}

.bottom_footer_area_contents_r{
	background-color:#FFF;
	width:308px;
	height:620px;
	border:1px #CCCCCC solid;
	margin:0 0 10px 0;
	padding:0 15px 15px 15px;
	line-height:22px;
}

#footer{
	width:100%;
	height:41px;
	border-top:1px #CCCCCC dashed;
	background-color:#F6F6F6;
	line-height:41px;
	text-align:center;
	margin:0 0 0 0;
	padding:0;
}

/*SNSアイコン配置*/
.snsicon{
	display:block;
	float:left;
	width:70px;
	margin:15px 40px 0 0;
}

.snsicon_txt{
	text-align:center;
	width:70px;
	margin:5px 40px 0 0;
	font-size:10px;
}

.snsicon_last{
	display:block;
	float:left;
	width:600px;
	margin:15px 0 0 0;
}

.snsicon_txt_last{
	text-align:center;
	width:600px;
	margin:15px 0 0 0;
}

/*マウスオーバー画像効果*/
.photo1 img{
  	transition: 0.3s;
}
 
.photo1 img:hover{
		-webkit-transform: translate(0px,-5px);
		-moz-transform: translate(0px,-5px);
		-ms-transform: translate(0px,-5px);
		-o-transform: translate(0px,-5px);
		transform: translate(0px,-5px);
}
