@charset "UTF-8";
/*
download > catalog.html
download > manual.html
*/

/*
catalog.html
*/

/*p*/
p{
	font-size:108%;
}

p.dl_bg{
	display:block;
	width:165px;
	height:20px;
	padding:10px 0 10px;
	background:url(../catalog/_img/dl_bg.gif) 0 0 no-repeat;
	position:absolute;
	top:88px;
	left:192px;
	line-height:1.2;
	color:#999;
	text-decoration:none;
}
div#wrap p.p1{
	margin:14px 0 20px;
	text-indent:1em;
	font-size:108%;
	color:#333;
}
div#wrap p.p2{
	margin:0 0 0 10px;
	color:#666;
}

div#wrap h2{
	display:block;
	clear:both;
	padding:0 0 0 10px;
	margin:35px 0 5px 10px;
	border-left:4px solid #666;
	font-size:116%;
	color:#666;
	line-height:1;
}

div#wrap h3{
	margin:0 0 0 10px;
}
/*-----------------------------------
 list
 
 1.anchorIndex
 2.dlList
 
*/

ul.anchorIndex{
	width:750px;
	min-height:30px;
	margin:0 10px;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	zoom:1;
	overflow:hidden;
	line-height:1;
}
ul.anchorIndex li {
	display:block;
	padding:10px 12px;
	width:auto;
	float:left;
}
ul.anchorIndex li img{
	margin-right:5px;
}

ul.dlList{
	border:1px solid #999;
	border-left:none;
	border-right:none;
	margin:0 0 0 10px;
	min-height:150px;
	zoom:1;
	overflow:hidden;
}
ul.dlList li{
	display:block;
	padding:10px 0;
	width:375px;
	min-height:130px;
	float:left;
	position:relative;
}
ul.dlList li.left_topborder,
ul.dlList li.left_topborder_type2,
ul.dlList li.right_topborder{
	background:url(../_img/default/dot_2px_666.gif) top left repeat-x;
}
ul.dlList li.left_topborder_type2{
	width:750px;
}
ul.dlList li.left_topborder_type2 dl{
	width:256px;
	min-height:130px;
	background:url(../_img/default/dot_2px_666_y.gif) right top repeat-y;
}
ul.dlList li.left_type2{
	width:750px;
}
ul.dlList li.left_type2 dl{
	width:256px;
	min-height:130px;
	background:url(../_img/default/dot_2px_666_y.gif) right top repeat-y;
}

ul.dlList li img{
	vertical-align:top;
}

ul.dlList li img.thumbnail{
	padding:1px 5px 1px 20px;
	display:block;
	float:left;
}
ul.dlList li.right img.thumbnail,
ul.dlList li.right_topborder img.thumbnail{
	padding:1px 5px 1px 20px;
	display:block;
	background:url(../_img/default/dot_2px_666_y.gif) left top repeat-y;
	float:left;
}
ul.dlList li p.dl_bg img{
	vertical-align:middle;
}
ul.dlList li p.dl_bg img.pdf_icon{
	margin:0 5px 0 10px;
}
ul.dlList li p.dl_bg img.download_btn{
	margin:0 0 0 5px;
}
ul.dlList li dl{
	display:block;
	float:left;
	font-size:108%;
	color:#666;
}
ul.dlList li dl dd{
	font-size:100%;
	color:#999;
}
ul.dlList li dl dd.product{
	font-size:116%;
	color:#333;
}

/*clearfix*/
ul.anchorIndex:after,
ul.dlList:after{
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	content:".";
}
/*adobe reader download*/
div#wrap img.sp_bar{
	display:block;
	margin:50px 0 10px;
}
div#wrap img#getpdf{
	float:right;
	margin:20px 0 0;
	padding-right:20px;
}
