﻿/*
NDN Official Website 2003-
*/

/* サイト全体指定 */
body {
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	background: #e8e6e6;
}
table {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
body > table {
  margin: 0 auto;
  background: #fff;
}

/* リンク関連 */
a:link {
	color: #0066CC;
}
a:visited {
}
a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a:active {
	color: #33CCFF;
	text-decoration: underline;
}

/* 文字サイズ */
.txt11 {
	font-size: 11px;
	line-height: 16px;
}
.txt12 {
	font-size: 12px;
	line-height: 18px;
}
.txt16 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

/* 装飾系 */
.title01 {
	font-size: 15px;
	line-height: 20px;
	color: #003399;
}
.title02 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #003399;
}

.tvdate {
	font-size: 15px;
	color: #006600;
	font-weight: bold;
}
.tvprogram {
	font-size: 14px;
	color: #003399;
}
