﻿@charset "UTF-8";

/*/////////////////////////////////////////////////////////////

css : fractale
Date : 2010.10.23

[common] 
	0. Reset

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */

/* -------- common reset -------- */
*{
	margin:0;
	padding:0
}
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,
p,address,blockquote,fieldset,form,input,p,u,b,span,table,th,td,img,a{
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
}
p{
	line-height: 150%;
}
a,
a:active,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/* -------- html5 reset -------- */

header,nav,section,article,aside,footer,hgroup {
	display: block;
}
