@charset "utf-8";
@import url(cssreset-min.css);

.html {
	margin-bottom: 20px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  text-align: left;
  font-size: 11pt;

}
#copyright {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  border-top: solid 1px #68390e;
  font-size: 12px;
  text-align: center;
  margin: 4px 0 20px 0;
  font-style: normal;
  padding-top: 4px;
}

.wrapper{
  width: 1050px;
  margin:10px auto;

  padding-top: 30px;
  padding-bottom: 30px;
}
#header {
  position: relative;
  border-bottom: solid 1px #68390e;
  padding-bottom: 4px;
}
#header .issue {
  position: absolute;
  top: 12px;
  right: 0;
  width: 200px;
  color: #68390e;
  font-family: Helvetica, Arial, sans-serif;
  text-align: right;
  font-size: 16px;
}

#contents {
  padding: 10px;
}

#footer {
  position: relative;
  margin: 8px 0 0 0;
  border-top: solid 1px #68390e;
  color: #68390e;
  padding-top: 4px;
  font-style: italic;
}
#fnavi {
	white-space:nowrap;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
}
#fnavi A{
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 16px;
  margin-left: 14px;
}

p {
  text-indent: 1em;
  line-height: 1.4em;
  margin: 5px 0;
  text-align: justify;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, th {
  font-size: 11pt;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

.icon_20 {
  margin: 0 4px 0 4px;
  vertical-align: text-bottom;
}
.photo_box{
	text-align:center;
	font-size:11pt;
}
.photo_box IMG{
	margin-bottom:6px;
}
P{ margin:0;}