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

/*------------------------------------
 Base-Font-style
------------------------------------*/
body {
	color: #333;
	font: 13px "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Arial, Verdana, sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
/*
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
*/
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
input,textarea,select {
	*font-size: 100%;
}
