﻿@charset "UTF-8";

/*/////////////////////////////////////////////////////////////

# NICE CLAUP Co.,LTD.
# COPYRIGHT (C) NICE CLAUP CO,.LTD ALL RIGHTS RESERVED.

css : common
Date : 2011.03.08

[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,a{
	vertical-align: baseline;
}

/* -------- html5 reset -------- */

header,nav,section,article,aside,footer,hgroup {
	display: block;
}