body {
	font-size: 14px;
	color: #000000;
/*	background: #FFFFFF url(img/st_orange.gif) repeat fixed;*/
	background: #FFFFFF url(img/bgtest.jpg) repeat fixed;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 14px;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover{
	color:#dc301f;
}
.linktitle {
	border-left: 15px solid #960032;
	padding-left: 5px;
	font-size: 16px;
	background: #FAF0E6;
	border-right: 10px double #a8cfab;
	width: 120px;
	font-weight: bold;
}
/* -------- テーマのところ -------- */
h1 {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #960032;
}
/* -------- 詳細ページ見出し用 -------- */
h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #960032;
}
/* -------- テーマ（改定） -------- */
.subtitle{
	background-color:#960032;
}
/* -------- ちょっと大きな文字 -------- */
.subt {
	font-size: 16px;
}
/* -------- もう少し大きな文字 -------- */
.subt2 {
	font-size: 20px;
}
/* -------- 四角で囲んだところ（日時、とか） -------- */
.subtm {
	font-size: 20px;
	border: 3px double #d47a50;
}
/* -------- 四角で囲んだところ ver2（日時、とか） -------- */
.subtm2 {
	font-size: 20px;
	border: 3px double #d47a50;
	width: 150px;
	text-align: center;
	padding : 3px;
}
/* -------- プログラム時間部分（下線＆文字色） -------- */
.linedash {
	border-bottom: 5px dotted #a8cfab;
	color: #d47a50;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
/* -------- プログラム時間部分（下線＆文字色） -------- */
.linesolid {
	border-bottom: 2px solid #a8cfab;
	color: #d47a50;
	font-size: 14px;
	font-weight: bold;
}
/* -------- プログラム時間部分（下線＆文字色） -------- */
.linesolid2 {
	border-bottom: 2px solid #a8cfab;
/*
	border-left: 15px solid #a8cfab;
	padding-left: 5px;
*/
	color: #d47a50;
	font-size: 18px;
	font-weight: bold;
}
/* -------- プログラム見出し -------- */
.pgtitle {
	font-size: 22px;
	font-weight: bold;
	color: #A52A2A;
}
/* -------- 汎用：左空け -------- */
.leftblank {
	padding-left: 20px;
}
/* -------- 一番上の英字部分（斜体はem） -------- */
.isscbh {
	font-size: 14px;
	color:#d47a50;
}
/* -------- コピーライト部（上下線＆文字色） -------- */
.cr {
	border-top: 4px double #960032;
	border-bottom: 4px double #960032;
	text-align: center;
	color : #960032;
}
/* -------- 行間が詰まると読みにくいところだけ適応させる
複数フォントサイズが混ざるところでは使用しないコト！ -------- */
.lh{
	line-height:130%;
}
.lh2{
	line-height:130%;
	padding-left: 30px;
}
.entry {
	font-size: 24px;
	margin: 3px;
	width: 250px;
	text-align: center;
	background: center;
	border-top: 7px double #a8cfab;
	border-right: 7px none #a8cfab;
	border-bottom: 7px double #a8cfab;
	border-left: 7px none #a8cfab;
}
.entryinfo {
	font-size: 12px;
	color: #666666;
}
.sikaku {
	color: #a8cfab;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin-top:  -7px;
}
.sikaku2 {
	color: #a8cfab;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin-top:  -3px;
}
.register {
	border: 1px solid #CC6666;
}
.shoseki {

	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin-top:  -3px;
}
