@charset "shift_jis";

/* formatting style
------------------------------*/
.clearfix:after
	{
	/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td 
	{
	margin: 0px;
	padding: 0px;
	}

img 
	{
	vertical-align:bottom;
	background-repeat: no-repeat;
	background-position: center top;
	}


#container_in
	{
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing:0.02em;
	height:100%;
	}
	

