@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# clearfix

----------------------------------------*/



/* # content
---------------------------------------------------------------------------- */

h2.bHead {
    padding: 141px 0 14px;
}

h2.bHead01 {
    padding: 100px 0 14px;
}

h2.bHeadFirst {
    padding: 56px 0 0;
}

div#content {
	line-height: 2;
}

div#content div.block {
	margin-top: 23px;
}

div#content div.block p.imageStyle {
	display: inline;
	float: left;
}

div#content p.styleText {
	font-weight: 100;
}

div#content p.styleText strong {
	font-weight: bold;
}

div#content div.block div.blockInner {
	display: inline;
	float: right;
	margin-top: -8px;
	position: relative;
	width: 588px;
	z-index: 10;
}

div#content div.block div.blockInner p {
	margin-bottom: 24px;
}

div#content div.block div.blockInner p.last {
	margin-bottom: 0;
}

div#content div.result {
	padding: 34px 0 0 0;
}

div#content div.result h3 {
	display: inline;
	float: left;
}

div#content div.result dl {
	display: inline;
	float: right;
	padding-top: 2px;
	width: 820px;
}

div#content div.result dl dt {
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 3px;
}

div#content div.result dl dd {
	padding-bottom: 51px;
}

div#content div.result dl dd p,
div#content div.result dl dd ul li {
	font-weight: 100;
}

div#content div.result dl dd.last {
	padding-bottom: 0;
}

div#content div.result dl dd h4 {
	font-weight: bold;
}

div#content div.result dl dd h4.sHead {
	padding-top: 24px;
}

div#content div.result dl dd ul li {
	padding-left: 8px;
	text-indent: -8px;
	width: auto;
}

div#content div.concept h3 {
	margin: 6px 0 4px;
}

div#content div.concept ol li {
	font-weight: 100;
}

div#content div.concept ol li strong {
	font-weight: bold;
}

div#content div.define {
	background: url(../../common/images/bg_dot01.gif) repeat-x left top;
	margin: 29px 0 11px;
	padding-top: 10px;
}

div#content div.defineInner {
	background: url(../../common/images/bg_dot01.gif) repeat-x left bottom;
	padding-bottom: 18px;
}

div#content div.defineInner h3 {
	float: left;
}

div#content div.defineInner ol {
	float: right;
	padding-top: 3px;
	width: 820px;
}

div#content div.defineInner ol li {
	background: url(../../common/images/bg_dot01.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 0 0 16px 35px;
	text-indent: -35px;
	width: auto;
}

div#content div.defineInner ol li.last {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#content div.defineInner ol li strong {
	padding-right: 8px;
}

div#content p.contact {
	font-weight: bold;
}

div#content a.email {
	text-decoration: underline;
}

div#content a.email:hover {
	text-decoration: none;
}


/* # clearfix
---------------------------------------------------------------------------- */

div#content div.defineInner,
div#content div.result,
div#content div.block {
	zoom: 1;
}

div#content div.defineInner:after,
div#content div.result:after,
div#content div.block:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}