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

/**画面：TOP**/
#top_main_ph{
	position: relative;
	overflow: hidden;
	height: 600px;
}
#top_main_ph li{
	width: 100%;
	height: 600px;
	background: #fff;
	text-align:center;
}
#top_main_ph li img{
}
#top_menu{
	padding: 20px 0;
	border-top: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
	text-align: center;
}
#top_menu ul{
}
#top_menu li{
	display: inline-block;
}
#top_menu li a{
	display: block;
	margin: 7px 15px;
	height: 33px;
	background: url(../images/img_top_menu.gif);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#top_menu li a.top_menu_cate1{
	width: 100px;
	background-position: 0 0;
}
	#top_menu li a.top_menu_cate1:hover{
		background-position: 0 -33px;
	}
#top_menu li a.top_menu_cate2{
	width: 55px;
	background-position: -100px 0;
}
	#top_menu li a.top_menu_cate2:hover{
		background-position: -100px -33px;
	}
#top_menu li a.top_menu_cate3{
	width: 72px;
	background-position: -155px 0;
}
	#top_menu li a.top_menu_cate3:hover{
		background-position: -155px -33px;
	}
#top_menu li a.top_menu_cate4{
	width: 61px;
	background-position: -227px 0;
}
#top_menu li a.top_menu_cate4:hover{
	background-position: -227px -33px;
}
#top_menu li.top_menu_slash{
	margin: 0 5px;
	width: 14px;
	height: 46px;
	background: url(../images/img_top_menu.gif) -288px 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.top_lists{
	margin: 75px 0 150px;
}
.top_lists h2{
	margin-bottom: 45px;
	text-align: center;
}
.top_lists ul{
	overflow: auto;
}
.top_lists li{
	float: left;
	margin-left: 15px;
}
.top_lists li:first-child{
	margin-left: 0;
}
.top_lists li p:hover{
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";/* ie 8 */
}

#loader {
  font-family: 'Marvel', sans-serif;
  margin: 300px auto 300px;
  width: 300px;
  text-align: center;
  font-size: 25px;
  color: #333333;
  }
#bar {
  width: 300px;
  height: 2px;
  border:1px solid #333333;
  padding: 1px;
  margin-top: 10px;
  font-size: 1px;
  }
#bar span {
  display: block;
  width: 0px;
  height: 2px;
  background: #333333;
  }
