@charset "UTF-8";
/* ======================================================== Layout CSS

フェイスフロント株式会社

===================================================================== */


/* ▼ Base ▼
------------------------------------------------------------*/

body {
	position: relative;
	background: #17184B url("../img/bg/bg_page.gif") repeat-x bottom left fixed;
}

#page {
	width: 850px;
	margin: 0 auto;
}


/* ▼ Header ▼
------------------------------------------------------------*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 5px;
	background: url("../img/bg/bg_header.png") repeat-x bottom;
}

#headerInner {
	position: relative;
	z-index: 3;
	width: 850px;
	margin: 0 auto 5px;
	overflow: hidden;
}

#logo {
	float: left;
	margin-bottom: 5px;
	padding-top: 10px;
}


/* ▼ Global Navigation ▼
------------------------------------------------------------*/

#gNav{
	position: relative;
	z-index: 1;
	clear: both;
	padding-top: 7px;
	background: #000;
}

#gNav ul{
	width: 850px;
	margin: 0 auto;
	text-align: right;
}

#gNav ul li{
	display: inline;
	margin-left: 20px;
}


/* ▼ Heading ▼
------------------------------------------------------------*/

h1 {
	padding-top: 13px;
	font-size: 0.84em;
	color: #FFF;
	text-align: right;
	font-weight: normal;
}

h2 {
	padding: 5px 0 0;
	text-align: right;
	color: #B4BDD9;
	text-shadow: 0 -1px 0 #080721;
}

h3 {
	clear: both;
	margin-bottom: 10px;
	padding-top: 120px;
}

h4 {
	height: 32px;
	margin-bottom: 13px;
	padding: 0 10px;
	background: url("../img/bg/bg_h4.gif") no-repeat;
	font-size: 1.17em;
	line-height: 2.2em;
	color: #FFF;
}


/* ▼ Contents ▼
------------------------------------------------------------*/

#main { /* IE6メッセージ */
	_background: url("../img/bg/bg_ie6.gif") no-repeat 180px 60px;
}

.section {
	margin-bottom: -50px;
	overflow: hidden;
	zoom: 1;
}
#top { padding-top: 140px; }

.inner { margin: 0 10px 20px; }

.content {
	padding: 15px;
	background: #EEEEFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.content ul { list-style: square; }
.content ol { list-style: decimal; }
.content li { margin: 2px 0 0 20px; }

table { width: 100%; }

table th,
table td {
	padding: 10px 15px;
	border: 1px solid #CACFDF;
}

table th {
	width: 23%;
	background: #E8E8FC url("../img/bg/bg_table_line.gif") no-repeat left top;
	color: #414058;
	text-align: left;
}

table td { background: #F9FAFF; }

.columnList dt {
	clear: left;
	float: left;
	width: 60px;
}

.columnList dd {
	overflow: hidden;
}

#areaMap { border: 1px solid #CED3E3; }


/* ▼ Footer ▼
------------------------------------------------------------*/

#footer {
	margin-top: 50px;
	padding: 20px 0;
	overflow: hidden;
}

.btnPagetop { float: right; }


