@charset "UTF-8";
/* CSS Document */

/*/////////////////////////////////////////////
Reset
/////////////////////////////////////////////*/

* {
	font-size: 100%;
	font-weight: normal;
	margin:	0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,address,span {
	margin: 0;
	padding: 0;
	border: 0px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}

p {
/*	padding: 0;*/
	border: 0px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}

dt,dd,span {
	line-height: 100%;
}

img {
	border:	0;
}

a  {
	text-decoration: none;
	outline:none;
}

a img {
	text-decoration: none;
	border: 0;
}

td {
	vertical-align: top;
	text-align: left;
}

li,ol {
	list-style-type: none;
}

label {
	cursor: pointer;
}

.clear {
	clear: both;
	line-height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}