/*ページテンプレート用スタイルシート*/
/*記事ブロック内タイトルブロック*/
.right_contents{
	background-color:#fff;
}
.right_title_txt{
	background-color: #a1bfd9;
}
.pagetosent{
	border-top:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
}
.pagetosent_bottom{
	border-top:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
}
.pagetosent a:hover,.pagetosent span,.pagetosent_bottom a:hover,.pagetosent a.select,.pagetosent_bottom a.select,.pagetosent_bottom span{
	background-color:#7a8fa2;
	color:white;
	text-decoration:none;
}
.right_h4_title{
	background-color:#7A91A3;
}
.right_h4_title_M{
	background-color:#7A91A3;
}
.right_h4_title h4,.right_h4_title_M h4{
	color:#ffffff;
	margin-left:0;
}
.right_h5_title{
	border-bottom:1px #7A91A3 solid;
}
.right_h5_title h5{
	border-left:6px #7A91A3 solid;
}
/*記事ブロック内タイトルブロック*/
.right_article_title{
	background-color:#b6b6b2;
}
/*タイトルブロック内左側コンテンツ*/
.right_contents .right_article_titles{
	background:#fff;
}
/*タイトルブロック内左側コンテンツ!)更新日*/
.right_article_title span,.right_article_titles span,.right_contents .right_article_titles span{
	color:#666666;
}
/*タイトルブロック内左側コンテンツ!)タイトル*/
.right_article_title h1,.right_article_titles h1,.right_contents .right_article_titles h1{
	background-color:#7a8fa2;
	color: white;
}
/*タイトルブロック内左側コンテンツ!)サブタイトル*/
.right_article_title h2,.right_article_titles h2,.right_contents .right_article_titles h2{
	color:#4d6272;
}

/*キャプション*/
.right_article_title h3,.right_article_titles h3,.right_contents .right_article_titles h3{
	color:#4d6272;
}
/*ブロックタイトル*/
.block_title{
	background-color: #7A91A3;
	margin:15px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
.block_title h1{
	background-color: #7A91A3;
}
.block_title h2{
	background-color: #7A91A3;
	color:#ffffff;
	text-align:left;
	font-size:120%;
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 5px;
	border-top:0;
	border-right:0;
	border-bottom:0;
}
.module_title h4{
	border-top:1px #a6bfd3 solid;
	border-bottom:1px #a6bfd3 solid;
	border-right:1px #a6bfd3 solid;
	color:#778ea0;
}
/*ブロックサブタイトル*/
.block_title h3{
	color:#778ea0;
}
.right_relation_1block table tr th{
	border-top:solid #efefef 1px;
	border-bottom:solid #ccc 1px;
	background-color:#efefef;
}
.right_relation_1block table tr td{
	border-top:solid #efefef 1px;
	border-bottom:solid #ccc 1px;
}
/*関連情報!)２ブロック表示!)タイトルリンクカラー*/
.right_relation_2block h1 a,.right_relation_2block h2 a{
	color:#676fb0;
}

/*関連情報!)２ブロック表示!)リスト表示（リンクカラー）*/
.right_relation_2block ul li a{
	color:#676fb0;
}
.right_relation_2block table{
	border-top:solid #efefef 1px;
}
.right_relation_2block table tr th{
	background-color:#efefef;
}
.right_relation_2block table tr td{
	border-bottom:solid #efefef 1px;
}
/*アンカーリスト表示（LI）*/
.contents_all .right_contents_anchor ul li{
	border:solid #a6bfd3 0px;
}
.contents_all .right_contents_anchor ul li ul li{
	border:0px solid;
}
/*アンカーリスト表示（LI）!)コンテンツが選択状態でない場合*/
.contents_all .right_contents_anchor ul li.no_select{
	border-top:1px #a6bfd3 solid;
}
/*アンカー内リンクカラー*/
.contents_all .right_contents_anchor ul li a{
	color:#676fb0;
}
.contents_all .right_contents_anchor ul li a:hover{
	color:#676fb0;
}
/*アンカー内強調文字*/
.contents_all .right_contents_anchor_flag h2{
	color:#606060;
}
/*ページ内リンクブロック　リンクカラー*/
.contents_all .page_anchor a{
	color:#4d6272;
}
/*記事ブロックコンテナ*/
.contents_all{
	color:#333333;
}