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

/* 全体構造
---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	color: #fff;
	font-size:12px;
	background: url(../images/gigtop_bg.png) left top #11223d repeat-x;
}
#wrapperIE{
	text-align:center;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 818px;
	text-align:justify;
}
#wrapper a:link, a:visited{
	text-decoration:none;
}
#wrapper a:hover, a:active{
	text-decoration:none;
}



#container{
	width: 100%;
	margin: 178px 0 0 0;
}

h1{
	text-indent:-9999px;
}
h2#bar a{
	display:block;
	width:365px;
	height:540px;
	float:left;
	margin:0 82px 0 0;
	text-indent:-9999px;
	background:url(../images/bar_def.png) left top no-repeat;
}
h2#shop a{
	display:block;
	width:368px;
	height:540px;
	float:right;
	text-indent:-9999px;
	background:url(../images/shop_def.png) left top no-repeat;
}

#bar a:hover{
	background:url(../images/bar_mouseup.png) left top no-repeat;
}
#shop a:hover{
	background:url(../images/shop_mouseup.png) left top no-repeat;
}
#bar a:active{
	background:url(../images/bar_pushed.png) left top no-repeat;
}
#shop a:active{
	background:url(../images/shop_pushed.png) left top no-repeat;
}
.preload_image{
	display:none;
}


#footer{
	clear:both;
	text-align:center;
	padding: 66px 0 0 0;
}