@charset "utf-8";

div#maincontainer {
	background-color: white;
}

/* CSSBug: for IE6 */
/* margin: で auto が効かないので、text-align で制御している(h2 タグは左寄せしたい) */
* html div#maincontainer {
	text-align: left;
}

h2.categoryheader {
	background-image: url(headbackground.png);
	text-align: center;
	background-repeat: no-repeat;
	height: 70px;
	width: 170px;
	padding-top: 20px;
	font-size: 120%;
	font-weight: bold;
	color: white;
	letter-spacing: 0.3em;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 2em;
}

/* CSSBug: for IE6 */
* html h2.categoryheader {
	background-image: url(headbackground.gif);
}

div.categorygroup,ul.basicpolicylist,dl.companyhistory {
	width: 600px;
	margin-right: 1em;
	margin-left: auto;
	padding: 0.5em;
}

/* CSSBug: for IE6 */
/* div に対して text-align: right で右寄せできなかったので、位置を直接指定 */
* html div.categorygroup,* html ul.basicpolicylist,* html dl.companyhistory {
	margin-left: 70px;
}

div.categorygroup p {
	text-align: left;
	margin-bottom: 0.5em;
}

h3.baseheader {
	background-color: #66FFCC;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: auto;
	margin-left: 68px;
	border: 2px solid #eee;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 96px;
	color: white;
	font-weight: bold;
	letter-spacing: 0.2em;
}

/* CSSBug: for IE6 */
* html h3.baseheader {
	text-align: center;
}

h3.conceptheader {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
	border: 3px double #666666;
	padding-left: 0.5em;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 144px;
	text-align: center;
}

/* CSSBug: for IE6 */
* html h3.conceptheader {
	margin-left: 200px;
}
ul.conceptlist {
	list-style-type: none;
}

ul.conceptlist {
	text-align: left;
}

ul.basicpolicylist {
	text-align: left;
}

dl.companyhistory {
	margin-bottom: 2em;
}

dl.companyhistory dt {
	font-size: 120%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 96px;
	margin-right: auto;
	margin-left: 0px;
	font-weight: bold;
}

dl.companyhistory dd {
	width: 470px;
	margin-right: 0px;
	margin-left: auto;
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
	margin-top: 4px;
}

/* CSSBug: for IE6 */
* html dl.companyhistory dd  {
	margin-left: 120px;
}
