/*---------------------------------------------
Font Size
20px : 154%
18px : 139%
16px : 124%
15px : 116%
14px : 108%
13px : 100%
12px :  93%
11px :  85%
10px :  72%
---------------------------------------------*/
/* Reset */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, address, form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}
h1 {
	font-size: 139%;
	}
h2 {
	font-size: 124%;
	}
h3 {
	font-size: 116%;
	}
h4 {
	font-size: 108%;
	}
h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
	}
a, ins {
  text-decoration: none;
}
address, em, cite, dfn, var {
  font-style: normal;
}
input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}
img {
  vertical-align: baseline;
}
a img {
  border: none;
}
/* Setting */
body {
  background: #fff;
  font-family: sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 160%;
}
* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}
ul {
  list-style-position: outside;
  list-style-type: none;
}
ol {
  list-style-position: outside;
}
  
table {
  border-collapse: collapse;
}
legend {
  color: #333;
}
div#main p,
div#main ul,
div#main ol,
div#main dl,
div#main blockquote,
div#main pre,
div#main table {
  margin: 1em 0;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */