﻿@charset "utf-8";
html, body {
  height: 100%;
  margin: 0;
  font-size:100%;
}
body{
	*font-size:small;
	*font:	x-small;
	text-align: left;
	font-size:86%;
	font-family: Meiryo,'Hiragino Kaku Gothic Pro','MS PGothic',sans-serif;
	line-height:1.6;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body a:visit,
body a{
	text-decoration: none;
}
:focus { outline: none; }

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
img {
	border:none;
	vertical-align:bottom;
}

a         { color:#0071c5; text-decoration:none; }
a:visited { color:#3c379e; text-decoration:none; }
a:hover   { color:#900; text-decoration:underline; }

a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

p { padding-bottom:15px; }

ul { list-style:none; }

.block{
	display: block;
	text-indent: -9999px;
}

.Fl{
	float: left;
}
.Fr{
	float: right;
}
/**/
#changeArea{
	position: relative;
	min-height: 100%;
	padding-bottom: 100px;
	box-sizing: border-box;
}

#cont-wrap{
	padding:15px 0px;
	background:#fff;
	border-top:solid 5px #eee;
}

/************
ここからヘッダーフッター
**************/

#header-01{
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;	
}
#header-01 h1 a{
	width: 382px;
	height: 50px;
	background: url(../img/common/logo.png) no-repeat left top;
}


#header-01 ul li{
	float: left;
	padding-left: 10px;
}
#header-01 ul li a{
	width: 54px;
	height: 54px;	
}

#header-01 ul li a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#header-01 ul li a#icon01{
	background: url(../img/common/head-icon01.png) no-repeat left top;
}
#header-01 ul li a#icon02{
	background: url(../img/common/head-icon02.png) no-repeat left top;
}
#header-01 ul li a#icon03{
	background: url(../img/common/head-icon03.png) no-repeat left top;
}
#header-01 ul li a#icon04{
	background: url(../img/common/head-icon04.png) no-repeat left top;
}
#header-01 ul li a#icon05{
	background: url(../img/common/head-icon05.png) no-repeat left top;
}


#header-02{
	background: #EEEEEE;
	padding: 8px 0 8px 0;
	margin-top: 15px;

}
#header-02 div{
	width: 950px;
	margin: 0 auto;	
}
#cse-search-box{
}

#cse-search-box input#submit {
background: #FFF; color: #333; border: none;
margin: 0;
padding: 1px 5px 0 5px;
vertical-align: top;
font-size: 1.1em;
cursor: pointer;
}
#cse-search-box input#input-text{
	border:0;
font-size: 1.1em;
margin: 0 0 0 0;
padding: 4px 3px 3px 3px;
vertical-align: top;
}


#header-02 div dl{
	padding: 0;
	margin-right: 10px;
}
#header-02 div dl dt,
#header-02 div dl dd{
	margin-left: 7px;
	padding: 2px 5px 0 5px;
}

/**/
#header-02 div dl dt a{
	background: #FFF;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #222;
}
#header-02 div dl dt a:hover{
	background: #f79a45;
}
#header-02 div dl dt#languege,
#header-02 div dl dt#languege-on{
	margin-left: 3px;
}
#header-02 div dl dt#languege-on a{
	background: #3d3b9c;
	color: #FFF;
}
/**/

#header-02 div dl dd{
	background: #FFF;
	cursor: pointer;
}
#header-02 div dl dd:hover{
	background: #f79a45;
}



nav#G-nav01{
	background: #0071c5;
}
nav#G-nav01 ul{
	width: 950px;
	margin: 0 auto;	
	margin-top: 3px;
	border-right: 1px solid #FFF;
	text-align: center;

}
nav#G-nav01 ul li a{
	display: block;
	width: 315px;
	border-left: 1px solid #FFF;
	color: #FFF;
	padding: 12px 0 7px 0;
}

nav#G-nav02 ul li a:hover,
nav#G-nav01 ul li a:hover{
	text-decoration: none;
	background: #3299D6;
}

nav#G-nav02{
	background: #444444;
	margin-top: 2px;
}
nav#G-nav02 ul li a#ongray,
nav#G-nav02 ul li a:hover{
	background: #666666;
}
nav#G-nav02 ul li a#ongray{
	background: url(../img/common/nav-bg.png) no-repeat left center;
	background-size: cover;
	cursor: default;
}
nav#G-nav02 ul{
	width: 693px;
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid #FFF;
}
nav#G-nav02 ul li{
}
nav#G-nav02 ul li a{
	display: block;
	width: 230px;
	border-left: 1px solid #FFF;
	color: #FFF;
	padding: 8px 0 4px 0;
}

ul.listyle{
}
ul.listyle li{
	list-style: disc;
}


/**フッター**/
/*********************************************************/
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #313131;
}

footer nav{
	background: #eeeeee;
	padding: 6px 0 6px 0; 
}
footer nav ul{
	width: 950px;
	margin: 0 auto;
	font-size: 0.85em;
}
footer nav ul li {
	display: inline-block;
	border-right: solid 1px #bbbbbb;
	padding-right: 8px;
	vertical-align: bottom;
	padding-left: 10px;
}
footer nav ul li:first-child{
	padding-left: 0;
}
footer nav ul li a{
	text-decoration: none;
	color: #333333!important;
}
footer nav ul li a:hover{
	text-decoration: underline;
	color: #333333;
}
footer address{
	width: 950px;
	margin: 0 auto;
	padding: 10px 45px 10px 0;
	font-size: 0.85em;
	color: #FFF;
	text-align: right;
	font-style:normal;
	background: url(../img/common/wall.gif) no-repeat right top 8px;
}
footer address em {
	font-weight:bold;
	font-style:normal!important;
}



