﻿/*
	コラム　タイトル
*/
#SpotColumnPage h2.title {
	background-image: url(../img/column/title_column.gif);
	background-repeat: no-repeat;
}
#SpotColumnPage h2.title {
	background-position:12px 6px;
	border-left: solid 11px #f9d48c;
	border-bottom: dashed 1px #f9d48c;
}
/*
	アンカー
*/
#SpotColumnPage a:link {
	color:#0068b7;
}
#SpotColumnPage a:visited {
	color:#434343;
}

/*
	コラムリスト　ページ
*/
#ColumnList table {
	border: solid 1px #f8812f;
}
#ColumnList table th{
	color:#d95a02;
	background-color:#ffcc99;
	border: solid 1px #f8812f;
}

/*
	コラム　詳細BOX
*/
#ColumnDetail div.ContentBox {
	background-image: url(../img/column/box_base_top.gif);
	background-repeat: no-repeat;
}

/*
	詳細BOX　タイトル
*/
#ColumnDetail h3.stitle {
	background-color:#fda64d;
	border-bottom: solid 4px #8fb5e1;
	padding:0px 18px 4px;
}

#ColumnDetail h3.stitle span{
	color:#ffffff;
}

#ColumnDetail p.Columnist {
	color:#d95a02;
}

/*
	関連コラム　エリア
*/
#ColumnDetail div.Contents2 {
	background-image: url(../img/column/arrow_icon.gif);
	background-repeat: no-repeat;
}
#ColumnDetail div.Contents2 span.related {
	color:#f8812f;
}
