html, body {
	background-repeat: repeat;
	background-image: url(../../img/back.gif);
	background-color: #e5e5e5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
}

img {
	border-width: 0px;
}
form {
	margin: 0px;
}

#container {
	margin: 12px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #ffffff;
}

#header {
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 5px;
	width: 100%;
}

#navigation {
	float: left;
	width: 205px;
}
#navigation div {
	width: 200px;
	border-bottom: solid #007300 1px;
}
#navigation div a{
	display: block;
	width: 200px;
	padding: 3px 0px 3px 6px;
	background-color: #e8fdf0;
	color: #007300;
	text-decoration: none;
}


#content {
	margin-left: 220px;
}

#footer {
	margin-top: 5px;
	width: 100%;
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}


.topicPath {
	padding: 3px 0px 3px 6px;
	color: #007300;
	background-color: #e8fdf0;
}
.topicPath a {
	color: #007300;
}

.title {
	padding-left: 5px;
	border-left-color: #cccccc;
	border-left-width: 10px;
	border-left-style: solid;
	border-bottom-color: #cccccc;
	border-top-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: x-large;
}

/* ========================================== */
/* データシート形式 */
.datasheet {
	font-size: small;
}

.datasheet td {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
}

.label {
	padding-right: 3px;
	padding-left: 4px;
	text-align: right;
	border-right-color: #939393;
	border-left-color: white;
	border-bottom-color: #939393;
	border-top-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: #e8e8e8;
	white-space:nowrap;
}
/* データシート形式終わり */




/* ========================================== */
/* ブレークダウン形式 */
.breakDownList {
	word-break: break-all;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.breakDownList th {
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	border-right-color: #939393;
	border-left-color: white;
	border-bottom-color: #939393;
	border-top-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: #e8e8e8;
	color: black;
	white-space:nowrap;
}

.breakDownList td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-color: #cccccc;
}

dt {
	font-size: large;
	text-decoration: underline;
}

/* ブレークダウン形式終わり */
