@charset "utf-8";

/* common --------------------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:120%;
	background-color: #FFF;
	background:url(skin_img/bg.gif);
}
img{
	border:0;	
}
#clear_float{
	clear:both;	
}

/* box ------------------------------------------------------------------------------------------------*/
#box{
	width:100%;
	text-align:center;
}

/* inbox ----------------------------------------------------------------------------------------------*/
#inbox{
	width:806px;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#FFF;
}

/* footer ---------------------------------------------------------------------------------------------*/
#footer{
	width:100%;
}
#footer div.tfcbanner{
	width:806px;
	text-align:right;
	font-weight:bold;
}