@charset"Shift_JIS";

*{
  margin:0;
  padding:0;
  zoom:1;
}


/*ブラウザのデフォルトスタイルをリセットする設定（START）*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin:0; padding:0;
}

html {
	overflow-x: hidden;	
}

table{border-collapse:collapse; border-spacing:0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight:normal;}

caption, th{text-align: left;}

h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal;}

q:before,q:after{content:'';}

abbr,acronym{ border:0; font-variant:normal;}
sup { vertical-align:text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit;}
input,textarea,select {*font-size:100%;}
legend{color:#000;}
/*ブラウザのデフォルトスタイルをリセットする設定（END）*/



/*ブラウザのフォントサイズ・フォントファミリーを揃える（START）*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;
		*font-size:small;
		*font:x-small;
}
table{font-size:inherit; font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;
*font-size: 108%;
line-height:100%;}


/*Opera9*/
;;body {
	font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}

/*Internet Explorer7*/
*:first-child+html body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

/*Internet Explorer6 or sooner*/
* html body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

/*ブラウザのフォントサイズ・フォントファミリーを揃える（END）*/

/* PC版トップページ */
#pc_top {
	margin: 0px;
	text-align: center;
}

#container {
	position: absolute;
	background: url(../img/back.jpg) no-repeat;
	display: block;
	top: 50%;
	left: 50%;
	width: 415px;
	height: 327px;
	margin: -163px 0px 0px -207px;
}

#chaku_bnr {
	display: block;
	width: 374px;
	margin-top: 20px;
	margin-left: -5px;
}

#chaku_tx {
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	color: #333333;
	display: block;
	width: 374px;
	margin-top: 5px;
}

#miss_bnr {
	display: block;
	width: 374px;
	margin-top: 10px;
	margin-left: -5px;
}

#miss_tx {
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	color: #333333;
	display: block;
	width: 374px;
	margin-top: 5px;
}
