@charset "utf-8";
/* Text Settei */
/* Block type */
blockquote {
 margin: 16px 58px 16px 58px;
 padding: 0 0 0.4em 0.2em;
 color: #333300;
 background-color: transparent;
 border-left: 10px #c0c0c0 solid;
}
blockquote p {
 margin: 0 !important;
 padding-left: 0.6em;
 text-indent: 1em;
 color: #003333;
 background-color: transparent;
}
cite {
 display: block;
 margin-top: 0.4em;
 color: #6a5acd;
 background: transparent url(../img_common/Marker_pd01.gif) left center no-repeat;
}
cite a {
 padding: 0 14px;
 text-decoration: none;
}
q {
 margin: 0 0.3em;
	padding: 0 0.4em;
 font-style: oblique;
 color: #333300;
 background-color: #faf0e6;
}
q.box {
	display: inline-block;
	margin: 4px 10px;
	padding: 0.3em;
 font-style: oblique;
 color: #330000;
 background-color: #faf0e6;
}
pre { 
 margin: 16px 58px 16px 58px;
 padding: 8px 14px;
 color: #003333;
 background-color: #f5fffa;
 border-bottom: 1px #a9a9a9 dotted;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
code {
 line-height: 1.2;
 white-space: pre-wrap; /* Available on CSS3 */
}
.code-li {
	display: inline-block;
 margin: 6px;
 padding: 0 8px;
 color: #003333;
 background-color: #f5f5f5;
 border: 1px #a9a9a9 solid;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
.example-para,
.example-division {
 margin: 16px 18px 16px 46px;
 padding: 6px 10px;
 border-top: 2px #dcdcdc dotted;
 border-bottom: 2px #dcdcdc dotted;
}
/* Especially dl elements Settei */
.expletive {/* photo including DIV block */
 margin: 12px 18px 12px 30px;
}
.image-block {/* image files in expletive div */
 display: block;
 width: 410px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 2em;
}
.image-block320 {/* image files in expletive div */
 display: block;
 width: 320px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 2em;
}
.image-block210 {/* image files in expletive div */
 display: block;
 width: 210px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 2em;
}
.append,
.note,
.caution,
.coment {
 margin-top: 0.8em;
 margin-right: 36px;
 margin-bottom: 0.8em;
 margin-left: 42px;
 border-top: 2px #dcdcdc dotted;
 border-bottom: 2px #dcdcdc dotted;
}
.append-head,
.note-head,
.caution-head,
.coment-head {
 width: 146px;
 overflow: hidden;
 border-bottom: 1px solid #a9a9a9;
 border-right: 1px dotted #c0c0c0;
}
.append-head {/* The head text for Append block */
 padding-left: 14px;
 color: #336600;
 background: transparent url(../img_common/marker_dt01.gif) left center no-repeat;
}
.note-head {/* The head text for Note block */
 padding-left: 14px;
 color: #ff6633;
 background: transparent url(../img_common/marker_dt02.gif) left center no-repeat;
}
.caution-head {/* The head text for Caution block */
 padding-left: 14px;
 color: #b22222;
 background: transparent url(../img_common/marker_dt03.gif) left center no-repeat;
}
.coment-head {/* The head text for Comment block */
 padding-left: 14px;
 color: #483d8b;
 background: transparent url(../img_common/marker_dt04.gif) left center no-repeat;
}
.append dd,
.note dd,
.caution dd,
.coment dd {
 line-height: 1.6;
 text-indent: 1em;
}
.append a,
.note a,
.caution a,
.coment a {
 margin: 0 0.25em;
}
.example dt {/* for class name example of an dl elements */
 margin: 0.4em 0 0.2em 0;
}
.clearfix-b:after {/* including float clear for paragraph */
 content: "";
 display: block;
 clear: both;
}
.clearfix-l:after {/* including float clear for paragraph */
 content: "";
 display: block;
 clear: left;
}
/* Image + Text */
.pd-topimg {
 display: block;
 width: 210px;
 margin: 0 12px 0 30px;
 float: left;
}
.top-icon {
 display: block;
 width: 50px;
 margin: 0 12px 0 30px;
 float: left;
}
/* for 48px icon */
.att-48images {
 margin: 12px 0 12px 30px;
}
.att-48leftimage {
 display: block;
 width: 48px;
 float: left;
}
.att-48lefttext:after {/* clear for left image */
 content: "";
 display: block;
 clear: left;
}
.att-48lefttext {
 margin-left: 60px;
 margin-right: 10px;
}
/* for 120px photo */
.att-120images {
 margin: 12px 0 12px 30px;
}
.att-120leftimage {
 display: block;
 width: 120px;
 float: left;
}
.att-120lefttext:after {/* clear for left image */
 content: "";
 display: block;
 clear: left;
}
.att-120lefttext {
 margin-left: 130px;
 margin-right: 10px;
}
/* for 210px photo */
.att-images {/* Block */
 margin: 12px 0 12px 30px;
}
.att-leftimage {
 display: block;
 width: 210px;
 float: left;
}
.att-lefttext:after {/* clear for left image */
 content: "";
 display: block;
 clear: left;
}
.att-lefttext {
 margin-left: 220px;
 margin-right: 10px;
}
/* for 320px photo */
.att-320images {
 margin: 12px 0 12px 30px;
}
.att-320leftimage {
 display: block;
 width: 320px;
 float: left;
}
.att-320lefttext:after {/* clear for left image */
 content: "";
 display: block;
 clear: left;
}
.att-320lefttext {
 margin-left: 330px;
 margin-right: 10px;
}
/* for 280px photo */
.att-280images {
 margin: 12px 0 12px 30px;
}
.att-280leftimage {
 display: block;
 width: 280px;
 float: left;
}
.att-280lefttext:after {/* clear for left image */
 content: "";
 display: block;
 clear: left;
}
.att-280lefttext {
 margin-left: 290px;
 margin-right: 10px;
}
/* Table Settei 
table {
 margin: 8px 12px 8px 58px;
 font-size: 90%;
 border: 0px;
}
th,
td {
 text-align: left;
 padding: 2px 4px;
}
thead th {
 border-bottom: 1px solid #dcdcdc;
} */
.defo-table {
 width: 530px;
 margin: 8px 0 8px 54px;
 border-collapse: collapse;
 border-spacing: 0;
 font-size: 78%;
}
.defo-table th {
 padding: 0.2em;
 color: #333332;
 background-color: #dcdcdc;
 border: 1px solid #c0c0c0;
 border-bottom-color: #c0c0c0;
 }
.defo-table tbody td {
 text-align: left;
 padding: 0.2em 0.4em;
 }
.defo-table td,
.defo-table tbody th {
 border: 1px dotted #c0c0c0;
}
.defo-table tbody tr {
 border-top: 1px solid #c0c0c0;
 }
.defo-table tbody tr.even {
 color: #333332;
 background-color: #f8f8f8;
 }
.defo-table tbody tr.odd {
 color: #333332;
 background-color: #ffffff;
 }
.defo-table tbody tr.even-na {
 color: #808080;
 background-color: #ffffff;
 }
.defo-table tbody tr.odd-na {
 color: #808080;
 background-color: #f8f8f8;
 }
.defo-table th.ti{
 width: 260px;
 }
.defo-table th.ty {
 width: 80px;
 }
.defo-table th.ty-l {
 width: 80px;
 text-align: left;
 }
.defo-table th.nm {
 width: 90px;
 }
.defo-table th.fnm {
 width: 120px;
 }
.img-move {
 opacity:0.60;
}
.td-data {
 text-align: right !important;
}td-data"
.img-move:hover {
 opacity:0.90;
}
.activemark {/* live links indicator in the table */
 color: #dc143c;
 background-color: transparent;
}
/* Information Archive */
.outline-ul {
 margin: 6px 16px 6px 58px;
}
.outline-subul {
 margin: 6px 16px 6px 16px;
 font-size: 107%;
}
/* CSS 3 Border Properties */
/* Keyboard Mark */
.kb-mark {
 display: inline-block;
 padding: 0 0.5em;
 font-style: oblique;
 color: #696969;
 background-color: #f5f5f5;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
 border-radius: 0.4em;
 border-top: dotted 1px #d3d3d3;
 border-bottom: solid 1px #2f4f4f;
 border-right: solid 1px #5f9ea0;
 border-left: solid 1px #c0c0c0;
}
/* Window buttons */
.button-defo	 {
	display: inline-block;
 font-weight: bold;
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
 border-radius: 0.8em;
	border: solid 1px #969696;
	background: #c6c6c6 url(../img_common/window-button1.png) left center repeat-x;
	padding: 0 1em;
}
.button-opt	 {
	display: inline-block;
 font-weight: bold;
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
 border-radius: 0.8em;
	border: solid 1px #969696;
	background: #f8f8f8 url(../img_common/window-button2.png) left center repeat-x;
	padding: 0 1em;
}