@charset "utf-8";
/*===========================================
title:common.css
create:2011-04-04
update:2015-11-24
---------------------------------------------
INDEX
---------------------------------------------
1.Common set
2.Word set
3.Wrapper
4.Header
5.Contents
6.Main
7.Sub
8.Back-top
9.Footer
===========================================*/


/* 1.Common Set
********************************************/

/*-------------------------------------------
Font set (62.5% = 10px)
------------------------------------------ */
html {
     font-size: 62.5%;
}

body {
	background: url(../img/body_bg.jpg) repeat-x #fff;
	font-size: 1.2em; /* 12px */
	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	color: #000;
	line-height: 1.6;
}
body.top {
	background: url(../img/2015/body_bg.jpg);
}

/*-------------------------------------------
Link set
------------------------------------------ */
a:link {
	text-decoration: underline;
	color: #333;
}

a:visited {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:active {
	text-decoration: none;
	color: #333;
}

#footer a:link {
	text-decoration: none;
	color: #fff;
}

#footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer a:active {
	text-decoration: none;
	color: #fff;
}

/*-------------------------------------------
Clearfix
------------------------------------------ */
.clearfix:after { /* clearfix */
	clear: both;
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* 2.Word set
********************************************/
h1 {
	font-size: 100%;
	font-weight: normal;
}

.heading {
	font-weight: bold;
}

.caption {
	font-size: 80%;
}

.push {
	font-weight: bold;
}

.caution {
	margin: 0 0 5px 0;
	color: #d60728;
}

.float-reset {
	clear: both;
}


/* 3.Wrapper
********************************************/
#wrapper {
	clear: both;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 900px;
	text-align:left;
}

/* 4.Header-origin
********************************************
#header-wrapper{
	background: url(../img/header_bg.jpg) no-repeat;
	margin: 0 auto;
	padding: 0 100px 0 100px;
	width: 900px;
	height: 110px;
	text-align: left;
}

#header{
	margin: 0 auto;
	width: 900px;
	height: 87px;
	text-align: left;
}
 
#header-logo {
	padding: 0 0 0 0;
	width: 900px;
	height: 46px;
}

#header-info {
	padding: 0 0 0 512px;
	width: 388px;
	height: 20px;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
}

#grobal-navi {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 900px;
	height: 44px;
}

#grobal-navi li {
	float: left;
}
*/


/* 4.Header
********************************************/
#header-wrapper{
	background: url(../img/header_bg.jpg) no-repeat;
	margin: 0 auto;
	padding: 0 100px 0 100px;
	width: 900px;
	height: 90px;
	text-align: left;
}
body.top #header-wrapper{
	background: url(../img/2015/header_bg.jpg) no-repeat left top;
	position: relative;
}

#header{
	margin: 0 auto;
	width: 900px;
	height: 87px;
	text-align: left;
}

#header-logo {
	padding: 0 0 0 0;
	width: 900px;
	height: 46px;
}
body.top #header-logo {
	height: auto;
	padding: 7px 0 0 0;
}

#header-info {
	padding: 0 0 0 512px;
	width: 388px;
	height: 20px;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
}
body.top #header-info {
	width: 102px;
	height: 28px;
	padding: 0 7px;
	line-height: 20px;
	background: url(../img/2015/header_bg_01.png) no-repeat;
	position: absolute;
	top: 53px;
	left: 600px;
	z-index: 15;
}

#grobal-navi {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 900px;
	height: 44px;
	position:absolute;
	top: 67px;
	z-index: 10;
}

body.top #grobal-navi {
	top: 66px;
}
body.top #grobal-navi img {
	height: auto;
}

#grobal-navi li {
	float: left;
}

/* 5.Contents
********************************************/
#contents {
	clear: both;
	padding: 30px 0 0 0;
	width: auto;
	text-align: left;
}

/* 6.Main
********************************************/
#main {
	float:left;
	padding: 0 30px 30px 0;
	width: 670px;
	text-align: left;
}

#bottom-info {
	clear: both;
	background: url(../img/bottom_info_bg.jpg) no-repeat;
	margin: 20px 0 0 0;
	padding: 129px 0 0 310px;
	width: 310px;
	height: 51px;
}

/* 7.Sub
********************************************/
#sub {
	float: right;
	padding: 0 0 0 0;
	width: 200px;
	height: auto;
	text-align: left;
}

#sub-info {
	background: url(../img/sub_info_bg.gif) no-repeat;
	padding: 192px 9px 0 9px;
	width: 182px;
	height: 358px;
}

/* 8.Back-top
********************************************/
#back-top {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 900px;
	text-align: right;
}

/* 9.Footer
********************************************/
#footer-wrapper {
	clear: both;
	background: #000;
	padding: 10px 0 10px 0;
	width: 100%;
	height: auto;
	color: #666;
}

#footer{
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: center;
}

#footer p {
	margin: 0;
}

.footer-box {
	border-bottom: 1px solid #1c1c1c;
	padding: 0 0 10px 0;
	margin: 10px;
}

.footer-box__link {
	position: relative;
}

.footer-box__link a {
	position: absolute;
	display: block;
	width: 220px;
  height: 28px;
  left: 365px;
  top: 0;
}