﻿@charset "utf-8";

/* ===================================================================
CSS information
=================================================================== */

/* ----------------------- Browser Default Initialization */

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: bottom;
}
ul,ol,li {
	list-style-type: none;
}
br	{ letter-spacing:normal; }

a {
	text-decoration: none;
	color: #333;
}
a:hover { text-decoration: none;}

/* ----------------------- Basic Style */

BODY {
	FONT-FAMILY: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	FONT-SIZE: 12px;
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	overflow-x: hidden;
}

/* ----------------------- IE6 base font */

* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background-image: url();
}
