@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-image: url(../img/tel_back.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	background-color: #000000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #FFFFFF;
}
/* ▼▼▼▼▼アクセスコンテンツ▼▼▼▼▼ */
#content {
	color: #fff;
	background-image: url(../../tel/img/frame_tel.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 400px;
	margin: 0 auto;
	margin-top: 20px;
}

h2 {
	float: left;
	padding-top: 50px;
	padding-left: 80px;
}
p#bun {
	clear: both;
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#left {
	width: 390px;
	height: 80px;
	float: left;
	border-right: #fff 2px solid;
}
#left p {
	font-size: 22px;
	text-indent: 80px;
	line-height: 70px;
}
#right {
	width: 300px;
	height: 80px;
	float: right;
}
#right p {
	font-size: 20px;
	text-align: right;
	padding-right: 100px;
	line-height: 30px;
}

#wrap section{
	margin-bottom:329px;
}
footer {
}
