﻿*{
	margin: 0px;
	padding: 0px;

}
html{
	overflow-y:scroll;
}
body {
	text-align: center;
	font:12px 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ',sans-serif;    /* 基本文字設定 */
	font-size:small\9; /* Win IE8 */
	*font-size:small;  /* Win IE7 */
	_font-size:small;  /* Win IE6 */
	*font:x-small;     /* Win IE 5-5.5､6(後方互換モード)向け */
	line-height:1.0em;
	background-color: #000000;
	color:#321808;
	_line-break: strict;
	min-width: 970px;
}
:root body{
	font-size:small \0/;/* Win IE9 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body {font-size:small;/* Win IE10 */}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {font-size:82%;/* chrome */}
}
@-moz-document url-prefix() {
	body {font-size:82%;/* firefox */}
}

br {
	letter-spacing: 0;
}

form{
  margin: 0 auto;
  padding: 0;
}

table {
    font-size:inherit;
    font:100%;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
img {
	border: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	-ms-interpolation-mode: bicubic;
}



/*Flash off*/
#flash_off {
	width:700px;
	border:solid 1px #666699;
	background-color:#FFFF99;
	color:#333333;
	text-align:left;
	padding:4px;
	overflow: hidden;
	margin: 0 auto;
}

.goohf{
	font-size: 12px;
	line-height: 1.1em;
}

.ad{background:url(../images/clear.gif) no-repeat 0 0;}

.br_clearboth{ clear:both; width:100%;height:0px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
