@charset "utf-8";
/* CSS Document */

#template{
	font-size:12px;
	line-height:1.4em;
}

#template p{
	margin-bottom:1em;
}

#template ol{
	padding-left:30px;
	list-style-type:decimal;
}

#template dd{
	margin-bottom:1em;
	padding-left:1em;
}

#template .title{
	margin-bottom:2em;
	width:100%;
}
#template .title h3{
	margin:0;
	width:615px;
	float:left;
}
#template .title .back{
	margin:0;
	float:left;
	position:relative;
	top:9px;
}

#template .menuListBox{
	margin-bottom:2em;
	width:100%;
}
#template h4{
	padding:7px 0 0 50px;
	margin:0 0 10px 0;
	height:18px;
	color:#FFF;
	font-weight:bold;
	background:url(../images/item/tech_print/bg-title.gif) no-repeat 0 0 #F93;
	border:none;
	line-height:1em;
}
#template .menuListBox ul{
	margin:0;
	padding:0 0 0 100px;
	list-style:none;
	background:url(../images/item/tech_print/bg-printer.jpg) no-repeat 27px 0;
}
	#template .menuListBox ul li{
		margin:0;
		padding:0 0 0 10px;
		background:url(../images/item/tech_print/arr-delta.gif) no-repeat 0 6px;
	}
#template .contentBox{
	clear:both;
	margin-bottom:2em;
	padding:0 0 10px 0;
}

#template .sizeImg{
	text-align:center;
}


#template .tonbo h5{
	margin-bottom:1.5em;
	padding:5px;
	font-weight:bold;
	border-bottom:1px dotted #000;
}

#template .tonbo .tonboImg{
	width:200px;
	float:left;
	text-align:center;
}
#template .tonbo .tonboTxt{
	width:450px;
	float:right;
}

#template .tonbo .nuritashiTxt{
	width:250px;
	float:left;
}
#template .tonbo .nuritashiImg{
	width:400px;
	float:right;
}



#template .list li{
	list-style-position:outside;
	list-style:none;
	margin-left:10px;
}

#template .list2 li{
	list-style-position:outside;
	list-style-type:disc;
	margin-left:10px;
}

#template ul{
	margin:0;
	padding:0;
}

#template .red-F00{
	color:#F00;

}

.both{
	clear:both;
}


#template h5{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

/*表*/

#template .templatelist{
	margin:0 0 10px 0;
	padding:0;
	width:340px;
	float:left;
} 

#template table{
	margin:5px auto 0;
	width:330px;
	border:1px solid #999;
	border-collapse:collapse;
	float:left;
	font-size:12px;
}
	#template th{
		border:1px solid #999;
		background-color:#FFE7CF;
		padding:5px;
		text-align:center;
	}
		#template table th.size{
			width:40%;
		}
		#template table th.temp{
			width:65%;
		}
		
	#template table td{
		border:1px solid #999;
		padding:5px;
		text-align:center;
	}


