@charset "utf-8";
/*========================================

	RENEWDA | style.css
	Recent Edit : 2008.04.22

	[1] フォントサイズ

=========================================*/


/*	[1] フォントサイズ
******************************************/

body{
/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial, sans-serif;*/
font-family:'ＭＳ Ｐゴシック',Arial, sans-serif;
font-size:13px;
*font-size:81.25%; /*for IE6,IE7*/
line-height:1.5;
}

table{
font-size:100%;
}

input,textarea,select{
font-size:100%;
}

textarea:focus,
input:focus,
select:focus{
background-color:#eeeeee;
}

/* フォントサイズ指定 */
.xxx-large { font-size:200%;    line-height:1.6; } /*32px*/
.xx-large  { font-size:150%;    line-height:1.6; } /*24px*/
.x-large   { font-size:131.25%; line-height:1.6; } /*21px*/
.large     { font-size:112.5%;  line-height:1.6; } /*18px*/
.mid       { font-size:100%;    line-height:1.6; } /*16px = 12pt*/
.small     { font-size:81.25%;   line-height:1.6; } /*12px*/
.x-small   { font-size:62.5%;   line-height:1.6; letter-spacing: 1px; } /*10px*/
.xx-small  { font-size:56.25%;  line-height:1.6; letter-spacing: 1px; } /*9px*/