@charset "UTF-8";


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

	http://peopletown.jp	2007-05-07
	
	対応ブラウザ(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%			|

*/

/* IE only */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	font-size: 100%;
}

/* Except IE */
html>body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	font-size: 16px;
}

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


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


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


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

/*画像ボーダーオフ*/
img {
	border:0;
}

/*テーブルボーダーcollapse、フォントサイズ継承*/
table {
	border-collapse:collapse;
	font-size:inherit;
}


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

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

.clearfix {
  min-height: 1px;
}

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

/*基本リンク設定*/

a {
}
a:link {
	text-decoration: underline;
	color: #787058;
}
a:visited {
	text-decoration: underline;
	color: #787058;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
p img {
	float: left;
	margin-right: 10px;
}
