@charset "Shift_JIS";

/* ------------------------------------------------------------------------------------------------------------------------
					INITIAL SETTINGS
------------------------------------------------------------------------------------------------------------------------ */

body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object{
	margin: 0; padding: 0;
}

#wrapper{
	font:14px/1.9  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo","ＭＳ Ｐゴシック","MS PGothic","Helvetica",Sans-Serif;
	*font-size:small;
	*font:x-small;
	background: #fff;
}



table { border-collapse: collapse;  border-spacing: 0; }
ul, li { list-style-type: none;}


/*				CLEARFIX
----------------------------------------------------------------------*/
#wrapper div:after{ height: 0; visibility: hidden; content: "."; display: block; clear: both;}
#wrapper div{ _height: 1px; min-height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/}

/* 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 */