@charset "UTF-8";
/* CSS Document */
/* YUI-font.css */
body {
	font-size:13px;
	line-height:1.231;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
*font-size:small;
*font:x-small;
}
form {
	margin:0;
	padding:0;
}
select, input, button, textarea, button {
	font-size:99%;
}
table {
	font-size:inherit;
	font:100%;
	line-height:1.4;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
li {
	line-height:1.4;
}
.submit {
	line-height:1.231;
}
/* IE6用送信ボタン調整 */
* html input.submit {
	padding:0.3em 0 0;
}
/* IE7用送信ボタン調整 */
*:first-child+html input.submit {
	padding:0.3em 0 0;
}
/* IE8用送信ボタン調整 */
head~/* */body input.submit {
 padding:0.2em 0.8em 0.2em;
}