@charset "utf-8";

.center{ text-align:center;} /* センター */
.right{ text-align: right;} /* 右 */
.left{ text-align:left;} /* 左 */
.top{ vertical-align:top;}/* テキスト縦上 */
.middle{ vertical-align:middle;}/* テキスト縦中央 */
.bottom{ vertical-align:bottom;}/* テキスト縦下 */

.float_right{ float:right;}
.float_left{ float:left;}

.bold{ font-weight: bold;}

#bd_container strong {
	font-weight: bold;
}

.space {font-size: 1px; line-height: 1em;}
.caption{font-size:10px;line-height:1.6em;}

img {border:0px;}

#bd_container {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6em;
	line-break: strict;
	width:800px;
}

#bd_container th, #bd_container td {
  font-size: 12px;
  line-height: 1.6em;
  vertical-align: top;
}

#bd_header {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0em;
	width:800px;
}

#bd_header th, #bd_header td {
	font-size: 0px;
	line-height: 0em;
  vertical-align: top;
}

#bd_footer {
	clear:both;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0em;
	width:800px;
}

#bd_footer th, #bd_footer td {
	font-size: 0px;
	line-height: 0em;
  vertical-align: top;
}

#bd_content {
	margin-left: 100px;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: auto;
	width: 600px;
	background-image: url(../../lecture/img/content_bg.gif);
	background-repeat: repeat-y;
}

#bd_content .title {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 600px;
}

#bd_content .text {
	margin-left: 35px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	width:550px;
}

#bd_content .text .title {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	width:550px;
}

#bd_content .text .subtext {
	margin-left: 15px;
	margin-right:15px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#bd_content .text .subtext .subtitle {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 00px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	vertical-align: top;
	color: #FF6600;
}

#bd_content .text .subtext ul {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: circle;
}

#bd_content .image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 1em;
	width:100%;
}

#bd_content .imagecaptionblock {
	margin-left: 5%;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:center;
	width:90%;
}

#bd_content .imagecaptionblock .imagecaption {
	font-size:10px;
	line-height: 1.6em;
	display:inline-block;
	text-align:left;
}

#bd_content .separater {
	margin-left: 35px;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0em;
	width:560px;
}

#bd_content .separater2 {
	margin-left: 35px;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0em;
	width:560px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #001583;
}

