@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html { 
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	overflow-y:scroll;
	
} 

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px; font-size: 1.4rem; /* =14px */
	text-align:center;
	height:100%;

}

* html body {
    background: url(null) fixed;
}


h1 {
	margin:0px;
	padding:0px;
	line-height:0px;
}

h2 {
	font-weight:bold;
	font-size: 24px; font-size: 2.4rem; /* =24px */
}


h4 {
	padding:10px;
	font-size: 16px; font-size: 1.6rem; /* =16px */
	font-weight:bold;
}
a {
	overflow:hidden;
	outline:none;
	text-decoration: none;
	color:#696969;
}

a:hover,
a:active {
	text-decoration: underline;
	outline:0;
	color:#696969;
}
a:visited {
	text-decoration: underline;
	color:#696969;
}

a:focus { 
	text-decoration: underline;
	outline:0;
}

a img {
	border-style:none;
	vertical-align:bottom; 
} 

address {
	font-style:normal;
}

/* 画像、リスト、テーブルのリセット */
img {
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

button {
	border:none;
	background-color:#ffffff;
}

/* クリアフィックス */

.clearFix:after { 
content:"";
display:block;
clear:both;
zoom:1;
}

.clearFix { 
display: inline-block; 
}

/* Mac版IE除外 \*/
.clearFix { 
display: block; 
}

