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: #0076ae;
	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 左に */
}

.textindent1em {
	margin: 0px 0px 0.5em 0px;
	font-size: 100%;
	line-height: 150%;
	text-decoration: none;
    margin-left: 1em; /* ブロック全体を 1em 右に */
    text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}
.textindent1_5em {
	margin: 0px 0px 0.5em 0px;
	font-size: 80%;
	line-height: 150%;
	text-decoration: none;
    margin-left: 1.5em; /* ブロック全体を 1em 右に */
    text-indent: -1.5em; /* 先頭の1文字のみ 1em 左に */
}

/* 追加 */

#slideshow {
	width: 708px;
	margin: 0px auto;
	position:relative;
	height:320px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 320px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height: 320px;
	display: block;
	border: 0;
}

.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;
}


/* 2011/12/27 ブログリンク追加 */

#feed {
		margin: 5px 0px 0px;
		padding: 10px 12px 0px 10px;
		background: url(../../img/blog_bg01.gif) no-repeat;
}
#feed h4 {
		font-size: 75%;
		margin: 0px;
		padding: 0px 0px 0px 20px;
		line-height: 18px;
		background: url(../../img/icon_circle.gif) no-repeat 0px 2px;
}
#feed ul {
		margin: 0px;
		padding: 0px;
}
#feed li {
		list-style: none;
		margin: 0px;
		padding: 5px 0px;
}
#feed li.even {
		border-bottom: 1px dotted #999;
		border-top: 1px dotted #999;
}
#feed li div {
		font-size: 75%;
		text-align: right;
		padding-right: 5px;
		padding-top: 5px;
}

