@charset "UTF-8";
/* common.css */

body#index {
	background:white url(../images/index/bg.jpg) no-repeat center top;
	
	text-align:center;
}

body#index #page {
	width:935px;
}

#infos {
	margin:40px auto 0 auto;
}

#phone {
	display:block;
	margin:20px 0 0 0;
	
	color:#32af01;
	font-size:2.2em;
	font-weight:bold;
}

#mail {
	position:relative;
	bottom:10px;
	
	font-size:1.2em;
	font-weight:bold;
}

#mail a {
	color:#008abd;
}
#mail a:hover {
	color:#393939;
}

#map {
	margin-top:10px;
}

#logo {
	position:relative;
	margin-top:126px;
	left:130px;
}

#enter {
	margin-top:35px;
}