@charset "UTF-8";
@import "../../css/reset.css";
@import "../../css/common.css";
@import "infoCommon.css";

div#contents	{
	line-height:1.6;
}

h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	color: #009966;
	font-size: 125%;
}
h3 {
	margin-top: .5em;
	margin-bottom: .5em;
	border-left: solid 8px #999999;
	color: #000000;
	font-size: large;
}
h4 {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0.2em 0;
	color: #000000;
	font-size: large;
}
h5 {
	margin-top: .5em;
	margin-bottom: .5em;
	color: #FF0000;
	font-size: large;
}

div#contents ol,
div#contents ul {
	margin-left: 2em;
}
#contents  b {
	margin-left: 1em ;
}

#contents th {
	text-align: left;
}

table.standerd {
	width: auto;
	margin-left: 1em;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	empty-cells: show;
}
table.standerd th {
	padding: 2px;
	border: 1px solid #999;
	background-color: #eee;
	text-align: left;
	white-space: nowrap;
}
table.standerd td {
	padding: 2px;
	border: 1px solid #999;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}


.pcenter {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.2;
}

/*　インデックスリスト　*/
ol.indexlist {
	margin-left: 2em;
	line-height: 1.5;
}

/*　イラスト　*/
.img {
	clear: both;
	float: right;
}

/*　メモ　*/
.memo {
	border: dashed 1px #999999;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
}

/*　登録商標等　*/
.copyright {
	line-height: 1.2em;
}

