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

.bold {
	font-weight: bold;
}


#underconst {
	margin: 0px;
	width: 525px;
}
#ex_contents {
	padding-bottom: 20px;
}

#ex_contents .ex_title {
	height: 50px;
	width: 525px;
}
#ex_contents .ex_comt {
	line-height: 1.5em;
	font-size: 14px;
	color: #CC3333;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ex_contents #ex_description {
	background-image: url(../images/simple_ex/bg_ex_description.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 525px;
	background-position: top;
	margin-top: 10px;
}
#ex_description p {
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	line-height: 1.7em;
	font-size: 12px;
	text-align: left;
}
#ex_contents dl {
	padding-bottom: 15px;
}

#ex_contents dt {
	font-weight: bold;
	color: #333333;
	background-image: url(../images/simple_ex/block_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 60px;
}
#ex_contents dd {
	line-height: 1.5em;
	margin-left: 75px;
	margin-top: 5px;
}
#ex_contents .ex_img {
	margin-top: 20px;
}
#ex_contents .file_navi {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

