@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

html{	overflow-y: scroll;}
img{border: 0;text-dec: none; padding:0px; margin:0px;vertical-align: bottom;}
a{text-decoration:none;}
*{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;}

body{
	background-color:#111;
	margin: auto;
	padding: 0px;
	margin:0px;
}

#base{
	width: 100%;
	height:100%;
	margin: auto auto;
	background:url(../images/bg_repeat.jpg) top center repeat-y;
}

#wrapper_top{
	width: 100%;
	height:100%;
	margin: auto auto;
	background:url(../images/bg_top.jpg) top center no-repeat fixed;
}
#wrapper_top.wrapper_top02 {
	background:none;
}

#wrapper{
	width: 100%;
	height:100%;
	margin: auto auto;
	background:url(../images/bg.jpg) top center no-repeat fixed;
}


#contents{
	width: 960px;
	height:100%;
	margin: auto auto;
	position:relative;
}


/* ====【menu】============================== */
#menubox{
	width:160px;
	height:100%;
	margin-left:0px;
	background:#F00;
	background:url(../images/menu/menu_bg.png) top center no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

#menubox_in{
	width:160px;
	margin-left:0px;
	float:left;
	position:fixed;
	z-index:0;
	display:block;
}

.menubtn{
	width:160px;
	height:35px;
	margin-top:3px;
}
/*
#pickup_box{
	width:160px;
	margin-top:20px;
}

#pickup_box .pu_btn{
	width:140px;
	height:100px;
	margin:auto;
	margin-top:5px;
}*/


/* ====【menu】============================== */


#right{
	width:800px;
	float:right;
	background:url(../images/common/right_bg.jpg) repeat-y;
	padding-bottom:90px;
	margin-left:160px;
	z-index:5;
	display:block;
}

#subm{
	width:760px;
	margin:auto;
	background:#000;
	border:solid 1px #989898;
	padding:0px 5px 0px 5px;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#5b5c5c;
	text-align:center;
	z-index:999;
}

#subm_box{
	padding-top:5px;
	margin:auto;
	min-width:400px;
	text-align: center;
}
#subm_box div {
	display: inline-block;
}
#subm_box a img {
	display: block;
}
#subm_box a {
	display: block;
}

.subm_btn{
	height:16px;
}





#footer{
	width:960px;
	height:100px;
	position:absolute;
	bottom:0px;
	lrft:0px;
}


