@charset "UTF-8";

@import url(common.css);
@import url(common-style.cgi);

body {
  color: #23303F;
  background-image: url(images/bg-kof.jpg);
}

div.body {
  border-left-color: #CFDFFF;
}


p.menu {
  background-color:#5e8eeb;
}

p.menu a {
  background-color:#5e8eeb;
}

p.menu a:hover{
  background-color:#80abff;
}


/* h1はトップページ画像専用 */
h1 {
  background-color: #3366CC;
}

/* カテゴリ名用 */
h2 {
  color: #3060c0;
}

/* 小カテゴリ用 */
h3 {
  color: #606890;
  background-image: url(./images/bg-h3.png);
}


ul li {
  list-style-image: url(images/arrow.png);
}
dd dl dt {
  background-image: url(images/arrow.png);
}

.menu ul li {
  list-style-image: url(images/arrow-s.png);
}
.menu ul ul {
  color: #3366CC;
}

/* メニュー下部のロゴ用 */
div.menu div.logo a {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

a:link {
  color: #1D529F;
}
a:visited {
  color: #03152F;
}
a:hover,
a:focus,
a:active {
  color: #0E6AEF;
}



.topic {
	border-color: #CFDFFF;
	border-right-color: #BFD5FF;
	border-bottom-color: #9FC2FF;
}
.topic h3,
.topic h4 {
  background-image: url(images/topic-bg.png);
  background-color: #CFE0FF;
  border-bottom-color: #EFF4FF;
}
.topic h3 a:link,
.topic h3 a:visited,
.topic h4 a:link,
.topic h4 a:visited {
	color: #3060c0;
	text-decoration: none;
}
.topic ul.info,
.topic ul.info a:link,
.topic ul.info a:visited {
	color: #3060c0;
}


.update-info {
	border-color: #CFDFFF;
	background: #F9FAFF;
}
.update-info dt {
	color: #3060c0;
}

