@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,latin-ext);

html, body {
	background: #EFEFEF url('../image/bg_b.png');
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial;
	color: #000000;
}

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

a img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
}

/**
 * Container
 */
.cWidth {
	margin: 0 auto;
	position: relative;
	width: 951px;
}

/**
 * Header
 */
header {
	background: url('../image/header.png') top left no-repeat;
	height: 139px;
}

header a {
	background: url('../image/logo.png') no-repeat;
	position: absolute;
	width: 209px;
	height: 36px;
	top: 83px;
	left: 0px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
}

/**
 * Content
 */
#Content {
	background: url('../image/content.png') top left no-repeat;
	height: 329px;
}

#Content p.h {
	padding-top: 37px;
	width: 923px;
	text-align: center;
	font-family: 'Open sans';
	font-size: 24px;
	font-weight: 300;
	color: #6C6B6B;
}

#Content p.h span {
	font-weight: 700;
}

#Content p.c {
	width: 923px;
	line-height: 211px;
	text-align: center;
	font-family: 'Open sans';
	font-size: 24px;
	font-weight: 300;
}

#Content p.c a {
	margin: 0px 40px;
	color: #6C6B6B;
}

#Content p.c a.mail {
	background: url('../image/i_01.png') top left no-repeat;
	padding-left: 65px;
	height: 43px;
	line-height: 43px;
	display: inline-block;
}

#Content p.c a.phone {
	background: url('../image/i_02.png') top left no-repeat;
	padding-left: 55px;
	height: 43px;
	line-height: 43px;
	display: inline-block;
}

/**
 * Footer
 */
footer {
	position: absolute;
	width: 940px;
	top: 422px;
	left: 0px;
	text-align: center;
}

footer p {
	background: url('../image/footer_a.png') no-repeat;
	margin: 0px 4px;
	width: 134px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: 'Open sans';
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	display: inline-block;
}

.Clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }