@charset "utf-8";
/* ----------------------------------------------------------------------------------
初期設定
---------------------------------------------------------------------------------- */
/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, brockquote, pre, table, caption, th, td, address, form, fieldset, legend, object {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
	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 {
	list-style:none;
	vertical-align:bottom;
	line-height:0;
}
a img {
	border: none;
}

/* Setting */

/*html {
	overflow-y: scroll;
}*/
body {
	background: #fff;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	line-height:1.5em;
}
* 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 ol, div#main blockquote, div#main pre, div#main table, h6 {
	margin: 1em 0;
}
a:link {
	color: #0099ff;
	text-decoration: none
}
a:visited {
	color: #0099ff;
	text-decoration: none
}
a:active {
	color: #0099ff;
}
a:hover {
	color: #ff9900;
	text-decoration: underline
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

h2 {
font-size:117%;
}
h3 {
font-size:108%;
}
h4 {
font-size:108%;
}

.redText {
	color: #F03;
}

/*---------------------------------------------

Font Size

20px : 154%
18px : 139%
16px : 124%　133%
15px : 116%  125%
14px : 108%  117%
13px : 100%  108%
12px :  93%  100%
11px :  85%   92%
10px :  --%   83%



---------------------------------------------*/
