@charset "UTF-8";

/* ************************************************
                                                 
　デフォルトのスタイルをリセット　※改変不要

************************************************ */ 

/* fonts
------------------------------------- */
body {
	font: 13px/1.231 "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
 *font-size:small;
 *font:x-small;
	color: #333;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
select, input, button, textarea {
	font:99% "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}
/* elements
------------------------------------- */
body, div, p, blockquote, pre, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
p, pre, cite, blockquote, h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	height: 100%;
}
br {
	letter-spacing: 0;
}
hr {
	display:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	vertical-align:top;
}
fieldset, img {
	border: 0;
	vertical-align:bottom;
}
em {
	font-style: normal;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
