@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("base.css");
@import url("navi.css");
@import url("common.css");
@import url("font.css");
@import url("contents.css");
@import url("popup.css");

/*カテゴリーにより色や画像を指定する（ナビ関連）*/
#mainR #mainRlnavi {
	background-image: url(../system/img/linebg_biz2.gif);
}
#mainRlnavi  a {
	color: #CA1B1B;
	background-image: url(../common_img/arrow_training.gif);
}
#localNavi h3 a,.currentCategory a,.currentCategory a:hover  {
	color: #CA1B1B;
}
#mainL #localNavi h3 a {
	background-image: url(../common_img/arrow_training_s.gif);
}
#localNavi .currentCategory {
	background-image: url(../system/img/linebg_biz2.gif);
}
.currentCategory  dl {
	border-right-color: #CA1B1B;
	border-left-color: #CA1B1B;
}
.currentCategory  dt a {
	background-color: #CA1B1B;
}
.currentCategory dd {
	border-top-color: #CA1B1B;
}
.currentCategory dd a {
	background-image: url(../common_img/arrow_training_s.gif);
}
.currentCategory dd a:hover {
	background-color: #FFCCCC;
}
.currentCategory .current {
	background-image: url(../system/img/linebg_biz3.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}

/*カテゴリーにより色や画像を指定する（ページ内容）*/

#mainR #h1title {
	border-top-color: #CA1B1B;
}
#mainR #h1title h1 {
	background-color: #CA1B1B;
}
#mainR .tableType1 h2 {
	background-color: #CA1B1B;
}
.tableType1 th {
	background-color: #CC7474;
}
#mainR .categoryBgBlock {
	background-image: url(../system/img/linebg_biz4.gif);
}
#mainR h2 {
	color: #CA1B1B;
	border-left-color: #CA1B1B;
}
#mainR h3 {
	color: #CA1B1B;
}
