@charset "utf-8";
/*============================
 *	Author: Nao Sakakibara
 *	Created: 2007-01-24
 *	Modified: 2009-12-18
 ============================*/


/*ページ全体・ヘッダ*/
body {
	background-image:url(./images/top_bckg.gif);
	background-repeat:repeat;
	color:#404040;
	font-size:90%;
	line-height:1.4;
	margin:0;
	padding:0;
}
body a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
body a {
	color:#3675BB;
	font-weight:bold;
	text-decoration:underline;
}
div#content {
	width: 614px;
	height:100%;
	margin:auto;
	padding-top:32px;
}
div#mainarea {
	width:614px;
}
div#pageheader {
	width:auto;
	height:32px;
	float:left;
}
div#faximotoplink {
	font-size:10px;
	text-align:right;
}
div#faximotoplink a {
	text-decoration:none;
}
div#manual-lin-t {
	height: 6px;
	width: 614px;
	display: block;
	clear: both;
}
div#manual-lin-m {
	background-image: url(images/manual_white.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 614px;
	text-align: center;
	padding: 10px 0 15px;
	float:left;
}
div#manual-lin-u {
	height: 6px;
	width: 614px;
	clear: both;
}

/*パン屑ナビ*/
div#pan-nav {
	width: 590px;
	margin: 5px auto 10px auto;
	font-size: 10px;
	text-decoration: none;
}

/*マニュアルTOPページインデックス*/
div#manual-title {
	text-align: left;
	font-size: 12px;
}
div#manual-title ul {
	margin: 1em 0 0 4em;
	padding: 0;
	list-style-image: url(images/list-yajirusi.gif);
}
div#manual-title ul ul {
	margin: 0.5em 0 0 2em;
	padding: 0;
}
div#manual-title ul li {
	margin-bottom:7px;
}
*html div#manual-title ul ul {
	margin: 0.5em 0 0 -1em;
	padding: 0;
}

/*マニュアルTOPページ見出し*/
h1.manual {
	background-color:#E7F2FF;
	background-image:url(../images/icon.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border-color:#AFD1F7 #3775BB #3775BB #AFD1F7;
	border-style:solid;
	color:#404040;
	font-size:15px;
	font-weight:bold;
	height:22px;
	line-height:1;
	margin:0 auto;
	padding-top:8px;
	text-align:left;
	text-indent:60px;
	width:590px;
}
h1#title {
	background-image:url(./images/main_title.gif);
	background-repeat:no-repeat;
	width:550px;
	height:108px;
	margin:auto;
	text-indent:-9999px;
}
h2 {
	display:block;
	margin:15px auto 8px auto;
	background-color: #E7F2FF;
	border-bottom: 4px solid #666666;
	text-align: left;
	text-indent: 4px;
	width:590px;
	height: 20px;
	padding-top:4px;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	text-decoration:none;
}
h3 {
	background-color:#FFFFFF;
	border-bottom:medium none;
	border-left:4px solid #F39700;
	color:#404040;
	font-size:14px;
	font-weight:bold;
	height:auto;
	line-height:1;
	padding:2px;
	text-decoration:none;
	width:470px;
	margin-left: 5px;
	float:left;
}

/*マニュアルTOPページ目次リスト*/
ul#list-circle {
	margin: 0 0 0 3em;
	padding: 0;
	list-style-image: url(images/circle.gif);
	text-align:left;
	font-size: 12px;
	line-height:1.4;
}
*html ul#list-circle ul {
	margin: 0.5em 0 0 0;
	padding: 0;
}
ul#list-circle li {
	margin-bottom:7px;
}
li#manual_li {
	width:550px;
	margin-bottom:7px;
}
/*マニュアルページ用フッター*/

/* footer */
div#footer-menu {
	height: auto;
	width: 620px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}
div#footer-menu a {
	font-weight:bold;
}
div#footer-menu a:visited {
	font-weight:bold;
}
div#copyright {
	clear: both;
	text-align: center;
	padding-bottom:20px;
	width:620px;
}
div#footer {
	width:634px;
	clear: both;
	position:absolute;
	bottom:40px;
	text-align: center;
}

/*マニュアル下層ページインデックス*/
div#manualentrylist {
	margin-top:20px;
	float:left;
}
div#manualentrylist ul {
	text-align: left;
	list-style: none;
	margin: 0.5em 0 1em 2em;
	padding: 0;
	font-size:12px;
	line-height: 1;
}
span.og-letter {
	font-size:14px;
	font-style:italic;
	color:#F18C29;
	text-decoration:none;
	margin-right: 5px;
}
div#manualentrylist a {
	text-decoration:none;
}
*html div#manualentrylist a:visited {
	text-decoration:none;
	color:#F18C29;
}

/*マニュアル本文*/
div#entrybody {
	padding-bottom: 0px;
	width:574px;
	font-size: 12px;
	margin: 10px 20px;
	text-align:left;
	text-indent:1.4;
	float:left;
	display:inline;
}
div#manual_cnt {
	height: auto;
	width: 550px;
	float:left;
	padding:10px;
	margin: 0px auto 10px auto;
	border: 1px solid #7D7D7D;
}
div#manual_txt {
	float:left;
	width:390px;
	padding-bottom:75px;
	padding-top:25px;
}

/*マニュアル下層ページh3*/
h3#manual {
	margin:20px auto 0px auto;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #3775BB;
	text-align: left;
	width:570px;
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	clear: both;
	line-height:1;
}

/*グリーン矢印*/
div#yajirushi {
	height: 23px;
	width: 570px;
	padding: 0;
	margin: 0 auto;
	border: none;
	float:left;
	background-image: url(images/green-yajirusi.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
div#entrybody div#yajirushi img {
	float:none;
	width: 40px;
}
div#entrybody div#yajirushi:first-letter {
	font-weight:normal;
}
/*マニュアル下層ページフッタ*/
div#manualfooter {
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
	width: 500px;
	float:right;
	display:inline;
}


/*オンラインマニュアル用リストスタイル*/
div#titlelist {
	margin:10px 0px;
}
div#titlelist ul {
	width:auto;
	line-height:1;
	margin:5px auto;
	padding-left:15px;
}
div#titlelist ul li {
	width:auto;
	padding-left:0px;
	padding-bottom:0px;
}
div#titlelist ul li ul {
	padding-left:0px;
	margin-bottom:0px;
}
/*オンラインマニュアル内使用ｈ４（確認・検索部分）*/
h4{
	font-size: 14px;
	font-weight: bold;
	background-position: left;
	color: #404040;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F39700;
}
/*オンラインマニュアル内（確認・検索部分）*/
div#confirmation {
	height: auto;
	width: 470px;
	padding:30px 0px 0px 20px;
	line-height: 25px;
}
div#exp {
	text-align: left;
	width: 450px;
	margin: 20px auto;
	clear:both;
}
div#entryfooter span.cat22 {
	display:none;
}

ul#manual-index {
	padding-left: 10px;
	clear: both;
	text-align: left;
}
li#manualindex {
	list-style:none;
}
#manualindex span {
	display:block;
	margin:10px 0px 0px 0px;
	background-color: #E7F2FF;
	border-bottom: 4px solid #666666;
	text-align: left;
	text-indent: 4px;
	width:470px;
	height: 20px;
	padding-top:4px;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	text-decoration:none;
}
#manual-index #manual-index #manualindex span{
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F39700;
	background-color: #FFFFFF;
	border-bottom: none;
	width:350px;
	height: auto;
	padding:2px;
	line-height: 1;
	text-decoration:none;
}

h1.manual:first-letter {
	border:#3775BB 1px solid;
	background-color:#FFFFFF;
	text-align:center;
	line-height:1;
	padding:4px 4px 4px 6px;
	height:20px;
	overflow:hidden;
	font-size:14px;
	display:block;
}

div#cdiv-u {
	background-image: url(images/cdiv-u.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
	width: 570px;
	font-size: 1px;
}
div#cdiv-b {
	background-image: url(images/cdiv-b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 9px;
	width: 570px;
	font-size: 1px;
}
div#cdiv-m {
	height: auto;
	width: 566px;
	border-left:2px solid #EB5C45;
	border-right:2px solid #EB5C45;
}
div#cdiv-m div {
	width: 540px;
	text-align: left;
	padding: 5px 10px 5px 15px;
	margin: auto;
	font-size: 12px;
	line-height: 1.6;
}
div#checkdiv {
	margin: 20px auto;
	width: 570px;
	float:left;
}
span#checktitle {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	width: 445px;
	display: block;
	margin-bottom: 10px;
}
span#check {
	background-color: #E84024;
	font-family: Arial;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 2px 4px;
	line-height: 1;
	font-size: 12px;
	margin-right: 10px;
}
div#cdiv-m span.bold {
	display:block;
	line-height:1;
	margin:10px 0px 0px 15px;
}
div#cdiv-m dl {

}
div#cdiv-m dt {
	font-weight:bold;
	text-decoration: underline;
}
div#cdiv-m dd {
	margin: 0 0 0.5em 1em;
}
div#cdiv-m dd a {
	text-decoration:none;
}
div#entrybody a.manual-img {
	display:block;
	margin: 0px 5px 5px 10px;
	float: right;
	width: auto;
	text-align: center;
	padding: 0 0 3px 0;
	background-color: #D0D0D0;
	border: 2px solid #FFFFFF;
	cursor: pointer;
}
div#entrybody div.manual-img {
	margin: 0px 5px 5px 10px;
	float: right;
	width: 125px;
	text-align: center;
	padding: 0 0 3px 0;
	background-color: #D0D0D0;
	border: 2px solid #FFFFFF;
	cursor: pointer;
}
div#entrybody span.manual-img {
	display:block;
	margin: 0px 5px 5px 10px;
	float: right;
	width: auto;
	text-align: center;
	padding: 0;
	background-color: #D0D0D0;
	border: 2px solid #FFFFFF;
	cursor: pointer;
	clear: both;
}
img.white-border {
	margin-bottom: 3px;
	border-bottom: 2px solid #FFFFFF;
}
div#entrybody span.manual-img img.white-border {
	margin-bottom: 0px;
	border-bottom: 0px solid #FFFFFF;
}
div#manual-num {
	background-color: #7D7D7D;
	width:562px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 2px;
	margin-top: 5px;
	color: #FFFFFF;
	float:left
}
div#manual-num2 {
	background-color:#FFFFE0;
	border:1px solid #7D7D7D;
	color:#CC0000;
	display:inline;
	float:left;
	font-weight:bold;
	margin:5px auto 2px;
	padding-left:10px;
	text-align:center;
	width:560px;
}
div#entryfooter {
	width: 590px;
	text-align: right;
}

html>body div#entryfooter {
	left: 0px;
	position: static;
}
div#closebox {
	width:620px;
	margin-top:25px;
	margin-bottom:25px;
	float:left;
}
div#closebttn {
	width: 158px;
	background-color: #FFFFFF;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AED0F6;
	border-right-color: #3675BB;
	border-bottom-color: #3675BB;
	border-left-color: #AED0F6;
	background-image: url(./images/ic_close.gif);
	background-position: 6px 3px;
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 1;
	margin: auto;
	text-align:center;
}
div#closebttn a, div#closebttn a:hover {
	width: 148px;
	color:#404040;
	padding: 5px 0px 5px 10px;
	text-decoration:none;
	cursor: pointer;
	display:block;
}
/*ここまで*/

table#soushinshiyo {
	width: 520px;
	margin: 10px;
}
table#soushinshiyo td.left {
	width: 140px;
	text-align: right;
	font-weight: bold;
	padding-left: 0px;
}
table#soushinshiyo td {
	border-bottom: 1px solid #404040;
	padding-left: 20px;
	font-size: 10px;
}
div#entrybody div.mailsample {
	width: 350px;
	margin: 10px 0;
	padding: 15px;
	background-color:#FFFFFF;
	border: 5px solid #E7E7E7;
}
#manualentrylist #manual {
	width: 560px;
}
div#entrybody div.reference {
	width: 530px;
	border: 1px dashed #9D9D9D;
	padding:10px;
	margin-bottom:15px;
}
div#ref-num {
	background-color: #999;
	width:540px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-top: 5px;
	color: #FFFFFF;
}
div#ref_txt {
	float:left;
	padding-bottom:75px;
	padding-top:25px;
	width:370px;
}
div#entrybody div.caution:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#entrybody div.caution {
	background-color:#FFFFFF;
	border:#FFAA99 dotted 2px;
	padding:5px;
	clear:both;
	color:#404040;
	font-size:90%;
	display:inline-block;
	width:auto;
}
.caution {
	color:#ff0000;
	font-size:90%;
}
.right {
	display:block;
	text-align:right;
}
