﻿@charset "utf-8";

/* # Reset 'Browser standard style'
---------------------------------------------------------------------------- */
#gHeader,#gFooter{
	font: 13px/1.231 arial,helvetica,clean,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.gStyle p, .gStyle ul, .gStyle ol, .gStyle li {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.gStyle img {
	border: 0;
	vertical-align: bottom;
}
.gStyle ol, .gStyle ul { list-style: none; }


/* # gStyle
---------------------------------------------------------------------------- */
div.gStyle  {
	background-color: #fff;
	color: #000;
	line-height: 1.5;
}
div.gStyle div.gStyleIn {
	width: 820px;
}
.gStyle a    { color: #004979; }
.gStyle a:hover   { text-decoration: none; }
div#gHeader {
	border-top: solid 2px #0072ba;
	border-bottom: solid 1px #e5e5e5;
	padding: 3px 0 4px;
}
div#gHeader p.groupLogo {
	float: right;
	margin: 4px 0 0 10px;
}
div#gHeader p.groupContact {
	float: right;
	margin: 2px 0 0;
}
div#gFooter {
	padding: 14px 0;
}
div#gFooter p.groupLogo {
	float: left;
	margin: 9px 10px 9px 0;
}
div#gFooter div#gFooterGroups {
	float: right;
}
div#gFooter div#gFooterGroups p {
	margin: 0 0 7px;
}
div#gFooter div#gFooterGroups ul {
	line-height: 1.0;
}
div#gFooter div#gFooterGroups ul li {
	border-left: solid 1px #cccccc;
	display: inline;
	margin: 0 0 0 9px;
	padding: 0 0 0 9px;
}
div#gFooter div#gFooterGroups ul li.first {
	border: none;
	margin-left: 0;
	padding: 0;
}
div#gFooter div#gFooterGroups ul li a {
	white-space: nowrap;
}


/* # clearfix
---------------------------------------------------------------------------- */
div#gHeader,
div#gFooter {
	zoom: 1;
}
div#gHeader:after,
div#gFooter:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
