@charset "utf-8";

@font-face {
    font-family: 'alternate_gothic_no1_dregular';
    src: url('../fonts/alternate-gothic-no1-d-webfont.eot');
    src: url('../fonts/alternate-gothic-no1-d-webfont.eot?#iefix') format('embedded-opentype'),
       /*  url('../fonts/alternate-gothic-no1-d-webfont.woff2') format('woff2'),*/
         url('../fonts/alternate-gothic-no1-d-webfont.woff') format('woff'),
         url('../fonts/alternate-gothic-no1-d-webfont.ttf') format('truetype'),
         url('../fonts/alternate-gothic-no1-d-webfont.svg#alternate_gothic_no1_dregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	width:100%;
	min-height:510px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	text-decoration: none;
}

body { 
	font-family: 
	"ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro",
	Osaka,
	"MS Pゴシック", "MS P Gothic";
	font-size:12px;
}

img { 
	vertical-align: bottom; 
	border: none;
}
ul li{
	list-style:none;
}