@charset "UTF-8";


/* フォントサイズ設定----------------

	http://peopletown.jp	2007-05-07
	lastupdate 2008-09-19
	
	対応ブラウザ(standard mode)
	Mac	IE5,Safari,Firefox,Opera
	Win	IE6,IE7,Firefox,Opera
	
	 9px =	56.25%	|	25px = 156.25%
	10px =	62.5%		|	26px = 162.25%
	11px =	66.66%	|	27px = 168.75%					
	12px =	75%			|	28px = 175%	
	13px =	81.25%	|	29px = 181.25%
	14px =	87.5%		|	30px = 187.5%
	15px =	93.75%	|	31px = 193.75%
	16px =	100%		|	32px = 200%
	17px = 106.25%	|	33px = 206.25%
	18px = 112.5%		|	34px = 212.5%
	19px = 118.75%	|	35px = 218.75%
	20px = 125%			|	36px = 225%
	21px = 131.25%	|
	22px = 137.5%		| 48px = 300%
	23px = 143.75%	|	72px = 450%
	24px = 150%			|

*/

/* Except IE*/
html>body {
	font-size: 16px;
}


/* IE5.0～7.0 only */
*+html body, * html body {
	font-size: 100%;
}

/* UTF8の場合ここ以下で指定しないとIE6のフォント指定とline-heightが適用されない */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
}



/* 100%だとサファリで大きすぎるので */
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/*IEとそれ以外でサイズが違うのを揃える*/
pre, code {
	font:100% monospace;
	*font-size:100%;
}


/*-----フォントサイズ設定ここまで-----*/


/*各要素の幅リセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,blockquote {
	margin:0;
	padding:0;
}

/*画像ボーダーオフ*/
/*画像位置をbottomに*/

img {
	border:none;
	vertical-align: bottom;
}

/*ULリストオフ*/
ul {
	list-style:none;
}

/*テーブルボーダーcollapse、フォントサイズ継承*/
table {
}

/*--クリアフィックス--*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height:0px;	
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
