@charset "utf-8";

/* CSS HACK */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/*
==================================================================================

フォントサイズ指定

==================================================================================
*/
/*
	Font-size Adjustment.
	1.0em = 10px
	1.2em = 12px
	1.4em = 14px
	1.6em = 16px
	1.8em = 18px
*/

body {
	font-size:10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {/*IE6*/
	font-size:60%;
	letter-spacing: 1px;
}

*:first-child+html body {/*IE7*/
	font-size:58%;
	letter-spacing: 1px;
}

table {
	font-size: 1.0em;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

input,textarea{
	font-size: 1.0em;
}

a {
	outline: none;
}

p,li {
	font-size: 13px;
	line-height: 1.6;
}

/*
==================================================================================

共通タグ

==================================================================================
*/

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,dl,dt,dd,table,th,td{
	padding: 0;
	margin: 0;
}

img{
	border-width: 0;
}

ul,ol,li{
	list-style:none;
}

table {
    border-collapse: collapse;
}