@charset "utf-8";
/* ////////// 初期設定 ////////// */


p, h1, h2, h3, h4, h5, h6, div, li, ul, dl, dt, dd, form {
	margin:0;
	padding:0;
	font-weight:normal;
}

body, td, th {
	font-size:13px;
}

img {
	border:0;
	vertical-align:middle;
}

/* リンク */
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
