@charset "utf-8";
/* ===================================================================
font size default 12px
		10px  	84%			19px 	159%
		11px 	92%			20px 	167%
		12px 	100%		21px 	175%
		13px 	109%		22px 	184%
		14px 	117%		23px 	192%
		15px 	125%		24px 	200%
		16px 	134%		25px 	109%
		17px 	142%		26px 	217%
		18px 	150%
=================================================================== */

/*--- reset */

html {	overflow-y: scroll;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;}

table {
	border-collapse: collapse;
	border-spacing: 0;}

caption,th {text-align: left;}
	
q:before,q:after {content: '';}

object,
embed {vertical-align: top;}

hr,legend {display: none;}

h1,h2,h3,h4,h5,h6 {font-size: 100%;}

img,abbr,acronym,fieldset {border: 0;}

li {list-style-type: none;}


/*--- default */

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,verdana;
	line-height: 1.5;
	font-size: 12px;
	text-align:center;}
	
/* for IE6 */
* html body {
    font-size: 75%;}

*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ","Meiryo";
	font-size: 75%;}
	
