﻿@charset "utf-8";
/* h1 の設定*/
h1{
	color:#E4007F;
}
h2{
	border-left:2px #E4007F solid;
}
/* リンクの表示 */
a.inlink {
	text-decoration: underline;
	background: url("../images/icon_link.gif") 0.5em center no-repeat;
	padding-left:2em;
}
a, a:link, a:visited{
	text-decoration:underline;
}
/* 強調色 */
.emp{
	color:black;
	font-weight:bold;
	padding:2px;
}
/* gnav の背景設定 */
#gnav_jigo a{
	background-position:-422px -21px;
}
/* パンくずリストの色設定 */
ol#breadcrumb li {
	color: #E4007F;
}
ol#breadcrumb li a{
	color: #E4007F;
}
ol#breadcrumb li{
	background-image:url('../images/icon_arrow.gif');
}
/* content に border-top を設定 */
#content{
	border-top:1px #E4007F solid;
}
/* ページ説明文 */
#description, #description a{
	color:#E4007F;
}
#description a:hover{
	color:#0068B7;;
}
/* footer borderの色 */
#footer{
	border-color:#E4007F;
}
/* index の色設定*/
div#index{
	border-color:#E4007F;
}
div#index, div#index a{
	color:#E4007F;
}
p.note{
	margin-top:10px;
}
/* ページトップへ戻るの画像定義 */
p.backanc a{
    background:url("../images/rev_top_jigo.gif") no-repeat 0 0;
}
/** 共通ユーティリティの設定 */
/* wntbl カスタマイズ */
table.wntbl td.date, table.wntbl th.date{
	width:11em;
}
table.wntbl a:link, table.wntbl a:visited {
	text-decoration: none;
}
table.wntbl a:hover, table.wntbl a:focus {
	text-decoration: underline;
}
/* wakutbl カスタマイズ*/
table.wakutbl th{
	border-bottom:1px #E4007F solid;
}
.emp{
	color:#E4007F;
	font-weight:normal;
}