﻿@charset "utf-8";
/* contact.css */

#contents{
	width:940px;
	margin-top:20px;
}

#tit{
	margin-top:20px;
}

#tel{
	width:460px;
	height:210px;
	margin-top:20px;
	float:left;
	background-color:#c6ffad;
}

#mail{
	width:460px;
	height:210px;
	margin-top:20px;
	float:right;
	background-color:#c6ffad;
	overflow:hidden;
}

#center_tel{
	margin-top:50px;
}

#center_mail{
	width:405px;
	height:48px;
	margin-top:60px;
	margin-left:25px;
	background:url(../contact/img/mail_text.gif) no-repeat;
}

#center_mail a{
	width:235px;
	font-size: 2em;
	margin-left:150px;
	position:relative;
	top:10px;
}

