﻿@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
/**  Start　共通部分   **/
body {
	text-align :center;
	padding: 0;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}
/**  ここからclearfix指定   **/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**  ここまでclearfix指定   **/
/* End hide from IE-mac */

/**  IE9ハック バグ回避   **/

img {
    border: 0px;
}
#newLine {
	margin-top: 16px;
}
/**  End 共通部分   **/

/**  start header   **/
header {
	width: 100%;
	background: url(../images/bg_header.gif) top left;
}
header h1,
header h2,
header h3,
header p {
	color: #fff;
	text-align: left;
}
header .inclusionHeaderBox {
	width: 960px;
	margin:0 auto;
	position: relative;
}
header p {
	position: relative;
	z-index: 5;
}
/**  start nav   **/

header nav {
	width: 960px;
	margin: 0 auto;
}
header nav ul {
	width: 956px;
	margin-right: 3px;
	margin-left: 1px;
	position: relative;
	z-index: 10;
	list-style: none;
	border-radius: 5px;
	box-shadow: 1px 2px rgba(0,0,0,0.3);
}
nav .list a {
	height: 50px;
	display: block;
	background-image: url(../images/global_nav_rollover_02_new.png);
	background-repeat: no-repeat;
}

header nav li {
	float: left;
	text-indent: -9999px;
}
.list1 a {
	width: 159px;
	background-position: 0px 0px;
}
.list1 a:hover {

	background-position: 0px -50px;
}
.list2 a {
	width: 160px;
	background-position: -159px 0px;
}
.list2 a:hover {
	background-position: -159px -50px;
}

.list3 a {
	width: 160px;
	background-position: -319px 0px;
}
.list3 a:hover {
	background-position: -319px -50px;
}
.list4 a {
	width: 160px;
	background-position: -479px 0px;
}
.list4 a:hover {
	background-position: -479px -50px;
}
.list5 a {
	width: 160px;
	background-position: -639px 0px;
}
.list5 a:hover {
	background-position: -639px -50px;
}
.list6 a {
	width: 157px;
	background-position: -799px 0px;
}
.list6 a:hover {
	background-position: -799px -50px;
}
header .rightSpace img {
	position: relative;
	top: 10px;
}
/**  End nav   **/
/**  End header   **/


/**  Start mainContent   **/
#mainContent {
	text-align: center;
}
#mainContent .inclusionBox {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#mainContent .inclusionBox p,
#mainContent .inclusionBox th,
#mainContent .inclusionBox td,
#mainContent .inclusionBox captionta {
	color: #353630;
}
/**  End mainContent   **/
/**  Start subFooter   **/
#subFooter {
	text-align: center;
	background-color: #f9fed4;
}
#footerNavi {
	width: 960px;
	margin: 0 auto;
}
#footerNavi ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 150px;
}
#footerNavi li {
	float: left;
	color: #353630;
	list-style: none;
}
#footerNavi li a {
	text-decoration: none;
	color: #353630;
}
#footerNavi ul li a:hover {
	opacity: 0.5;
}
span.listCircle {
	padding-left: 20px;
	padding-right: 5px;
	color: #f4a437;
}
#bottomLogo {
	height: 52px;
	padding: 0;
}
#address {
	padding: 20px 0 25px;
	color: #353630;
}
/**  End subFooter   **/
/**  Start footer   **/
footer {
	width: 100%;
	height: 100%;
}

footer #copyRight {
	height: 30px;
	line-height: 30px;
	background-color: #a3cb2c;
	color: #fff;
}
/**  End footer   **/
#toTop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 25px;
}
#toTop:hover {
	opacity: 0.5;
}