/* -----------------------------------------------
common.css
----------------------------------------------- */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main,
nav, section, summary {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden],
template {display: none;}

html {font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
a {background: transparent;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}
h1 {font-size: 2em;margin: 0.67em 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
mark {background: #ff0;color: #000;}
code, kbd, pre, samp {font-family: monospace, serif;font-size: 1em;}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0; padding: 0;}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}
textarea {overflow: auto;vertical-align: top;}
table {border-collapse: collapse;border-spacing: 0;}
/* -----------------------------------------------------------------------------
normalize.css END
----------------------------------------------------------------------------- */
/* FOOTER-FIX */
html, body{
	height: 100%;
}
div#container{
	height: auto !important; /* 不要？ */
	min-height: 100%;
	position: relative;
}
div#container_inner{
	padding: 0 0 150px; /* xxx : フッターの高さ */
}
div#footer_fix{
	position: absolute;
	width: 100%;
	height: 169px; /* xxx : フッターの高さ */
	bottom: 0;
}
/* -----------------------------------------------
FOOTER-FIX END
----------------------------------------------- */
div#wrapper{
	width:1000px;
	margin: 0 auto;
	padding: 0 auto;
}

div.headerUtility{
	width:430px;
	height:30px;
	float:right;
	margin-top:50px;
}

div#gnavi{
	width:994px;
	height:102;
	clear:both;
	margin:0 auto;
	padding-top:24px;
}

div#gnavi ul{
	margin:0;
	padding:0;
}


div#gnavi ul li{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

div#gnavi ul{
	z-index: 9;
	position: absolute;
}

div#gnavi ul li ul{
	z-index: 99;
	width: 230px;
}

div#gnavi ul li ul li{
	background: #006699 none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	height: 44px;
	opacity: 1 !important;
	position: relative;
	z-index: 99;
	width: 230px;
}
div#gnavi ul li ul li a{
	width: 214px;
	display: block;
	padding: 8px;
	font-size: 13px;
	line-height: 30px;
	color:#fff;
}
div#gnavi ul li ul li a:hover{
	background: #cccccc none repeat scroll 0 0;
	color:#006699;
}
div#gnavi ul li a{
	font-size: 0;
}

div#main{
	margin:0 auto;
	width:960px;
}

div#footer{
	height: 127px;
	width: 100%;
	margin: 0 auto;
	background: url('../img/common/bg_footer.gif') ;
	background-repeat:repeat-x;
}

#footer .pageTop {
height: 27px;
margin: 0 auto;
width: 1000px;
text-align: right;
}

#footer .pageTop a {
margin-right: 30px;
}

.footer_inner{
	width:1000px;
	margin:10px auto;
}

.footer_navi{
	width:600px;
}

div#footer ul{
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	padding-top: 23px;
	display: table;
	text-align:right;
}

div#footer ul li{
	float: left;
}

div#footer ul li a{
	color: #fff;
	text-decoration: none;
	padding-left: 30px;
	font-size: 12px;
}

div#footer ul li a:hover{
	text-decoration: underline;
}

div.footerUtility{
	width:350px;
	float:right;
	margin-top:50px;
}

div.footerUtility p{
	color:#fff;
	font-size:12px;
	line-height:160%;
	margin:10px 10px 10px 10px;
}

.clear{
	clear:both;
}