@charset "utf-8";


div.company div.section {
	zoom:1;
	margin-bottom: 100px;
	}

div.section:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.section h2 {
	margin-bottom: 2em;
	border-bottom: 2px dotted #099;
	color: #099;
	font-weight: bold;
	font-size: 131%;
	}

div.section p {
	margin-bottom: 1em;
	}

div.section p.image {
	margin: 0 0 15px 15px;
	float: right;
	}

div.section p.image img {
	padding: 4px;
	border: 1px solid #ccc;
	}





/* @group table.aboutus */

table.aboutus caption {
	padding-bottom: 10px;
	color: #080;
	font-weight: bold;
	font-size: 116%;
	text-align: left;
	}

table.aboutus th {
	padding:5px;
	width: 8em;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	}

table.aboutus td {
	padding:5px;
	text-align: left;
	}

table.aboutus td strong {
	font-weight: bold;
	}

table.aboutus td ol {
	}

table.aboutus td ol li {
	margin-left: 2em;
	list-style: decimal;
	}

/* @end */










/* @group table.history */

table.history {
	width: 100%;
	}

table.history caption {
	padding-bottom: 10px;
	color: #080;
	font-weight: bold;
	font-size: 116%;
	text-align: left;
	}

table.history th {
	padding:5px;
	width: 8em;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	}

table.history td {
	padding:5px;
	text-align: left;
	}

table.history td strong {
	font-weight: bold;
	}

table.history td ol li {
	margin-left: 2em;
	list-style: decimal;
	}

/* @end */




dl#privacyPolicy {
	padding: 20px;
	border: 1px solid #ccc;
	}

dl#privacyPolicy dt {
	font-weight: bold;
	}

dl#privacyPolicy dd {
	margin-left: 1em;
	margin-bottom: 1em;
	}

dl#privacyPolicy dd ul {
	}

dl#privacyPolicy dd ul li {
	margin-left: 25px;
	list-style: disc;
	}



