@charset "UTF-8";

/*==================================
    1:リセット
==================================*/

body {
/*    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "FP-ヒラギノ明朝 ProN W3";
    line-height: 1.2;
}

body, h1,h2,h3,h4,h5,h6,p,pire,blockquote,ul,di,dd, dl,form,fieldset{
    margin: 0px;
    padding: 0px;
	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:フォント
==================================*/
* {}

a {
	color:#00a63c;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}
/**/
