@charset "utf-8";

/* all */

.blank {
	background: url(../image/link.gif) right center no-repeat;
	padding-right: 15px;
	margin-right: 3px;
	color: #33c;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}


/* maincontent */

h1 {
	width: 100%;
	height: 63px;
	font-size: x-large;
	letter-spacing: 0.05em;
	float: right;
	margin: 0 -1px 5px 0;
}

.imgdoc {
	background: url(../image/doctitle_rigth.jpg) right top no-repeat;
}
.imgdoc1 {
	background: url(../image/doctitle1_rigth.jpg) right top no-repeat;
}
.imgdoc2 {
	background: url(../image/doctitle2_rigth.jpg) right top no-repeat;
}
.imgdoc3 {
	background: url(../image/doctitle3_rigth.jpg) right top no-repeat;
}
.imgdoc4 {
	background: url(../image/doctitle4_rigth.jpg) right top no-repeat;
}
.imgdoc5 {
	background: url(../image/doctitle5_rigth.jpg) right top no-repeat;
}

h1 span {
	color: #fff;
	height: 63px;
	padding: 10px 0 0 20px;
	float: left;
	display: block;
}

.imgdoc span {
	background: url(../image/doctitle_left.jpg) left top no-repeat; 
}
.imgdoc1 span {
	background: url(../image/doctitle1_left.jpg) left top no-repeat; 
}
.imgdoc2 span {
	background: url(../image/doctitle2_left.jpg) left top no-repeat; 
}
.imgdoc3 span {
	background: url(../image/doctitle3_left.jpg) left top no-repeat; 
}
.imgdoc4 span {
	background: url(../image/doctitle4_left.jpg) left top no-repeat; 
}
.imgdoc5 span {
	background: url(../image/doctitle5_left.jpg) left top no-repeat; 
}

.first-txt {
	clear: both;
	padding: 0 10px 10px 10px;
	display: block;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.first-txt:first-letter {
	float: left;
	font-size: 2em;
	line-height: 1.1;
	margin: 0.1em 2px 0 0;
}

.first-txt span {
	border-bottom: 2px dotted #bbb;
}

.under-next {
	padding-bottom: 15px;
}

#docimg {
	text-align: center;
	padding-bottom: 10px;
}


/* conbox */

#conbox {
	line-height: 1.6;
}

#conbox h2 {
	font-size: 100%;
	padding: 5px 0;
	background: #d9d9d9 url(/image/bg_h2.gif) left top repeat-x;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#conbox h2 span {
	border-left: 5px solid #f80;
	padding-left: 10px;
	margin-left: 10px;
}

#conbox ol {
	padding: 5px 0 0 10px;
}

#conbox ol li {
	margin-left: 1em;
	padding: 2px 0;
}

#conbox ul {
	padding: 0 10px 10px 15px;
	list-style: square;
}

#conbox .inul {
	padding: 0 10px 0 0;
}

#conbox ul li {
	margin-left: 1em;
	line-height: 1.5;
	padding: 2px 0 2px 3px;
}

#conbox ul li span {
	font-weight: bold;
}

#conbox ul li .normal {
	font-weight: normal;
}

/* text & attention & next-link */
#conbox .text {
	padding: 0 10px 10px 1em;
}

#conbox .attention {
	padding: 0 10px 15px 1em;
}

#conbox .red-line {
	border-bottom: 1px dashed #e30000;
}

#conbox ul li a , .next-link a , .doc-link , .pdf a {
	color: #33c;
	text-decoration: none;
}

#conbox ul li a:hover , .next-link a:hover , .blank:hover , .doc-link:hover , .pdf a:hover {
	color: #00f;
	text-decoration: underline;
}

.next-link {
	line-height: 1.6;
	margin: 0 20px 20px 20px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding: 8px 0;
}

.next-link p {
	margin: 0 5px 0 1em;
}

#conbox .pbottom {
	padding: 0 10px;
}

.tyui {
	color: #F00;
	background-color: #f1f1f1;
	border-top: 1px solid #999;
	border-right: 1px solid #808080;
	border-left:  1px solid #999;
	border-bottom: 1px solid #808080;
	padding: 4px 7px 2px 7px;
	font-weight: bold;
	display: inline;
	margin-left: 1em;
}

.tyuiunder {
	margin-top: 7px;
}

.px10 {
	margin-top: 10px;
}

.samp {
	background-color: #e8f4ca;
	margin: 10px 0 5px 0;
}

.samp2 {
	background-color: #e8f4ca;
	margin: 5px 20px 5px 0;
}

.samp p , .substi {
	margin: 0 1em;
}

.pdf {
	margin: 10px 0 5px 0;
}

.pdf a {
	font-weight: bold;
	background: url(../image/pdf.gif) left center no-repeat;
	padding: 3px 0 2px 22px;
	text-decoration: none;
}

.getadobe {
	vertical-align: middle;
	margin-left: 5px;
}

.getadobe:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.whatdoc {
	font-size: 92%;
	padding: 0 5px 0 1em;
	text-indent: -1em;
	display: block;
}


/* highslide */

#conbox .inline {
	display: inline;
}

.highslide {
	background: url(../image/high_aicon.gif) right center no-repeat;
	padding: 3px 23px 1px 0;
	display: inline;
	color: #656049;
	cursor: help;
	text-decoration: none;
	font-weight: bold;
}

.in {
	font-weight: normal;
	padding: 3px 21px 1px 0;
	margin-right: 3px;
}

.highslide:hover {
	color: #00f;
	text-decoration: underline;
}

.highslide-image {
	border-top: 1px solid #aaa;
	border-right: 1px solid #777;
	border-left: 1px solid #aaa;
}

.highslide-caption {
    display: none;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #aaa;
    font-size: 90%;
    background-color: #fafafa;
	padding: 0 15px;
}

.highslide-caption em {
	font-style: normal;
}

.highslide-caption a {
	color: #33c;
	text-decoration: none;
	font-weight: bold;
}

.highslide-caption a:hover {
	text-decoration: underline;
	color: #00f;
}

.highslide-move {
    cursor: move;
}

.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

.control {
	padding: 0.3em 0 0.5em 0;
    font-size: 90%;
	text-align: right;
}

.control a {
	color: #888;
	text-decoration: none;
	padding: 2px 5px 1px 6px;
	border: 3px double #bbb;
	margin-left: 2px;
	background-color: #fff;
}

.control a:hover {
	color: #555;
	text-decoration: none;
	border: 3px double #999;
}

.highslide-loading {
	color: #333;
    display: block;
	font-size: x-small;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #333;
    padding-left: 18px;
    background: #fff url(../image/ajax-loader.gif) left center no-repeat;
}
