/*
  # デフォルトスタイルの初期化

*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  margin:1em 0;
  padding:0;
}

li{
  list-style: none;
}

/* base */

body{
  color: #333;
}









@charset: utf-8;

body{
	color: #333333;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.main{
	width: 90%;
	margin: 0 auto;
}

pre{
	word-break: keep-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align: initial;
}


h1{
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

h2{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 16px;
}

h3{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 12px;
}

h4{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 12px;
}

h5{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 8px;
}

p,li{
	font-size: 14px;
}

p{
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 12px;
}

ol,ul{
	list-style-position: outside;
	padding-left: 0;
	margin-left: 32px;
}

ol li{
	list-style-type: decimal;
}

ul li{
	list-style-type: disc;
}

li{
	line-height: 150%;
	margin-bottom: 8px;
}

hr{
	border: none;
	border-top: #ddd solid 1px;
	margin-bottom: 16px;
	margin-top: 0;
}

