@charset "utf-8";


/*基本リセット*/

* {
	margin: 0;
	padding: 0;
	color: #333;
/*	font-family: arial,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;*/
}

html {
	overflow-y: scroll;
}

body {
		font-size: 95%;
}

p,li,dd {
	line-height: 1.4;

}

ul,ol,dl {
	list-style: none;
}
li {
	display: list-item;
	zoom: normal;
	list-style-type:none;
	margin-bottom:7px;
}

img,a img {
	vertical-align: bottom;
	border: none;
	background: transparent;
}

object,embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6,em,address,dfn {
	font-style: normal;
}

ul ul,ul dl,dl ul,table p,table ul,table table {
	font-size: 1em;
}

hr {
	border: none;
	background-color: none;
}

a {
	color:#000000;
}


/*clearfix*/

.clearfix {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/







