/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* content */

body{
	text-align:center;
	margin:0;
	padding:0;
	font-size:10px;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	font-weight:100;
	color:#666;
}

#wrapper{
	text-align:center;
    width:100%;
}

#container{
	text-align:left;
    margin:0px auto;
	padding:10px;
	width:760px;
	height:390px;
	/*
	border:#C99 1px solid;
	background-image:url(shinjuku/dammy.jpg);
	background-repeat:no-repeat;
	*/
}

h1{
	font-weight:100;
	margin-left:34px;
}



#leftcont{
	float:left;
	width:347px;
	height:415px;
	padding:54px 0 0 34px;
	background-image:url(img/line.gif);
	background-repeat:no-repeat;
}

#leftcont img{
}

#centercont{
	float:left;
	padding-top:52px;
	width:17px;
}

#rightcont{
	float:left;
	width:360px;
}

* html #rightcont{
	margin-left:23px;
}

#rightcont h2{
	margin-top:52px;
	font-weight:100;
	line-height:15px;
}


#rightcont .tel{
	margin:6px 0 0 0;
	font-size:12px;
	line-height:18px;
}


#button{
	margin:40px 0 0 0;
	padding:5px 0 0 64px;
	background-image:url(img/no_under18.gif);
	background-repeat:no-repeat;
	line-height:100%;
}

.comingsoon{
	font-size: 12px;
	line-height: 160%;
	margin:5px 0 0 63px;
}
.comingsoon span{
	font-size: 15px;
	font-weight: bold;
}

div.waitbox {
	background-color: #f4f2f7;
	border: 1px solid #b281ee;
	border-radius: 10px 10px 10px 10px;
	margin: 20px 0px 0px;
	padding: 5px;
}
p.p_fontsize {
	font-size: 13px;
	line-height: 160%;
}
div.waitbox span.recruitTitle {
	font-size: 15px;
	/*text-shadow: 1px 0 1px #000000;*/
	font-weight: bold;
}

.getflash{
	/*margin-top:60px;*/
	margin-top:40px;
	width:344px;
	line-height:14px;
}

.getflash img{
	float:right;
}

.copy{
	margin-top:5px;
	line-height:14px;
}

#leadtext{
	width:280px;
	font-size:12px;
	line-height:160%;
	margin-top:15px;
	padding:5px 0 0 30px;
	background-image:url(img/qt.gif);
	background-repeat:no-repeat;
	color:#7A525F;
}


.kensaImg{
	margin-top:70px;
	float:left;
}

.kensaText{
	margin:123px 0 0 5px;
	float:left;
	line-height:150%;
}



#banbox {
	margin: 120px auto 50px auto;
	width: 700px;
	text-align: left;
}
.ban {
	float: left;
	margin: 0 0 10px 8px;
}

/* 回り込みクリア */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */