@charset "utf-8";

.html {
	margin-bottom: 20px;
}

BODY {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  text-align:center;
  font-size: 11pt;
}

DIV#outer_box{
	width:720px;
	text-align:left;
	margin:40px auto 40px auto;
}




#copyright {
	color:#000;
  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;
}


#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;}

.rim1{
	text-shadow:
	    #fff 1px 0px,  #fff -1px 0px,
    	#fff 0px -1px, #fff 0px 1px,
	    #fff 1px 1px , #fff -1px 1px,
	    #fff 1px -1px, #fff -1px -1px,
    	#fff 0px 1px,  #fff 0px 1px,
	    #fff 0px -1px, #fff 0px -1px,
	    #fff 1px 0px,  #fff -1px 0px,
	    #fff 1px 0px, #fff -1px 0px;
}
.rim2{
	text-shadow:
	    #fff 2px 0px,  #fff -2px 0px,
    	#fff 0px -2px, #fff 0px 2px,
	    #fff 2px 2px , #fff -2px 2px,
	    #fff 2px -2px, #fff -2px -2px,
    	#fff 1px 2px,  #fff -1px 2px,
	    #fff 1px -2px, #fff -1px -2px,
	    #fff 2px 1px,  #fff -2px 1px,
	    #fff 2px -1px, #fff -2px -1px;
}

.bold{font-weight:bold;}
.noindent{text-indent:0;}
.note{text-indent:-1em;margin-left:1em;}
.textright{text-align:right;}


.dlflex dt {
  width: 30%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background-color: #DADADA;
}

.dlflex dd {
  width: 70%;
  padding-bottom: 20px;
  background-color: #F3F3F3;
  margin-bottom: 10px;
}