@charset "utf-8";
/* CSS Document */


/*---------------------------------------
　　内容のエリア
---------------------------------------*/
#container_contact{
	margin:0 160px;
	width: 640px;
	height: 840px;/*ページのheight*/
	position: relative; top:40px;
}


/*---------------------------------------
　　メール
---------------------------------------*/
#container_contact #mail_area{
	color: #595958;
	width: 640px;
}

#container_contact p{
	color: #595958;
	font-size:14px;
	line-height:25px;
	margin: 0;
}

#container_contact img{
	height: 40px;
	width: 228px;
	margin: 32px 0 0 206px;
}

.privacy {
	margin-left: 240px;
}

#container_contact a{
	color:#666;
}