/* リンク （訪問前）*/
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;
}
.bluedot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}



/* リリース情報 */
.DBtmp_box           {font-size:12px; line-height:16px; margin:0; padding:0;}
.DBtmp_left          {margin:0; padding:0 0 15px 0;}
.DBtmp_right         {margin:0; padding:0 0 15px 0;}
.DBtmp_compound      {margin:0; padding:0;}
.DBtmp_catch         {font-size:10px; color:#0066ff; font-weight:bold; margin:0; padding:0;}
.DBtmp_title         {font-size:16px; color:#0066ff; font-weight:bold; margin:0; padding:0 0 5px 0;}
.DBtmp_subtitle      {margin:0; padding:0;}
.DBtmp_date          {font-weight:bold; margin:0; padding:0;}
.DBtmp_detail        {margin:0; padding:0;}
.DBtmp_list          {margin:0; padding:0;}
.DBtmp_listline      {border-bottom:1px dotted #999999; margin:0; padding:5px;}
.DBtmp_line          {height:20px; background:url(../images/line.gif) center top no-repeat; margin:0; padding:0;}
