@charset "UTF-8";
/* CSS Document */

/*
==================================================
html reset
================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { /* フォントサイズ */
	margin: 0;
	padding: 0;
}
body {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.6;
}
a,a:link,a:visited {
	text-decoration: underline;
}
a:focus,a:hover,a:active {
	text-decoration: underline;
}

address,b,caption,em,strong,th {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
h1 {
	font-weight: normal;
}
img,fieldset {
	border: 0;
}
img {
	vertical-align: bottom;　/* 画像の下にできる隙間をなくす */
}
li {
	list-style-type: none;
}
textarea {
	font-size: 100%;　/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
}
textarea,
input {
	border: 1px solid #999;
}
a {
	outline: none;
}