/* サイズ選択ボタン 
-----------------------------------*/
ul.size_slct {
	width:760px;
	height:30px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	display:block;
	border-bottom:2px dotted navy;
	}

ul.size_slct li {
	margin:0px 10px 0px 0px;
	font-weight:bold;
	list-style-type:none;
	float:left;
}

ul.size_slct li a {
	width:50px;
	height:25px;
	padding:10px 0px 0px 25px;
	font-weight:bold;
	display:block;
	width:50px;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	background-image:url("../images/img_navi.gif");
	background-repeat:no-repeat;
}


ul.size_slct li a:visited {
	color:#ffffff;
	text-decoration:none;
}


ul.size_slct li a:hover {
	color:#ffffff;
	text-decoration:none;
}


/* Acrobatの説明
------------------------------------- */

.info_acro {
	display:block;
	margin:10px 0px 10px 0px;
}

.info_acro td {
	font-size:small;
	padding:3px;
	vertical-align:top;
	text-align:left;
	line-height:1.4em;
}


/* Acrobatダウンロードへ
------------------------------------- */
.acro_dl {
	width:565px;
	border:1px solid #cccccc;
	font-size:small;
	margin:10px 0px 20px 0px;
}

.acro_dl_l {
	float:left;
	padding:5px;
	margin:0px;
	width:112px;
}

.acro_dl_r {
	float:right;
	width:410px;
	padding:15px 5px 5px 5px;
	margin:0px;
	text-align:left;

}


/* マニュアルダウンロードリスト
------------------------------------------- */

.list_crtmn {
	width:759px;
	margin:10px 0px 50px 0px;
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:navy;
}

/* リスト見出し */

.list_crtmn th {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc #cccccc navy #cccccc;
	padding:3px;
	font-weight:bold;
	text-align:center;
	font-size:small;
	background-color:navy;
	color:#ffffff;
	height:29px;
}

/* リストのセル */
.list_crtmn td {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:navy;
	font-size:small;
	height:29px;
}


/* リストのセル（機種名）*/
.list_crtmn td.mdl {
	font-weight:bold;
	background-color:#eee;
	padding:3px 3px 3px 30px;
	width:20%;
}

/* リストのセル（発売年月日）*/
.list_crtmn td.date {
	text-align:center;
	width:20%;
}

/* リストのセル（取扱説明書）*/
.list_crtmn td.dl {
	text-align:center;
	width:60%;
}


/*文字色
-----------------------------------------*/

/*文字色(灰色)*/
.txt_gr {
	color:#666666;
}