/* CSS Document */


@import "../css-temp/layout.css";
@import "../css-temp/general.css";
@import "../css-temp/sub-layout.css";



.contentBox h4 {
	text-align: left;
	margin-bottom: 5px;
	background-color: #CC0000;
	font-size: 1.1em;
	line-height: 200%;
	padding-left: 10px;
	color: #FFFFFF;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.contentBox h5,.contentBox h6 {
	text-align: left;
	margin-bottom: 5px;
	background-color: #CC0000;
	font-size: 1.1em;
	line-height: 200%;
	padding-left: 5px;
	color: #FFFFFF;
	margin-left: auto;
}
.contentBox h6 {
	line-height: 400%;
}
.contentBox p {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.contentBox #photo {
	width: 500px;
	background-image: url(../../image/etc/introduction/back_p.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;

}
.contentBox #photo img,.contentBox #photo2 img {
	border: 3px solid #FFFFFF;
}
.contentBox #photo2 div {
	width: 266px;
	margin-right: 1px;
	margin-left: 1px;
	float: left;
}
.contentBox #explTable {
	width: 500px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
.contentBox #explTable th,.contentBox #explTable td {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 5px;
	padding-right: 5px;
}

.contentBox #explTable p {
	width: 100%;
	font-size: 1em;
	text-indent: 0px;
}
.contentBox #photo2 h5 {
	text-indent: 0px;
}

.contentBox #explTable th p {
	white-space: nowrap;
}
.contentBox .back {
	margin-top: 30px;
	margin-bottom: 30px;
}
