@charset "utf-8";

/* 初期設定*/
body{ margin:0; padding:0; color: #222;}
h1,h2,h3,h4,p,br, th ,td{ padding: 0; margin:0; font-weight: normal; font-size:small; line-height:1.7em;}

ul,ul li{ padding: 0; margin:0; font-weight: normal; font-size:small; line-height:1.2em;list-style-type:none;}
img{ border:0;}


/* anchor
---------------------------------------------------*/
a:link,
a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover,
a:active {
	color: #2E89B6;
	text-decoration: underline;
}