@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;}

#iv_container strong {
	font-weight: bold;
}

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

img {border:0px;}

#iv_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;
}

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

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

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

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

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

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

#iv_content {
	margin-left: 100px;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: auto;
	width: 600px;
}

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

#iv_content .text {
	margin-left: 20px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	width:560px;
}

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

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

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

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

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

#iv_container #footerlink {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px;
}

#iv_container #footerlink #title {
	padding-left: 10px;
	font-weight: bold;
}

#iv_container #footerlink ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: circle;
}

#iv_container #footerlink ul a:link {
	color: #396;
}

