/*--------------------------*/
/*-----------------------

	デジカメ用語辞典
	
-----------------------*/
/*--------------------------*/

#main #dictionary .alt {
	position:absolute;
	top:-5000px;
	left:-1999px;
}
#main #dictionary .dic_header {
	position:relative;
	height: 315px;
}
#main #dictionary .dic_header .diched_cap {
	position:absolute;
	top:205px;
	left:0px;
}
#main #dictionary .p_bottom01 {
	margin-bottom: 30px;
}
#main #dictionary .h_wordtop {
	margin: 10px 0px 10px 0px;
	padding: 3px 0px;
	line-height: 100%;
	background-color: #E8E1D9;
	border-bottom: 1px solid #663300;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #630;
}
#main #dictionary .dl_dic {
	width:100%;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

#main #dictionary .dl_dic dt{
	clear:both;
	width:170px;
	float:left;
	color:#630;
	font-weight:bold;
	padding:0px;
	margin: 0px;
	padding-bottom:25px;
}

#main #dictionary .dl_dic dd{
	width:autopx;
	margin-left:170px;
	padding:0px;
	margin: 0px;
	padding-bottom:25px;
}