﻿@charset "utf-8";
/* cites の共通設定 */
/* h1 の設定*/
h1{
	color:#990000;
}
h2{
	border-left:2px #990000 solid;
}
/* リンクの表示 */
a.inlink {
	text-decoration: underline;
	background: url("../images/icon_link.gif") 0.5em center no-repeat;
	padding-left:2em;
}
a:link, a:visited{
	text-decoration:underline;
}
/* 強調色 */
.emp{
	color:black;
	font-weight:bold;
}
.emp1{
    color:red;
}
.emp2{
    font-size:80%;
}
/* gnav の背景設定 なし*/
/* パンくずリストの色設定 */
ol#breadcrumb li {
	color: #990000;
}
ol#breadcrumb li a{
	color: #990000;
}
ol#breadcrumb li{
	background-image:url('../images/icon_arrow.gif');
}
/* content に border-top を設定 */
#content{
	border-top:1px #990000 solid;
}
/* ページ説明文 */
#description{
	color:#800000;
}
/* footerのborder色設定 */
#footer{
	border-top-color:#990000;
}
/* index の色設定*/
div#index{
	border-color:#990000;
}
div#index, div#index a{
	color:#990000;
}
/* snavのborder色設定 */
#snav, #snav li{
	border-color:#808080;
}
/* サイドナビ */
#snav li a, #snav li a:hover{
	background-image:url('../images/snav_btn_cites.gif');
}
/* ページトップへ戻るの画像定義 */
p.backanc a{
    background:url("../images/rev_top_cites.gif") no-repeat 0 0;
}
/** 共通ユーティリティの設定 */
ul.linklist{
	list-style:none;
	padding-left:25px;
}
table.wakutbl th{
	border-bottom:1px #990000 solid;
}
table.headertbl th.header{
	border-right:1px #990000 solid;
}
table.headertbl tr.header th{
	border-bottom:1px #990000 solid;
}
dl.hdl dd{
	border-left:1px #990000 solid;
}
div.trigger:hover{
	background: transparent url("../images/icon_e_col.gif") left center no-repeat;
}
/* without ie6 */
div.active:hover{
	background: transparent url("../images/icon_c_col.gif") left center no-repeat;
}
div.trigger a{
	font-weight:normal;
}
div.trigger span.trigEmp{
	font-weight:bold;
	font-size:140%;
}