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

@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: #6766CC;
	background-image: url(../common_img/arrow_training.gif);
}
#localNavi h3 a,.currentCategory a,.currentCategory a:hover  {
	color: #6766CC;
}
#mainL #localNavi h3 a {
	background-image: url(../common_img/arrow_other_s.gif);
}
#localNavi .currentCategory {

}
.currentCategory  dl {
	border-right-color: #6766CC;
	border-left-color: #6766CC;
}
.currentCategory  dt a {
	background-color: #6766CC;
}
.currentCategory dd {
	border-top-color: #6766CC;
}
.currentCategory dd a {
	background-image: url(../common_img/arrow_other_s.gif);
}
.currentCategory dd a:hover {
	background-color: #d4dcf4;
}
.currentCategory .current {
	background-image: url(../system/img/linebg_biz3.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}

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

#mainR #h1title {
	border-top-color: #6766CC;
}
#mainR #h1title h1 {
	background-color: #6766CC;
}
#mainR .tableType1 h2 {
	background-color: #6766CC;
}
.tableType1 th {
	background-color: #BEB3E5;
}
#mainR .categoryBgBlock {
	background-image: url(../system/img/linebg_biz4.gif);
}
#mainR h2 {
	color: #6766CC;
	border-left-color: #6766CC;
}
/*#mainR .textBlock h2 {
	margin-top: 2em;
}
*/
#mainR h3,
.themecolor {
	color: #6766CC;
}
#support {
}
#support .priceTable table {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#support .priceTable td {
	text-align: center;
	vertical-align: bottom;
	padding: 3px;
}
#support .priceTable th {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

table.topic{
font-size:12px;
line-height:160%;
}
.topic td{
padding:5px;
}