*{
	margin:0px;
	padding:0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
ul, li{
	list-style:none;
}
img{
	border:0px;
}
.clear{
	clear:both;
}
.warning{
	color: blue;
}
.mc-hide-scrolls{
	overflow:hidden;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display:block;}

body{
/*
	background-image:url(/index/img/bg.jpg);
	background-repeat:repeat;
*/
	background-color:#181818;
}


#indexWrap{
	position:relative;
	min-width:1000px;
}
#wrap{
	position:relative;
	width:1000px;
	min-width:1000px;
	margin:0px auto;
}
.entrance{
	position:relative;
	width:380px;
	left:50%;
	margin-left:-360px;
	padding-top:700px;
	z-index:999999;
}

ul.entrance li{
	float:left;
	margin:5px 20px;
}

/************************: FOOTER **************************/

#footerWrap{
	position:relative;
	background-position:50% 0%;
	padding-bottom:20px;
	background-color:#121212;
}
.footerBorder{
	position:relative;
	background-image:url(/pc/img/footer_border.png);
	background-repeat:repeat;
	height:16px;
	top:-16px;
	left:0px;
	width:100%;
}
#footer{
	position:relative;
	width:1000px;
	margin:0px auto;
	text-align:center;
	padding-top:20px;
}

#footer h1{
	color:#cccccc;
	margin-top:0px 0px 20px 0px;
}

#footerBottomWrap{
	background-color:#181818;
	border-top:1px solid #252525;
}

#footerBottom{
	position:relative;
	width:1000px;
	margin:0px auto;
	padding:15px 0px;
	text-align:center;
}
#copy{
	color:#eaeaea;
	font-size:14px;
	inline-height:1.2;
}
#footerTel{
	width:550px;
	margin:20px auto;
}

img.footerLogo{
	width:400px;
}

hr{
	color:#121212;
	margin:20px 50px;
}
#recruitBanner{
	width:602px;
	margin:0 auto;
	margin-top:20px;
}
#recruitBanner a{
	display:block;
	border:1px solid #fff;
}
.newyear_notice{
	position:absolute;
	top:10px;
	right:10px;
	padding:20px;
	width:400px;
	border:5px solid #e5d1b6;
	background:url(/newyear_bg.jpg) 50% 0%;
}
.newyear_notice dl dt{
	text-align:center;
	font-size:18px;
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

.newyear_notice dl dd{
	margin:10px auto 0 auto;
	color:#000;
	font-size:13px;
}



