/* リンク （訪問前）*/
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;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

.mbg{	background-image: url(../images/bg.png);
	background-repeat:repeat-y;
	background-position:top;
	}
	
.txt12 { 
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 14px;
}

.footer{	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:top;
	width:950px;
	height:68px;
	}
	
.tbg{	background-image: url(../images/mbg2.gif);
	background-repeat:repeat-y;
	background-position:top;
	padding:5px 25px;
	}	
/* リリース情報 */
.DBtmp_box           {font-size:12px; line-height:16px; margin:0; padding:0;}
.DBtmp_left          {margin:0; padding:0;}
.DBtmp_right         {margin:0; padding:0;}
.DBtmp_compound      {margin:0; padding:0;}
.DBtmp_catch         {margin:0; padding:0;}
.DBtmp_title         {font-size:16px; color:#C30; font-weight:bold; margin:0; padding:0;}
.DBtmp_subtitle      {margin:0; padding:0; font-size:10px;}
.DBtmp_date          {margin:0; padding:0;}
.DBtmp_detail        {margin:0; padding:0; margin-bottom:10px;}
.DBtmp_list          {margin:0; padding:0;}
.DBtmp_listline      {margin:0; padding:0;}
.DBtmp_line          {margin:0; padding:0; margin-bottom:20px; border-top:#999 1px solid;}

