@charset "utf-8";
/* CSS Document */

div#figure h1 {
	padding: 10px;
}

div#figure h2 {
	margin-left:20px;
}

div#figure h3 {
	margin-left:20px;
}

div#figure p,div#figure ul {
	margin-left: 20px;
}

div#figure img {
	margin-bottom: 0px;
}

div#figurenav {
	font-size: 10px;
	margin: 10px;
}

div.figureblock {
	float: left;
	background-color: #FFF;	
	border: solid 1px #666;
	width: 250px;
	height: 100%;
	text-align: center;
	margin: 10px 0px 10px 20px;
}


div.figureblock dt {
	text-align: center;
}

div.figureblock dt img {
	border-bottom: solid 1px #333;
}

div.figureblock dd {
	background-color: #FFF;
}

div.figureblock2 {
	float: left;
	background-color: #FFF;	
	border: solid 1px #666;
	width: 250px;
	height: 50px;
	text-align: center;
	margin: 10px 0px 10px 20px;
}

div#figurecontent {
	width: 530px;
	margin: 0px 20px;
}

div#figurecontent dl {
	width: 500px;
	margin: 10px;
	padding: 0px 0px 10px 0px;
	border: solid 1px #333;
}

div#figurecontent dl img {
	margin-bottom: 10px;
}

div#figurecontent dt{
	font-weight: bold;
	padding:10px 10px 0px;
	color:#F30;
	font-size:1.2em;
	line-height:1.2em;
}

div#figurecontent dd {
	padding: 0px 10px;
}

div#figurecontent .figurecolor {
	color: #600;
}

div.figuretext {
	clear:both;
	width:515px;
	margin: 10px 0px 5px 20px;
	border-bottom: dotted 5px #F60;
	height: 100%;
	text-align: center;
}

div.figuretext2 {
	clear:both;
	width:515px;
	margin: 10px 0px 5px 20px;
	padding-top:20px;
	border-bottom: dotted 5px #F60;
	height: 100%;
	text-align: center;
}

div.figuretext-cp {
	width:515px;
	margin: 10px 0px 5px 20px;
	height: 100%;
	text-align: center;
}