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

#contents {
	float: right;
	width: 695px;
	margin: 0 0 40px 0;
}
#contents p {
	line-height: 1.8em;
}
#contents h1 {
	font-weight: normal;
	font-size: 187.5%;
	background: #dce6f0;
	padding: 5px 5px 5px 15px;
	border-left: 5px solid #22558c;
}
#contents h2 {
	background: url(../images/ornament.png) no-repeat left center;
	border-bottom: 1px solid #b5b5b5;
	color: #22558c;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 0;
	padding-left: 16px;
}
#contents #text,
#contents #text2 {
	margin-bottom: 20px;
}
#contents #text p {
	float: left;
	width: 435px;
}
#contents #text2 p {
	float: left;
}
#contents #text img {
	float: right;
}
#contents .useTable {
	width: 695px;
	margin-bottom: 10px;
	clear: both;
}
#contents .useTable tr th {
	border: 1px solid #CCC;
	padding: 4px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	background: #eeeeee;
	font-size: 93.75%;
}
#contents .useTable tr td {
	border: 1px solid #CCC;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contents .useTable .useEx {
}

#contents .useTable .useSort {
	white-space: nowrap;
	text-align: center;
}
#contents .useTable .useContents {
	white-space: nowrap;
	text-align: left;
}
#contents .useTable .useImprove {
	background: #ffedf2;
}
#contents .useTable tr td ul {
	padding-left: 20px;
}
#contents .useTable tr td ul li {
	list-style: disc;
}
#contents .example {
	clear: both;
	margin-bottom: 26px;
}
#contents .example dl {
	margin-top: 10px
}
#contents .example dl dt {
	float: left;
	clear: left;
	margin-bottom: 12px;
	text-align: center;
	padding: 0 6px 0 6px;
	width: 90px
}
#contents .example dl dd {
	width: 530px;
	padding-left: 115px;
	margin-bottom: 12px;
}
#contents .example .item {
	font-weight: bold;
}
#contents .example .item1 {
	background:#CBD1FF ;	
}
#contents .example .item2 {
	background: #A0E6AE;
}
#contents .example .item3 {
	background: #E6AF94;
}
#contents .example .item4 {
	background: #FFF6A5;
}
#contents .example .item5 {
	background: #FFB2F8;
}
#contents .example li{
	list-style-type:none;
	text-indent:-1em;
  padding-left: 1em;
}

#contents .at {
	color: #C00;
}
#contents .mk {
	border-bottom: 1px dotted #22558c;
}

