/* top -------------------------- */
#pc_position {
	position:relative;
	height:100%;
	width:530px;
	margin-bottom:110px;
}
#pc_position .p_a_l {
	position:absolute;
	bottom:-90px;
	left:0px;
	width:260px;
	height:90px;
}
#pc_position .p_a_r {
	position:absolute;
	bottom:-90px;
	right:0px;
	width:260px;
	height:90px;
}
#pc_position .pc_td {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#pc_position .pc_td h3 {
	margin-top: 10px;
}
#contents ul li {
	background: url(../../images/icon_li.gif) no-repeat 10px 0.25em;
	padding-left: 30px;
	line-height: 1.5;
}
@media print {
	#contents ul li {
	background-image: none;
	list-style: url(../../images/icon_li.gif);
	padding-left: 0px !important;
	margin-left: 30px;
	}	
}

