@charset "UTF-8";

/*================================================================
global reset
================================================================*/

* html body {
	background: none fixed;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td,address{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}
ul{
	list-style:none;
}
fieldset,img{
	border:0;
	vertical-align: bottom;
}
select option{
	padding:0 5px;
}
form label{
	cursor:pointer;
}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: center;}