/**
 * リセットCSS
 */
html,body{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, strong, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input,textarea,select,label,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,
table, caption, tbody, tfoot, thead, tr, th, td {
  /* 幅に余白や罫線も含める */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
	line-height:inherit;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
	margin:0px;
	padding:0px;
}
dl,dt,dd{
	margin:0px;
	padding:0px;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table,tr,tbody,thead,tfoot,th,td{
  font-size: inherit;
	line-height:inherit;
	vertical-align:top;
}
select, input, textarea, button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: inherit;
	font-family: inherit;
	margin: 0;
	vertical-align: bottom;
	letter-spacing: inherit;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p{
	margin:0;
	padding:0;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
