html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html {
	overflow-y: scroll;
}

/* ビジュアルエディタ用 */

.post {
  text-align: left;
}
.post p {
  margin: 3px 0;
}
.post h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.post h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}
.post h3 {
  font-size: 16px;
  font-weight: bold;
}
.post h4 {
  font-size: 14px;
  font-weight: bold;
}
.post h5 {
  font-size: 12px;
  font-weight: bold;
}
.post h6 {
  font-size: 10px;
  font-weight: bold;
}
.post ul li {
  list-style-type: disc;
  margin: 0 0 0 10px;
}
.post ol li {
  list-style-type: decimal;
  margin: 0 0 0 20px;
}
.post img.alignleft {
  float: left;
  margin: 5px 5px 5px 0;
}
.post img.alignright {
  float: right;
  margin: 10px;
}

