/* ファクシミリ用語集のボタン------*/

.btn_glos {
	width:183px;
	height:30px;
	margin:10px 0px 0px 0px;
	padding:0px;
	border:1px solid #999999;
	display:block;
	float:right;
	}

.btn_glos a span {
	display:none;}


.btn_glos a {
	padding:7px 0px 0px 3px;
	margin:0px;
	display:block;
	width:180px;
	height:23px;
	text-align:left;
	text-decoration:none;
	color:#333;
	background-image:url("../images/grossary_arrow.gif");
	background-repeat:no-repeat;
	background-position:149px 3px;
	font-size:12px;
}

.btn_glos a:hover{
	color:#000;
	background-color:#eee;
	text-decoration:underline;
}

.btn_glos a:visited {
	color:#333;
}


/* トップのボタン ------------------*/

ul#btn {
 margin: 10px 0px 20px 0px;
 padding: 0;
 width: 558px;/* 必ずwidthの設定をしてください */
 border-width:1px 0px 1px 0px;
 border-style:dashed;
 border-color:#999999;
}

ul#btn::after {
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
}

ul#btn li {
 margin: 0;
 padding: 0;
 float: left;
 width: 186px;
 line-height: 1;
 list-style-type: none;
}


ul#btn li a.left {
 padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
 display: block;
 position: relative; /* IE6でマウス反応領域がおかしいのをFix */
 font-size: 12px;
 color: #333;
 text-align: center;
 text-decoration: none;
 background-color: #ddd;
 background-image:url("../images/under-arrow2.gif");
 background-repeat:no-repeat;
 background-position:2px 8px;
}

ul#btn li a.mdl {
 padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
 display: block;
 position: relative; /* IE6でマウス反応領域がおかしいのをFix */
 font-size: 12px;
 color: #333;
 text-align: center;
 text-decoration: none;
 background-color: #ddd;
 background-image:url("../images/under-arrow2.gif");
 background-repeat:no-repeat;
 background-position:15px 8px;
}

ul#btn li a.right {
 padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
 display: block;
 position: relative; /* IE6でマウス反応領域がおかしいのをFix */
 font-size: 12px;
 color: #333;
 text-align: center;
 text-decoration: none;
 background-color: #ddd;
 background-image:url("../images/under-arrow2.gif");
 background-repeat:no-repeat;
 background-position:10px 8px;
}


ul#btn li a:hover {
 color: #000;
 background-color: #eee;
}



/* 知っ得情報一覧 -----------------*/


.box_list {
	display:block;
	width:708px;
	margin:10px 0px 20px 0px;
	padding:4px;
	border:1px solid #cccccc;
}

.box_index {
	display:block;
	width:685px;
	padding:0px 0px 5px 5px;
	margin:0px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#003399;
	font-size:14px;
	color:#0099cc;
	font-weight:bold;
}

ul.list {
 margin: 10px 0px 0px 0px;
 padding: 0;
 width: 680px;
}

ul.list::after {
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
}


ul.list li {
 margin: 2px;
 padding:0 0 5px 0;
 width: 680px;
 line-height: 1.4em;
 list-style-type: none;
}

ul.list li a {
 padding:3px 0px 3px 15px;
 font-size: 12px;
 text-align: left;
 background-image:url("../images/arrow_green_2.gif");
 background-repeat:no-repeat;
 background-position:0px 3px;
}

ul.list li a:hover {
 background-image:url("../images/arrow_orange_2.gif");
 background-repeat:no-repeat;
 background-position:0px 3px;
 text-decoration:underline;
 color:#cc0000;
}

/* 回線設定 
--------------------------------------------------*/

.boxopr{
	width:450px;
	margin:10px 0 0 0px;
	padding:0px;
}

.boxopr td{
	width:438px;
	border:1px dashed #cccccc;
	border-top:none;
	padding:5px;
	vertical-align:top;
	text-align:left;
}


.boxopr td.ttl{
	padding:5px;
	background-color:#cccccc;
	font-weight:bold;
	border-width:1px 1px 0px 1px;
	border-color:#cccccc;
	border-style:solid;
}

.boxopr td.nobdr {
	border-width:0px;
	text-align:center;
	vertical-align:middle;
	padding:10px 5px 10px 5px;
}


.boxnbdr {
	border:0px;
	}


.boxnbdr td{
	border:0px;
	padding:2px;
	vertical-align:middle;
	}


.boxnbdr td.txt{
	background-color:#dcdcdc;
	border:1px solid #999999;
	}

.btnno {
	display:block;
	width:18px;
	height:18px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	padding:2px 0px 0px 2px;
	background-image:url("../images/btn_no_bg.gif");
	background-repeat:no-repeat;
	float:left;
	margin-right:20px;
	margin-top:2px;
	}
	
.btnno2 {
	display:block;
	width:18px;
	height:18px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	padding:2px 0px 0px 2px;
	background-image:url("../images/btn_no_bg.gif");
	background-repeat:no-repeat;
	float:left;
	margin-top:2px;
	}

.txt {
	font-weight:normal;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.img {
	text-align:center;
}

ul.boxopr1 {
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 12px;
	list-style-position:outside;
}

ul.boxopr1 li {
	margin:0px;
	padding:2px 0px 2px 0px;
	list-style-type:none;
	list-style-image:url("../images/dot.gif");
}
