@charset "utf-8";
a {
  color: #00AFE7;
  text-decoration: underline;
}

a strong{
  color: #00AFE7;
  font-weight: bold;
  text-decoration:underline;
}
/* ==========================
    メインビジュアル
========================== */
#visual {
  height:200px;
  padding-bottom:1px;
  padding-left:1px;
  background:url(../img/common/dot-h.gif)  bottom repeat-x;
}
#visual a {
  display:block;
  width:940px;
  height:200px;
  background:url(../img/research/header-research.jpg)  0 0 no-repeat;
  text-indent:-9999px;
}

/* ==========================
     上部カテゴリーナビ
========================== */
#cat-navi {
  margin:0 1px;
  padding-bottom:1px;
  background:url(../img/common/dot-h.gif)  bottom repeat-x #DFDFDF;
}
#cat-navi li a{
  float:left;
  width:133px;
  padding:10px 0;
  margin-right: 1px;
  text-align:center;
  background:url(../img/common/cat-navi.jpg)  bottom repeat-x #fff;
  color:#333;
  font-size:12px;
  text-decoration:none;
}
#cat-navi li a:hover{
  background:url(../img/common/cat-navi-hover.jpg)  bottom repeat-x #00AFE7;
  color:#fff;
}
#cat-navi li.cn-evidence a {
  width:136px;
}
#cat-navi li.cn-video-archives a {
  margin-right: 0;
}

body.news #cat-navi li.cn-news a,
body.evidence #cat-navi li.cn-evidence a,
body.basicresearch #cat-navi li.cn-basicresearch a,
body.quality #cat-navi li.cn-quality a,
body.reviews #cat-navi li.cn-reviews a,
body.downloads #cat-navi li.cn-downloads a,
body.video_archives #cat-navi li.cn-video-archives a{
  background:url(../img/common/cat-navi-hover.jpg)  bottom repeat-x #00AFE7;
  color:#fff;
}

/* ==========================
    コンテンツ
========================== */
#contents {
  background:url(../img/common/dot-2col-b.gif)  1px 0 repeat-y;
}
#main {
  float: right;
  width:700px;
}
#side {
  float: left;
  width:240px;
}

/* ---------- 見出し */
body.main-index h2,
body.archive h2 {
  margin:10px 0 20px 0;
  font-size:152%;
  padding-left: 15px;
  border-left:5px solid #00AFE7;
}

/* ---------- セクション */
#contents .section {
  padding:20px 30px;
}
#contents .section.description {
  padding-top:0px;
}

/* ==========================
    記事のリスト
========================== */
#listing dl{
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #E5E5E5;
}
#listing dt .list-title a{
  font-family: "GothicMBM";
  font-size:107%;
  text-decoration: none;
}
#listing dt .list-date a{
  text-decoration: none;
}
#listing dt .list-date {
  margin-bottom:10px;
}

/* ==========================
    個別記事
========================== */
/* ---------- タイトル */
.headding {
  padding-left: 15px;
  margin-bottom:30px;
  border-left:5px solid #00AFE7;
}
h2.title {
  font-weight: bold;
  font-family: Arial, GothicMBM;
  margin:10px 0;
  font-size:122%;
}
p.date {
  padding-top: 5px;
  border-top:1px solid #E5E5E5;
}

/* ---------- 記事 */
.entry-contents {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  color: #292727;
  padding: 0 20px;
}

#main table {
  font-family: "Arial", "Helvetica";
  font-size:12px;
  width:640px;
  margin:10px 30px;
}
#main table td,
#main table th {
  padding:0.3em;
}
#main table th{
  white-space: nowrap;
  font-weight: normal;
  background:#999;
  border:1px solid #E5E5E5;
  color:#fff;
}
#main table td {
  vertical-align:text-top;
  padding: 3px 8px;
  border:1px solid #E5E5E5;
}
#main table td.ryakugo{
  white-space: nowrap;
}
td.even {
  background:#eee;
}

#main table a {
  text-decoration:none;
}
#main p.none {
  margin:10px 30px;
}

/* ---------- 関連記事等 */
#main .low-section {
  margin:30px;
}
#main .low-section.bunya,
#main .low-section .label {
  padding-left: 15px;
  border-left:5px solid #00AFE7;
}
#main .low-section .label {
  margin-bottom:10px;
}


#main .low-section.r-entry ul li{
	list-style-type: square;
	list-style-position: inside;
}

#main .r-keywords li {
  display: inline;
  margin-right: 1em;
}

/* ==========================
    サイドバー
========================== */
/*  見出し */
#side h3 {
  margin-top:20px;
  margin-bottom:10px;
  padding:0 20px;
  font-size:107%;
}

/* 親 */
#side ul {
  margin-bottom:20px;
  padding:0 20px 20px 20px;
  background:url(../img/common/dot-h.gif) bottom repeat-x;
}
#side ul li {
  margin:5px 0;
}
#side ul li a {
  padding-left:20px;
  background:url(../img/common/arrow_a.gif)  center left no-repeat;
  color:#333;
  text-decoration: none;
}
#side ul li a:hover {
  padding-left:20px;
  background:url(../img/common/arrow_a-hover.gif)  center left no-repeat;
  color:#00AFE7;
}

/* 子 */
#side ul ul {
  margin-bottom:20px;
  background:none;
  padding:0;
}
#side ul ul li a{
  background:url(../img/common/arrow_b.gif)  center left no-repeat;
}
#side ul ul li a:hover {
  background:url(../img/common/arrow_b.gif)  center left no-repeat;
}

/* 孫 */
#side ul ul ul {
  padding-left:20px;
  font-size:12px;
}

p.banner {
  margin-left:20px;
}

