@charset "UTF-8";
@import "reset.css";

/* =======================================
	
	base.css - 基本レイアウト
	
======================================= */

/*----------------------------------------
　　1.  Common
----------------------------------------*/

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #333;
	text-align: center;
	font: 14px/24px "Helvetica Neue", Helvetica, "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: url(../images/common/bg_body.png) repeat;
}

a, a:visited {
	color: #333;
	cursor: pointer;
}

a:link, a:visited { text-decoration: none; }

a:hover, a:active {
	color: #999;
	text-decoration: underline;
}

ul li {
	list-style: none;
	list-style-position: outside;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 3px 2em;
}

address {
	font-style: normal;
	line-height: 1;
}

sup {
	font-size: 70%;
	vertical-align: text-bottom;
}

sub {
	font-size: 70%;
	vertical-align: text-top;
}

strong { font-weight: bold; }

table {
	margin: 10px 0px;
	border: 1px solid #eee;
	border-collapse: collapse;
}

table th {
	text-align: center;
	font-weight: bold;
	background: #fafafa;
}

table td, table th {
	padding: 15px 20px;
	vertical-align: middle;
	border: 1px solid #eee;
}

blockquote {
	background: #fafafa;
	padding: 20px 30px;
	margin: 20px 0px;
}

.Lct { float: left; }

.Rct { float: right; }

.clear { clear: both; }

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/*----------------------------------------
　　2.  Container
----------------------------------------*/

#wrapper {
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	background: url(../images/common/bg_container.jpg) no-repeat center top;
}

#container {
	width: 960px;
	margin: 0px auto;
}

/*----------------------------------------
　　3.  Header
----------------------------------------*/

header {
	height: 159px;
	background: url(../images/common/bg_header.jpg) no-repeat center top;
}

#header {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#header h1 {
	width: 130px;
	float: left;
	margin: 5px 0px 0px 40px;
}

#header .btn_eng {
	width: 120px;
	position: absolute;
	top: 0px;
	right: 8px;
}

/*	navigation
----------------------------------------*/

ul.navigation {
	width: 749px;
	height: 69px;
	float: right;
	margin: 50px 0px 0px;
	padding: 13px 0px 0px 3px;
	background: url(../images/common/bg_nav.png) no-repeat center center;
}

ul.navigation li {
	float: left;
	position: relative;
}

ul.navigation li a { display: block; }

ul.navigation li .comming {
	width: 82px;
	height: 71px;
	background: url(../images/common/comming.png) no-repeat center center;
	position: absolute;
	top: -10px;
	left: 50px;
}

/*----------------------------------------
　　4.  Contents
----------------------------------------*/

#contents {
	float: left;
	width: 710px;
	margin: 0px 0px 0px 15px;
}

section {
	padding: 0px;
	margin: 0px 0px 20px;
}

section p, section figure { margin: 0px 0px 15px; }

/*----------------------------------------
　　5.  Side
----------------------------------------*/

ul#side {
	float: right;
	width: 205px;
	margin: 0px 15px 0px 0px;
}

ul#side li { margin: 0px 0px 8px; }

/*----------------------------------------
　　6.  Footer
----------------------------------------*/

footer {
	padding: 0px 0px 60px;
	background: url(../images/common/bg_container_b.jpg) no-repeat center bottom;
}

#footer {
	width: 940px;
	margin: 0px auto;
	font-size: 12px;
	line-height: 20px;
}

#closing {
	height: 194px;
	padding: 20px 0px 0px;
	margin: 0px 0px 10px;
	background: url(../images/common/bg_closing.png) no-repeat top center;
}

#closing h3 {
	margin: 0px;
	text-align: center;
}

#closing .txt {
	float: left;
	width: 250px;
	margin: 10px 3px 0px 40px;
}

#closing ul {
	float: left;
	width: 420px;
}

#closing ul li {
	float: left;
	text-align: center;
	margin: 0px 10px 10px 0px;
}

#closing ul li a {
	display: block;
	color: #fff;
	line-height: 47px;
	padding: 0px 0px 0px 10px;
}

#closing ul li.btn01 {
	width: 198px;
	background: url(../images/common/btn_closing02.png)
}

#closing ul li.btn02 {
	width: 198px;
	background: url(../images/common/btn_closing02.png)
}

footer .footlink {
	float: left;
	color: #FFF;
}

footer .footlink a { color: #FFF; }

address {
	color: #FFF;
	float: right;
	text-align: right;
}

#pagetop {
	width: 100px;
	clear: both;
	float: right;
	text-align: right;
	margin: -30px 15px 20px 0px;
}

/*----------------------------------------
　　7.  Print
----------------------------------------*/

@media print {

#wrapper {
	width: 1000px;
	overflow: hidden;
}
}
