<style type="text/css">

html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, em, strong, brockquote, pre, table, caption, th, td, address, form, fieldset, input, textarea, legend, object {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0px;
	padding: 0px;
	color: #000;
	font-family: "Helvetica","Lucida Grande","MS P明朝","細明朝体","Hiragino Mincho Pro";
	font-weight: normal;
	font-size:12px;
	line-height:2.2;
	letter-spacing:1.4px;
	width:100%;
}
img { border-style:none; }
a img { border-style:none; }

a { text-decoration: none; }
a:link, a:visited { color:#333; }
a:active, a:hover { color:#ccc; }

a.declink{
	text-decoration: none;
	border-bottom:1px #999 dotted;
	padding-bottom:1px;
	}

a.blue{
	text-decoration: none;
	border-bottom:1px #190867 dotted;
	padding-bottom:1px;
	}

p.copyright{
	text-align: center;
	letter-spacing:0.1em;
	line-height:0.2;
	font-size: 10px;
	padding: 0px;
	}

font.sub{
	font-size:10px;
	}
font.point{
	font-size:10px;
	color:#ff6347;
	}
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #000; /* 線色 */
	height: 1px; /* 高さ */
}