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

* {
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-family: Verdana,Arial,sans-serif;
	font-size:100%;
	*font-size:medium;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}

th,td,form{
	margin: 0;
	padding: 0;
	background-color: transparent;
	boder:0;
	}
a{
	text-decoration: none;
	}
a:link,a:visited{
	}
a:hover{
	}
a:active{
	}
	
h1,h2,h3,h4,h5,h6 { 
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}


select,input,button,textarea {
	font:99% ;
	font-family:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック;
}

/*IE6&IE7*/
*select,input,button,textarea {
	font-weight:normal;
	font-size:99%;
	font-family:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック;
}

dl,dt,dd {
	text-decoration:none;
	margin:0;
	padding:0;
}

ul,ol {
	list-style:none;
}

img	{
	border:0;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.5em;
}


/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}
