/* camd_c012.css */

/* float reset
****************************************************/
div.expl_area ul:after,
div.expl_area dl:after {
	content:"";
	display:block;
	clear:both;
	height: 0;
 	visibility: hidden;
}
*:first-child+html div.expl_area ul {
	min-height: 1em;
}
*html div.expl_area ul {
	height: 1em;
}

/* text -> img
****************************************************/
div.photo_area dl dt,
p#c012_link_btn a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

/* base
****************************************************/
div.expl_area ul li.li02,
div.photo_area dl dd.li02 {
	margin-right: 0;
}

div.expl_area ul {
	position: relative;
	width: 436px;
}
div.expl_area ul li {
	float: left;
	margin-right: 10px;
	width: 213px;
}
div.expl_area ul li p {
	padding-top: 3px;
}


div.photo_area dl {
	position: relative;
	margin: 0 auto 1.5em;
	width: 396px;
	height: 146px;
}
div.photo_area dl dt {
	margin: 5px auto 7px;
	background-image: url(../images/c012_img07.gif);
	width: 357px;
	height: 18px;
}
div.photo_area dl dd {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 193px;
	height: 121px;
}

p#c012_link_btn {
	position: relative;
	margin: 30px auto 0;
	width: 400px;
	height: 65px;
}
p#c012_link_btn a {
	background-image: url(../images/c012_img08.jpg);
	width: 400px;
	height: 65px;
}
p#c012_link_btn a:hover {
	background-position: 0 -65px;
}