@charset "UTF-8";

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
a, p, blockquote, pre, address, img,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	margin: 0;
	padding: 0;
	color: #353535;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	text-decoration:none;
	}



/* html5化を開始
--------------------------------------------*/
section,nav,article,aside,hgroup,
header,footer,figure,figcaption,summary {
	display:block;
	margin:0; padding:0;
	color:#333;
	font-family: sans-serif;}
 