@charset "shift_jis";
/*
=======================================================

リセットスタイル

=======================================================
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/* font-family: arial, helvetica, sans-serif; */
	font-size:.9em;
	line-height:1.45;
}
/* IE
--------------------------------------------- */
*:first-child+html * {
	font-family:"メイリオ", Meiryo, sans-serif;
	letter-spacing: 0;
}
* html * {
	font-family:"メイリオ", Meiryo, sans-serif;
}
* {
	zoom:1;
}
/* SAFARI
--------------------------------------------- */
p {
	text-shadow:#000 0 0 0;
}
/* FIREFOX
--------------------------------------------- */
textarea {
	overflow: auto;
}
html {
	overflow: -moz-scrollbars-vertical;
}
p {
	-moz-opacity: 0.99;
}
p a img {
	border:0;
}
a img {
	border:0;
}
/*
---------------------------------------------
TEXT
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
em, i {
	font-style: normal;
}
strong, b {
	font-weight: bold;
}
blockquote, q, cite {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}
pre {
	/* word-wrap: break-word; */
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted;
	cursor: help;
	font-style: normal;
	font-variant: normal;
}
var {
	font-style: normal;
}
center {
	text-align: center;
}
/*
---------------------------------------------
Presentation
--------------------------------------------- */
hr {
	border: 0;
}
big {
	font-size: 1.25em;
}
small, sub, sup {
	font-size: .85em;
}
sub, sup {
	line-height: 1;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}
del, s, strike {
	text-decoration: line-through;
}
ins {
	border-bottom: 1px dotted;
	text-decoration: none;
}
bdo {
	border-bottom: 1px dotted;
}
u {
	text-decoration: underline;
}
/*
---------------------------------------------
Form
--------------------------------------------- */
fieldset {
	padding: 1em;
}
legend {
	font-weight: bold;
	padding: 0 .25em;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}
input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
	line-height: 1;
}
input[type=text], input[type=password], textarea {
	padding: 1px;
}
textarea {
	line-height: 1.25;
	text-align: left;
}
/*
---------------------------------------------
Table
--------------------------------------------- */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.3;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
}
th, td {
	padding: .5em 1em;
}
caption {
	padding-bottom: 1em;
}
th {
	font-weight: bold;
}
