@charset "utf-8";

/*
 * base.css
 * Lastupdate: 2012.11.01
 * Author: wan55
*/

/* Reset
----------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p, th, td,
address, object {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	line-height: 1.5;
}

img {
	border: 0;
	vertical-align: top;
}

ol, ul{
	list-style:none;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}

em {
	font-style: normal;
}

/* Base
----------------------------------------------- */
body {
	font: 10px Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-size: 62.5%\9;
	background: #fff;
	color: #000;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #00f;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #60c;
}

/* Clear
----------------------------------------------- */
.clear,
.clearfix { *zoom: 1; }
.clear:after,
.clearfix:after { content: ''; display: table; clear: both; }


