@charset "utf-8";

/*
===== CONTENTS =====

	Title:fonts.css
	Last-updated: 2007/02/01
	Auther:wakatsuki
	outline:フォント指定

====================
*/

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

*html body{
	font-size: 0.8125em;
}

table {
 	font-size: 100%;
}

select, input, textarea {
	font-size: 99%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

h4{ font-size:1em; 
}

.small{
	font-size:85%;
}
