/*!
 * CSS基本設定
 */

@charset "UTF-8";

@import url("cssfonts-min.css"); /* fontリセット */
@import url("normalize.css"); /* normalize */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body , input {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

html ,
body {
	height: 100%;
}

body {
	min-width: 1280px;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1280px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	/* またはabsolute; */
	top: 0;
	left: 0;
	z-index: -1;
}

#contents-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(../img/dot.png);
}

/* ==========================================================================
   Custom Reset
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0;
	padding: 0;
}