
/*---------------------
	Pal 3
-----------------------*/

div.palSc{
	width: 500px;
}

div.palSc div{
	width: 165px;
	float: left;
	margin-right: 20px;
}

/*Spec*/

table.pal3Spec {
	width: 495px;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
table.pal3Spec caption{
	padding: 10px 0 5px 12px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background: url("../../img/list_point02.gif") 0 13px no-repeat;
}
table.pal3Spec th,
table.pal3Spec td {
	padding: 3px 5px;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.pal3Spec th {
	background-color: #f1fad9;
}


/*Example*/

div.exFig{
	width: 355px;
	padding-bottom: 10px;
	float: left;
}
div.exThumbnail{
	width: 130px;
	padding-bottom: 10px;
	float: left;
}

div.overView{
	width: 498px;
	border: 1px #ccc solid;
	clear: both;
	padding: 5px 0;
}

div.overView dl{
	margin: 0;
	padding: 0;
}
div.overView dl dt{
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 5px 5px;
}
div.overView dl dd{
	font-size: 12px;
	line-height: 100%;
	margin: 5px 5px 10px 10px;
	padding-left: 12px;
	background: url("../../img/list_point01.gif") 0 3px no-repeat;
}


/*Screen sample (sub window)*/

div.animeDisp{
	width: 630px;
}

div.animeDisp div.first,
div.animeDisp div.second,
div.animeDisp div.third {
	width: 142px;
	float: left;
	margin-right: 20px;
}

div.animeDisp div.end{
	width: 142px;
	float: right;
}

div#subContents div.animeDisp p{
	line-height: 130%;
	text-align: center;
}

dl.scan{
	margin: 30px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
}
dl.scan dt{
	display: block;
	width: 80px;
	float: left;
	clear:left;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	color: #c03;
}
dl.scan dd{
	display: block;
	width: 520px;
	margin: 0 0 10px 80px;
	padding: 0;
}








