@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 {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 100%;	
}
input, textarea, select, option {
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
}
img {
	vertical-align: bottom;
	border: none
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a {
	color: #000;
	text-decoration: underline;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
th {
	text-align: left;
	font-weight: normal;
}

a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	zoom:1;
}
a img.a100:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	zoom:1;
}
em {
	font-style: normal;
	font-weight: bold;
}
.clr {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
label {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}