@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
  color: #000;
  background: #FFF;
}

body {
  font-size: 10.5pt;
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",sans-serif;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

li {list-style-type: none;}

strong,em,caption,th {
  font-style: normal;
  font-weight: normal;
}

input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight:inherit;
}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 108%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}


#sub, #footnavi, #lead, .pankuzu, .widget, .return, .pagenavi {
	display: none;
}


#wrapper {
	padding: 0.5cm;
}

#header {
	margin-bottom: 2em;
}

#header h2#sitetitle a {
	text-decoration: none;
}

h1 {
	display: none;
}

h2 {
	margin: 0 0 0.5em;
	padding-bottom: 0.5em;
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

h3 {
	margin: 0 0 0.5em;
	font-size: 15pt;
	font-weight: bold;
}

h4 {
	margin: 1.5em 0 0.5em;
	font-size: 13pt;
	font-weight: bold;
}

.entry,
.entry-list {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #000000;
}

.entry-text * {
	color: #000000 !important;
	font-size: 1em !important;
}

.entry strong {
	font-weight: bold;
}

.entry-text p {
	margin: 0 0 1.2em;
}

a {
	color: #000000;
	text-decoration: underline;
}

#footer #copy {
	font-size: 9pt;
}