@charset "utf-8";

/* CSS Document */

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;
	vertical-align: baseline;
}
option{
	padding-left: 0.4em;
}
* html body * {
	overflow: visible;
}
* html iframe,* html frame {
	overflow: auto;
}
* html frameset {
	overflow: hidden;
}
body {
	min-height: 101%;
	background: #fff;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 100.01%;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
a { text-decoration: underline; }
img,fieldset { border: 0 none; }
ul { list-style: none; }
li { line-height: 1.5em; }
dt { font-weight: 700; }
blockquote, cite {
	width: auto;
	font-size: 0.93em;
	margin: 0 0 1em 1.5em;
}
code {
	font-family: "Courier New", Courier, monotype;
	font-size: 1em;
}
hr {
	display: none;
	border: 0 none;
	margin: 3px auto;
}
th,td,dt,dd {
	text-align: left;
	vertical-align: top;
}
th,dt {
	font-weight: bold;
}
address {
	font: 0.9em/1.4em verdana, sans-serif;
	font-style: normal;
}