﻿@charset "UTF-8";

/***************************************************************

CSS : common
DATE : 2012.09.12

****************************************************************/

/*/////////////////////////////////////////////////////////////

[common] 
	0. Reset

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */

/* -------- common reset -------- */
*{
	margin:0;
	padding:0;
}
html,
body,
div,
dl,dt,dd,
ul,li,
h1,h2,h3,h4,h5,h6,
address,
form,
input,
p,
span,
table,tr,td,
img,
a{
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
dl,dt,dd,
ul,li{
	list-style: none;
}



/* -------- html5 reset -------- */

header,
nav,
section,
article,
aside,
footer,
hgroup {
	font-size: 100%;
	margin:0;
	padding:0;
	display: block;
}



/* -------- font reset -------- */

html{
	/* base 10px */
	font-size: 62.5%;
	line-height: 200%;
}
body,
div,
dl,dt,dd,
ul,li,
address,
form,
input,
p,
span,
table,tr,td,
img,
a{
	/* =12px */
	font-size: 12px;
	font-size: 1.2rem;
}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	/* =16px */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
