@charset "utf-8";
/* CSS Document */

/** Default Setting **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

img { 
	vertical-align: bottom;
}

address,caption,cite,code,dfn,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

hr{
	display: none;
}

.clear{
	clear: both;
	height: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}

/**================================= Link Setting =================================**/

a:link		{color:#0047C9; text-decoration:underline;}
a:visited	{color:#0047C9; text-decoration:underline;}
a:hover		{color:#0047C9; text-decoration:underline;}
a:active	{color:#0047C9; text-decoration:underline;}

a:hover img {
	opacity:.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}
/**================================= Common Setting =================================**/

body {
	background: #000;
	font-family: Arial,'Helvetica Neue',Helvetica,Roboto,'Droid Sans','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 1.5;
}

#page {
	text-align: left;
}

.spOnly {
	display: none;
}

/**================================= Header Setting =================================**/

header {
	background: #000;
	width: 100%;
	position: fixed;
	
	z-index:100;
}

header .headTxt {
	background: #333;
	height: 28px;
}

header .headTxt p {
	margin: 0 auto;
	width: 990px;
	color: #FFF;
	line-height: 28px;
	font-size:.875em;
}

header .headInner {
	margin: 0 auto;
	width: 990px;
	height:90px;
}

header .gLogoArea {
	float: left;
}
header .gLogoArea img {
	margin-top:9px;
	width:218px;
	height:auto;
}
nav {
	float: left;
	height:60px;
	border-left:#FFF solid 1px;
	margin-top:15px;
	/*width:771px;*/
	width:480px;
}
nav ul {
	display:table;
	width:100%;
	height:60px;
}
nav li {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
nav li a {
	display:block;
	height:60px;
	display:table-cell;
	vertical-align:middle;
}
nav li a img {
	height:22px;
}

/* navi Width size setting */
nav li.gNavi01 a {
	width:98px;
}
nav li.gNavi02 a {
	width:142px;
}
nav li.gNavi03 a {
	width:151px;
}
nav li.gNavi04 a {
	width:112px;
}
nav li.gNavi05 a {
	width:109px;
}
nav li.gNavi06 a {
	width:159px;
}

/* navi Txt size setting */
nav li.gNavi01 a img {
	width:57px;
}
nav li.gNavi02 a img {
	width:108px;
}
nav li.gNavi03 a img {
	width:116px;
}
nav li.gNavi04 a img {
	/*width:76px;*/
	width:116px;
	margin-left:35px;
}
nav li.gNavi05 a img {
	width:70px;
}
nav li.gNavi06 a img {
	width:127px;
}

/**================================= Contents Setting =================================**/

#contentsWapper {
	padding-top:90px;
}
#contents {
	width:990px;
	margin:0 auto;
}

/**================================= Footer Setting =================================**/

footer {
	height:80px;
	background: #FFF;
	margin-top: 10px;
}
.footerInner {
	margin:0 auto;
	width:990px;
	display:table;
}
.footerInner .snsBtn {
	display:table-cell;
	vertical-align:middle;
}
.footerInner .snsBtn li {
	float:left;
}
.footerInner .snsBtn li img {
	width:80px;
	height:80px;
}

.footerInner .copyright {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	font-size:.75em;
}

/**================================= pagetop Setting =================================**/

#pagetop {
    position: fixed;
    bottom: 90px;
    right: 10px;
    font-size: .75em;
	z-index:100;
}

*html #pagetop {
	text-align:right;
	display:none;
}

#pagetop a {
    text-decoration: none;
    display: block;
	height:69px;
	width:69px;
}

#pagetop a img {
	height:69px;
	width:69px;
}