

/*  ƒŠƒZƒbƒg CSS */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
/*	vertical-align: bottom;*/
}
textarea {
    overflow: auto;
    vertical-align: top;
}

table {
	margin:0 auto;
}
td, th {
	padding:5px;
}
th {
	text-align:center;
}
td {
	text-align:left;
}


address,cite,code,dfn,var,em {
	font-style:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

