@charset "UTF-8";

/*==================================
    1:リセット
==================================*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	}

body, h1,h2,h3,h4,h5,h6,p,pire,blockquote,ul,di,dd, dl,form,fieldset{
	margin: 0;
	padding: 0;
	list-style-type:none;
	letter-spacing:0.02em;
	}

input,textarea {
	font-size: 1em;
	margin:0;
	}

address {
	font-style: normal;
	}

img,
fieldset {
	border: none;
	}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
	font-size: 14px;
	font-weight: normal;
	}


/*==================================
    2:フォント
==================================*/
* { color: #000; }

a {
	color:#ea5500;
	text-decoration:none;
	}
a:visited { color: #ea5500; }
a:hover { color: #ea5500; opacity: .7; }

a:hover {
	text-decoration:none;
	}
/**/
