@charset "utf-8";
/* CSS Document */

/*-----リセット------*/
html{
	overflow-y:scroll;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-size:100%;
}

.clearfix:after {
content: '';
display: block;
clear: both;
height: 0;
}

html, body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd {
margin:0;
padding:0;
}

img {
border:0;
}

a{
text-decoration:none;
color:#2F1700;
	}

a:hover{
	border-bottom:3px dotted #FF0000;
}


ul{
list-style-type:none;
}

li{
list-style:none;
}

address, em{
font-style:normal;
font-weight:nomal;
}

/*---------全体の基本設定------------*/

body{
	font-size:12px;
	letter-spacing:3px;
	line-height:1.8em;
	color:#2F1700;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
