@charset "utf-8";


* {
	font-family: "ＭＳ Ｐ明朝", serif;
	vertical-align: 0;
}

h1, h2, h3, th, dt, strong, a, #logo a, #footer {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #5d4442;
}

h1 {
	margin: 0;
	padding: 0.5em;
	border-bottom: 2px solid #A3C380;
	text-align: center;
	font-size: 18pt;
}

h1 img{
	display: none;
}

h2 {
	margin: 1em 0 0 -2px;
	font-size: 16pt;
}

a img {
	border: none;
}

#logo img {
	display: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 10.5pt;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

p, dt, dd, th, td, li  {
    line-height: 1.5;
}

#container {
    text-align: right;
}
#content {
    width: 92%;
    margin-left: auto;
    text-align: left;
}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 2px solid #473533;
    padding: 6px 8px;
    vertical-align: top;
    text-align: left;
    font-size: 10.5pt;
}

/* a:after {
    content: " >> " attr(href) " ";
    font-size: 10.5pt;
} */
#logo a:after {
    content: "";
}

#footer {
	padding-top: 1em;
	font-size: 10.5pt;
}

#footer address {
	border-top: 2px solid #A3C380;
	margin: 0;
	padding: 0;
	text-align: center;
}

#linkList, #sub, p.nextpre  {
display:none;
}

body div#container div#content {
	 height: 100%;
	float: none;
	background: none;
}

.entry {
	width: 100%;
}
div#content div#main {
	margin-right: 0;
  padding-top: 0px;
	width: auto;
	height: auto;
	float: none;
}

/* メイン画面のスクロール用 */
div#content div#main-inner {
	margin: 0;
  padding: 0px;
	width: auto;
	position: relative;
}

#sub {
display: none;
}