@charset "UTF-8";

/*Reset Styles-----------------------------*/

body{
	color:#333333;
	font-size:12px;	
	background-color:#ffffff;
	font-family:
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,	
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

/*ie6*/
* html body {
	font-size: 75%; /* For Win IE 6 or sooner */
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;} 
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;} 
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';} 


/*-------------------------Reset Styles End*/