@charset "utf-8";
/* box setti */
* {
 margin: 0;
 padding: 0;
}
body {
 width: 100%;
 margin: 0;
 padding: 0;
 font-family: "Lucida Grande", sans-serif;
 font-size: 15px;
 color: #333332;
 background: #ffffff;
}/* for IE7 */
*:first-child+html body {
 font-size: 88%;
}
* a {
 border-width: 0px;
}
h1 {
 width: 890px;
 height: 36px;
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 overflow: hidden;
 font-size: 114%;
 font-style: oblique;
 line-height: 2.4;
 text-align: center;
 text-shadow: #336666 0.15em 0.2em 0.2em;
 color: #003366;
 background: transparent;
}
/* ---------- Container Settei */
#container {
 width: 100%;
 color: #333332;
 background-color: transparent;
}
#sect-contents {
 position: relative;
 width: 790px;
 margin: 0 auto;
 color: #333332;
 background: #ffffff  url(../img_common/bgi_conts01.png) center top no-repeat;
}
h2#section-top {
 margin: 0 20px 0 20px;
 padding-top: 20px;
 font-size: 120%;
 font-weight: normal;
 line-height: 1.2;
 color: #003366;
 background-color: transparent;
 border-bottom: 1px dotted #336699;
 text-shadow: 0.15em 0.2em 0.3em #a9a9a9;
}
#upl-info {
 margin: 0 20px 16px 22px;
 padding-left: 18px;
 font-family: "Times New Roman", Times, serif;
 font-style: oblique;
 color: #2f4f4f;
 background: transparent;
}
/* ---------- Sect-Leader Settei */
#sect-leader {
 width: 590px;
 float: left;
 color: #333332;
 background: transparent;
}
h3#latest-head {
 margin-top: 0 !important;
}
#sect-leader h3 {
 margin-top: 1em;
 margin-bottom: 0.6em;
 padding-left: 10px;
 font-size: 114%;
 font-weight: normal;
 color: #323232;
 background: transparent;
}
#sect-leader h4 {
 margin-top: 0.8em;
 margin-bottom: 0.8em;
 font-size: 94%;
 font-weight: bold;
 color: #003333;
 background-color: transparent;
}
#sect-leader h5 {
 margin-top: 0.6em;
 margin-bottom: 0.3em;
 font-size: 87%;
 font-weight: bold;
 color: #2f4f4f;
 background-color: transparent;
}
#sect-leader h6 {
 margin-top: 0.4em;
 margin-bottom: 0.2em;
 font-size: 87%;
 font-weight: normal;
 font-style: oblique;
 color: #2f4f4f;
 background-color: transparent;
}
#sect-leader h3,
#sect-leader h4,
#sect-leader h5,
#sect-leader h6 {
 width: 570px;
 margin-left: 30px;
 margin-right: 10px;
}
/* Text */
.leader-para {
 margin-left: 50px;
 margin-right: 32px;
}
/* Sect-Leader Font Size */
#sect-leader p,
#sect-leader dd,
#sect-leader li {
 font-size: 87%;
 line-height: 1.5;
}
#sect-leader dt {
 font-size: 87%;
 font-weight: bold;
}
#sect-leader p {
 margin-bottom: 1em;
}
#sect-leader pre {
 font-size: 80%;
 line-height: 1.5;
}
/* ----------- Inline Type */
.ovlin { /* Torikeshi */
 text-decoration: line-through;
}
strong {
 margin-left: 0.2em;
 margin-right: 0.2em;
 color: #333330;
 background-color: transparent;
}
strong.red {
 margin-left: 0.2em;
 margin-right: 0.2em;
 color: #800000;
 background-color: transparent;
}
em {
 margin-left: 0.2em;
 margin-right: 0.2em;
 color: #ff3333;
 background-color: transparent;
}
.inlinelist1 {
 display: list-item;
 list-style: disc;
 margin-left: 48px;
 padding-left: 2px;
}
.s-caps {
 font-family: "Times New Roman", serif;
 font-variant: small-caps;
 font-size: 94%;
}
/* List elements Settei */
.leader-dl,
.outlin-dl {
 margin-top: 0.8em;
 margin-bottom: 0.8em;
 margin-left: 56px;
 margin-right: 10px;
}
.leader-dl dt,
.outlin-dl dt {
 margin-top: 0.8em;
 font-weight: bold;
}
.leader-dl dd {
 margin: 0.4em 1.2em 0.3em 1em;
 line-height: 1.4;
}
.outlin-dl dd {
 padding-left: 24px;
 margin: 0.4em 1.2em 0 1em;
}
.leader-ol,
.leader-ul {
 margin-top: 0.8em;
 margin-bottom: 0.8em;
 margin-left: 86px;
}
.leader-ul li {
 line-height: 1.4;
}
.leader-ol li {
 line-height: 1.4;
 margin-bottom: 0.6em;
}
dd ul,
dd ol,
dd ul,
li ul {
 font-size: 114% !important;
 margin-left: 40px !important;
}
/* ----------- link setti */
p a {
 margin: 0 0.3em;
}
#sect-leader a:link {
 text-decoration: none;
 color: #003366;
 background-color: #f8f8ff;
}
#sect-leader a:visited {
 text-decoration: none;
 color: #006666;
 background-color: transparent;
}
#sect-leader a:hover {
 text-decoration: underline;
 color: #556b2f;
 background-color: #f0fff0;
}
#sect-leader a:active {
 text-decoration: none;
 color: #663333;
 background-color: #ffffcc;
}
.pointlink {
 text-decoration: none !important;
 color: inherit !important;
 background-color: transparent !important;
}
.forward-pg a {
 font-weight: bold;
 text-decoration: none !important;
 color: #6666cc !important;
 background-color: transparent;
}
/* image setti */
img {
 border: none;
}
li img,
.inc-img {
 vertical-align: middle;
}
/* float Settei */
.float-l {
 float: left;
}
.float-r {
 float: right;
}
.floatclear {
 clear: both;
}
.floatclear-l {
 clear: left;
}
.floatclear-r {
 clear: right;
}
#retun-top {
 clear: both;
 height: 24px;
 padding-right: 200px;
 font-family: Futura, Arial, sans-serif;
 text-align: center;
 font-size: 88%;
 color: #333332;
 background: #ffffff;
}
/* table */
.cont-tb {
 width: 480px;
 margin: 8px 0 8px 54px;
 border-collapse: collapse;
 border-spacing: 0;
 font-size: 78%;
}
.cont-tb th {
 width: 120px;
 padding: 0.2em 0.6em;
 text-align: left;
 color: #333332;
 background-color: #dcdcdc;
 border: 1px solid #c0c0c0;
 border-bottom-color: #c0c0c0;
}
.cont-tb tbody td {
 text-align: left;
 padding: 0.2em 0.4em;
}
.cont-tb td,
.cont-tb tbody th {
 border: 1px dotted #c0c0c0;
}
.cont-tb tbody tr {
 border-top: 1px solid #c0c0c0;
}
.cont-tb tbody tr.even {
 color: #333332;
 background-color: #f8f8f8;
}
.cont-tb tbody tr.odd {
 color: #333332;
 background-color: #ffffff;
}
.cont-tb tbody tr.even-na {
 color: #808080;
 background-color: #ffffff;
}
.cont-tb tbody tr.odd-na {
 color: #808080;
 background-color: #f8f8f8;
}
.append,
.note,
.caution,
.coment {
 margin-top: 0.8em;
 margin-right: 24px;
 margin-bottom: 0.8em;
 margin-left: 56px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
 border-radius: 12px;
 border: 2px #dcdcdc dotted;
}
.append-head,
.note-head,
.caution-head,
.coment-head {
 width: 146px;
 padding-left: 14px;
 overflow: hidden;
 font-weight: bold;
 text-shadow: #c3c3c3 0.15em 0.2em 0.2em;
 color: #483d8b;
 background: transparent;
}
.append dd,
.note dd,
.caution dd,
.coment dd {
 padding: 0.3em 0.8em;
 font-size: 87%;
 line-height: 1.6;
 text-indent: 1em;
}
.append a,
.note a,
.caution a,
.coment a {
 margin: 0 0.25em;
}
/* footer Settei */
#section-footer {
 width: 100%;
}
#footer-contents {
 width: 560px;
 margin: 0 auto;
}
#footer-contents h2 {
 font-size: 87%;
}
#information {
	margin-bottom: 16px;
 font-size: 74%;
 line-height: 1.2;
}
#information dt {
 width: 95px;
 float: left;
 font-weight: bold;
 text-align: right;
 color: #696969;
 background-color: transparent;
}
#information dd {
 margin: 0 0 2px 110px;
}
#information dd:after {
 content: "";
 display: block;
 clear: left;
}
#banners {
 list-style-type: none;
}
#banners li {
 display: inline;
 overflow: hidden;
}
/* ----------- Right navigation Settei */
#sect-rnav {
 width: 180px;
 float: left;
 font-family: Futura, Arial, sans-serif;
 color: #333332;
 background: transparent;
}
#rnav-2 {/* h2 */
 width: 150px;
 margin: 0 0 12px 12px;
 font-size: 100%;
 font-weight: bold;
 border: none;
}
.rnav3 {/* h3 */
 width: 170px;
 margin: 3px 0 6px 4px;
 padding-top: 0.2em;
 font-size: 87%;
 text-indent: 12px;
 line-height: 1.1;
 color: #fffffa;
 background-color: #6b8e23;
}
ul.rnav-lt {
 width: 155px;
 padding-bottom: 10px;
 list-style-type: none;
 font-size: 87%;
 line-height: 1.4;
}
/* Right navigation link settei */
.rnav-lt li a {
 display: block;
 width: 165px;
 margin: 4px 0;
 padding: 0 0 0 4px;
 text-decoration: none;
 color: #003333;
 background: transparent;
}
.rnav-lt li a:hover {
 padding: 0 0 0 14px;
 text-decoration: underline;
 color: #003366;
 background: transparent;
}
.rnav-lt li#forward  a:hover {
 padding: 0 0 0 6px;
 text-decoration: underline;
 color: #003366;
 background: transparent;
}
.rnav-lt li#prev  a:hover {
 padding: 0 0 0 14px;
 text-decoration: underline;
 color: #003366;
 background: transparent;
}
#point {
 font-weight: bold;
}
