@charset "utf-8";
/* CSS RESET */
/* 過度なリセットは避けています。適宜にセレクタの削除追加を行ってください。 */


html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
  display: block;
  zoom: 1; /* IE */
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 160%;
	color: #333333;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

fieldset,img { border: 0; }

legend { color: #000; }

ul, li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}


head, meta, link, style, script {
  display: none;
}

img { border: none; }
