﻿@charset "utf-8";

/* -----------------------------------------------
 * ブラウザ解釈値リセット＆設定ファイル
 *
 * Author     : sue
 * LastUpdate : 09/06/11
----------------------------------------------- */

/* ----------------------------------------------
 * リセット
---------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
address, pre, code, form, fieldset, input, textarea,
p, blockquote, table, th, td { 
	margin: 0;
	padding: 0;
}

address, caption,
cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

/* ----------------------------------------------
 * 設定をしなおす
---------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #2C1F16;
	
	text-align: center; /* box centering */
	background: #2C1F16;
}

@media print, screen and ( max-width : 1199px ) {
	body {
		font-size: 16px;
	}
}

@media print, screen and ( min-width : 1200px ) {
	body {
		font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;/* default@font-size: 13px; */
		*font-size: small;
		*font: x-small;
	}
}

/* ----------------------------------------------
 * 一般的なパラメーターの設定
---------------------------------------------- */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.2;/* base line height */
}

table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption,th {
	text-align: left;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	border: none;
}

p {
	line-height: 1.2;
}

li {
	list-style: none;
}

table {
	font-size:inherit;
	font:100%;
}

input {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	vertical-align: middle;
	font-family: monospace;
}

acronym,abbr {
	cursor: help;
}

hr {
	height: 1px;
	color: #cccccc;
	border: 0;
	background: #cccccc;
}

/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a:link {
	color: #1111CC;
}
a:visited {
	color: #993333;
}

a:active {
	color: #1111CC;
}