body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
}

a:link {COLOR:#0076ae; TEXT-DECORATION: underline;}
a:visited{COLOR:#0076ae; TEXT-DECORATION: underline;}
a:hover{COLOR:#7FBAD6; TEXT-DECORATION: none;}

.col-0076ae-b {
	color: #0076ae;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
}

.text1 {
	font-size: 75%;
	line-height: 150%;
	text-decoration: none;
}

.text1_blue {
	font-size: 75%;
	line-height: 150%;
	color: #0000FF;
	text-decoration: none;
}
.text12_blue {
	font-size: 100%;
	line-height: 150%;
	color: #0000FF;
	text-decoration: none;
}
.text1_blue1 {
	font-size: 90%;
	line-height: 150%;
	color: #0369A7;
	text-decoration: none;
	font-weight: bold;
}
.text1_yel {
	font-size: 75%;
	line-height: 150%;
	color: #FF8914;
	text-decoration: none;
}
.text1_yel1 {
	font-size: 90%;
	line-height: 150%;
	color: #FF8914;
	text-decoration: none;
	font-weight: bold;
}
.text1_w {
	font-size: 75%;
	line-height: 150%;
	color: #ffffff;
	text-decoration: none;
}
.text2 {
	font-size: 120%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text3 {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text4 {
	font-size: 75%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
.text9 {
	word-spacing: -1px;
	letter-spacing: -1px;
}

.text5 {
	font-size: 75%;
	line-height: 150%;
	color: #004566;
	text-decoration: none;
}
.text6 {
	font-size: 130%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text7 {
	font-size: 75%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text8 {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
.bg {
	border: 1px solid #333333;
}
.bg1 {
	border: 2px solid #66B5E2;
}

.textindent {
	margin: 0px;
	font-size: 75%;
	line-height: 150%;
	text-decoration: none;
    margin-left: 1em; /* ブロック全体を 1em 右に */
    text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}

/* 追加 */

#slideshow {
	width: 708px;
	margin: 0px auto;
    position:relative;
    height:260px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 260px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 260px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.tb-01 {
    margin-top: 15px;
    width: 326px;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.tb-01 th {
    padding: 5px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.tb-01 td {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

