/* リンク （訪問前）*/
a:link {
color: #0066FF;
text-decoration: underline;
}

/* 訪問済み */
a:visited {
color: #666666;
text-decoration: underline;
}

/* アクティブ時 */
a:active {
color: #009933;
text-decoration: underline;
}

.bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
span {
	line-height: 18px;
	color: #0063FF;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
}
.bg01 {
	background-image: url(../images/bg_onair.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg02 {
	width: 745px;
	background-image: url(../images/staff_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 542px;
}

.bg03 {
	background-image: url(../images/bg_story.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg04 {
	background-image: url(../images/bg_chara.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg05 {
	background-image: url(../images/bg_release.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg06 {
	width: 745px;
	background-image: url(../images/bg_report.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 542px;
}

.bgrepeat {
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.txt-story {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;
}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.txtlong {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.txtblue {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #006699;
}
.txt14 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #0066FF;
}
.txt10 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	color: #555555;
}
.txt12 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #555555;
	line-height: 14px;
}

.bluedot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}
