@charset "euc-jp";


/*
========== TABLE of CONTENTS ==========

1:zoom

clearfix rules

========== TABLE of CONTENTS ==========
*/


/* ---------- 1:new-title ---------- */

#zoom{
	position: relative;
	width: 750px;
	padding: 10px 5px 5px 5px;
	background: #fff url(../../../images/new/contentbg27.gif) no-repeat;
 	color: #333;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
	overflow: auto;
	}

#zoom span.close{
	position: absolute;
	top: 12px;
	right: 5px;
	}
#zoom ul.my{
	position: absolute;
	top: 7px;
	right: 70px;
	}

#zoom h3{
	margin-bottom: 12px;
	min-height: 25px;
	padding: 0 100px 4px 9px;
	border-bottom: 1px dashed #ccc;
	background: url(../../../images/new/titlebg21.gif) left 0.2em no-repeat;
	font-size: 16px;
	font-weight: bold;
	}
*html #zoom h3{/* for IE6 */
	height: 25px;
	}

#zoom p.summary{
	margin: 5px 0 5px 0;
	padding-left: 9px;
	}
#zoom p.summary em{
	font-size: 16px;
	font-weight: bold;
	}
#zoom p.summary span.subcap{
	font-size: 12px;
	background-color:#666666;
	color:#ffffff;
	vertical-align:3px;
	padding:3px;
	margin-right:5px;
	}
#zoom p.nav{
	margin-bottom: 10px;
	text-align: center;
	}
#zoom p.nav span.prev{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #999;
	}
#zoom p.nav span.prev img{
	margin-right: 3px;
	vertical-align: middle;
	}
#zoom p.nav span.current{
	margin: 0 70px;
	font-size: 14px;
	line-height: 1.1;
	}
#zoom p.nav span.next{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #999;
	}
#zoom p.nav span.next img{
	margin-left: 3px;
	vertical-align: middle;
	}
#zoom p.number{
	color: #ff6b00;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	}
	
#zoom p.img{
	text-align: center;
	margin-bottom:10px;
	}
	
/* ---------- /1:new-title ---------- */





/* ---------- clearfix rules(float clear hack) ---------- */

#dummy:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#dummy{
	display: inline-block;
	}
/* Hides from IE5-mac \*/
*html #dummy
	height: 1%;
	}
#dummy{
	display: block;
	}
/* End hide from IE5-mac */

/* ---------- /clearfix rules(float clear hack) ---------- */
