@charset "utf-8";

/*スタイルの初期化*/
body, 
h1, h2, h3, h4, h5, h6, p, div, 
ul, ol, li, dl, dt, dd,
table, th, td {
				font-family:
				Verdana"MSゴシック""ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
				Osaka,
				"ＭＳ Ｐゴシック","MS PGothic",
				sans-serif;
				line-height: 1.2;
				margin: 0px;
				padding: 0px;
				font-size:14px;
				border-collapse: collapse; 
				border-spacing: 0; 
				letter-spacing: 0.1em;
			}

a {
	vertical-align:baseline;
	}


/*リストマークの削除*/
ol, ul, li {
	list-style-type: none;
}

/*画像の縦位置の指定*/
img {
	vertical-align: bottom;
}

/*リンク画像のボーダー線の非表示*/
a img  {
	border:none;
}


/*CSSハック clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	position:relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
