@charset "shift_jis";

/* ================================================

	Reset.css

================================================ */

/* ----------------------------------------------------
	Reset
---------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,body p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em,fieldset {
	font-size: 100%;
	font-style: normal;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.4;
	color:#333333;
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-size: 75%＼9;
	background: #fff;
}
img {
	border: 0px;
	vertical-align: bottom;
}

fieldset{
	border:none;
}


ul, ol {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, caption {
	text-align: left;
}
legend {
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	vertical-align: top;
	text-decoration: none;
}
a:hover img,
input[type="image"]:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

textarea {
	resize: none;
}

/* ----------------------------------------------------
	fontColor
---------------------------------------------------- */

body {
	color: #333;
}
a:link,
a:visited {
	color: #333;
}
a:hover,
a:hover strong {
	color: #009ce2;
	text-decoration:underline;
}