@charset "utf-8";

/*------------------------------------------------
	reset
--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 82%;
	color: #FFF;
	background-color:#000;
	-webkit-text-size-adjust: 145%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}
div,dl,dt,dd,p,form {
	margin: 0;
	padding: 0;
}
input,select,button,textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: middle;
	line-height: normal;
}
table,tr,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
tr,th,td {
	font-weight: normal;
	font-size: 100%;
	vertical-align: top;
	text-align: left;
}
ol,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
address,em,strong {
	font-style: normal;
	font-weight: bold;
}
img {
	border: 0;
}
a {
	overflow: hidden;
	outline: none;
}
a:hover {
	text-decoration: none;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: '';
display: block;
clear: both;
height: 0; }
.clearfix { zoom: 1; } /* for IE */

* html .clearfix {
	height: 1%;
	display: inline-block;
}

.no-display {
	display: none;
}

.f-L { float: left; }
.f-R { float: right; }
.t-L { text-align: left; }
.t-R { text-align: right; }
.t-C { text-align: center; }
.clear {clear: both; }
.none {display:none; }
.block {display:block !important; }
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

/*------------------------------------------------
	HTML5
--------------------------------------------------*/

article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }
object, audio, video { margin:0; padding:0; border:0; font-size:100%; }
time, mark { font-weight: normal; font-style: normal; border: 0; background: transparent; }

figure {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}






/*------------------------------------------------
	common
--------------------------------------------------*/
body {
	color: 333333;
	
}
.column {
	overflow: hidden;
	*zoom: 1;
}
.column:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* icon */
a.outlink,
a.pdflink {
	display: block;
	padding-left: 18px;
	background-repeat: no-repeat !important;
	line-height: 1.3;
}
a.outlink {
}
a.pdflink {
}
/* figure */
a figure img {
	/* margin: 0 auto;
	display: block;
	background-color: #ffffff; */
}
a:hover figure img {
	/* filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7; */
}



/*------------------------------------------------
	base frame
--------------------------------------------------*/
.wall{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0;
	overflow:hidden;
}

#BG_Wall{	
	z-index:1;
}
#BG_Wall2{
	z-index:0;
}
#BG_Wall3{
	z-index:-1;
}
#BG_Wall4{
	z-index:-2;
}
#BG_Wall5{
	z-index:-3;
}
#BG_Wall6{
	z-index:-4;
}
#BG_Wall6{
	z-index:-5;
}
#BG_Wall7{
	z-index:-6;
}
#BG_Wall8{
	z-index:-7;
}


#wrapper {
	width: 100%;
}
/* header */
#wrapper > header {
	width:540px;
	position: relative;
	top: 0;
	left:0;
	z-index: 20;
	text-align:left;
	padding-top:5px;
	padding-left:60px;
	pointer-events: none;
}
#wrapper > header a {
	pointer-events: initial;
}
#wrapper > header .inner {
	margin: 0 auto;
	width: 100%;
}

#wrapper > header h2 {
	font-size:70%;
	opacity:0;
	text-shadow: 1px 1px 1px #000000;
	 filter: Shadow(Color=#000000, Direction=130, Strength=1);
}

#sitelogo {
	padding: 0;
	width:126px;
	height: 161px;
	margin-top:40px;
	margin-bottom:30px;
	text-align: left;
}

#gnav {
	padding: 0;
	*zoom: 1;
    margin-top: 15px;
	margin-left:10px;
}
#gnav ul {
	*zoom: 1;
}

#snav {
	margin-top:2px;
	margin-left:20px;
}

#gnav ul:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}
#gnav ul li {
	margin-bottom:3px;
}
#gnav ul li a {
	display: block;
	background-image: url("../images/gNav_bg.png");
	background-repeat:repeat-y;
	background-position:-200px;
	opacity:0;
}

#gnav ul li a.cur {
	background-position:0px !important;
}

#gnav ul li#gNav1 a {
	width:46px;
	height:22px;
}

#gnav ul li#gNav2 a {
	width:71px;
	height:22px;
}

#gnav ul li#gNav3 a {
	width:97px;
	height:22px;
}

#gnav ul li#gNav4 a {
	width:76px;
	height:22px;
}

#gnav ul li#gNav5 a {
	width:69px;
	height:19px;
}

#gnav ul li#gNav6 a {
	width:68px;
	height:19px;
}

#gnav ul li#gNav11 a {
	width:119px;
	height:19px;
}
#gnav ul li#gNav12 a {
	width:56px;
	height:19px;
}
#gnav ul li#gNav13 a {
	width:56px;
	height:19px;
}
#gnav ul li#gNav14 a {
	width:106px;
	height:19px;
}
#gnav ul li#gNav15 a {
	width:93px;
	height:19px;
}
#gnav ul li#gNav16 a {
	width:44px;
	height:19px;
}

#gnav ul li#gNav21 a,
#gnav ul li#gNav22 a,
#gnav ul li#gNav23 a,
#gnav ul li#gNav24 a,
#gnav ul li#gNav25 a,
#gnav ul li#gNav26 a,
#gnav ul li#gNav27 a,
#gnav ul li#gNav28 a {
	height:19px;
	background-image: url("../images/gNav_bg2.png") !important;
	background-position:-300px;
}
#gnav ul li#gNav21 a {
	width:248px;
}
#gnav ul li#gNav22 a {
	width:248px;
}
#gnav ul li#gNav23 a {
	width:248px;
}
#gnav ul li#gNav24 a {
	width:248px;
}
#gnav ul li#gNav25 a {
	width:193px;
}
#gnav ul li#gNav26 a {
	width:262px;
}
#gnav ul li#gNav27 a {
	width:262px;
}
#gnav ul li#gNav28 a {
	width:195px;
}



/* footer */
#wrapper > footer {	
	width: 100%;
	height: 49px;
	position: fixed;
	bottom: 0;
	z-index:100;
}
#wrapper > footer .inner {
	margin: 0 auto;
	width: 100%;
	padding: 10px 0 0;
}
#copyright {
	padding-left:60px;
    text-align: left;
	color:#888;
	font-size:79%;
}
