@charset "UTF-8";
/* CSS Document */
body {
	font-size: 14px;
	color: #111;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	background: #FFF;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
}
body#en {	font-family: 'Roboto Condensed', sans-serif;}
#header {
	background-color: inherit
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
h1, h2, h3, h4, h5, h6, form, p, ul , ol, li, div, table, thead, tbody, tfoot, th, td, dd, dt, dl, address {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table {
	font-size: 100%;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}
ol {
	list-style-position: inside;
}
ul li {
	list-style-type: none;
}
address {
	font-style: normal;
}
input[type="text"], select, textarea {
	font-size: 100%;
}
.pngFix {
	zoom: 1;
}
