@charset "UTF-8";
/* CSS Document */

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
}


table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

h1 {
	font-size: 189%;
}
h2 {
	font-size: 159%;
}
h3 {
	font-size: 144%;
}
h4 {
	font-size: 122%;
}
h5 {
	font-size: 107%;
}
h6 {
	font-size: 107%;
}

/* for Opera6 */
html *>b?_ody h1, [xfilter],
html *>b?_ody h2, [xfilter],
html *>b?_ody h3, [xfilter],
html *>b?_ody h4, [xfilter],
html *>b?_ody h5, [xfilter],
html *>b?_ody h6, [xfilter], {
	font-size: 1em;
}


.xxx-large { font-size:189%;/* 24px */ /* 13px */ /*200%;*/     } /*32px*/
.xx-large  { font-size:159%;/* 21px */ /* 13px */ /*150%;*/     } /*24px*/
.x-large   { font-size:144%;/* 18px */ /*131.25%;*/  } /*21px*/
.large     { font-size:122%;/* 16px */ /*112.5%;*/  } /*18px*/
.x-mid		 { font-size:114%;}
.mid       { font-size:107%;/* 14px */ /*100%;*/     } /*16px = 12pt*/
.small     { font-size:100%;/* 13px */ /*81.0%;*/  } /*13px*/
.x-small   { font-size: 92%;/* 13px */ /*68.0%;*/    } /*11px*/
.xx-small  { font-size: 84%;/* 13px */ /*62.5%;*/   } /*10px*/


a:link { color:#007dc5; text-decoration:none;/* border-bottom: 1px solid #dbd5c5; padding-bottom: 1px;*/ }
a:visited { color:#007dc5; text-decoration:none; }
a:hover { color:#339900; text-decoration:underline; }
a:active { color:#339900; }


