/*----------------------------
  common.css
----------------------------*/

body ,
table {
  font-family: 'メイリオ','Verdana';
  font-size: 14px;
}

body {
  margin: 0px;
}

em ,
font.em {
  background-color: #ddffdd;
  color: #008800;
  font-style: normal;
}

a.external {
  color: #0088ff;
}

h1 ,
div.h1 {
  margin: 20px 30px;
  padding: 30px 0px 0px 30px;
  height: 50px;
  background-image: url('images/h1_background.jpg');
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

h2 ,
div.h2 {
  margin: 40px 50px 20px;
  padding: 5px 0px 0px 20px;
  height: 25px;
  background-image: url('images/h2_background.gif');
  background-repeat: no-repeat;
  color: #000088;
  font-size: 15px;
  font-weight: bold;
}

h3 ,
div.h3 {
  margin: 30px 70px;
  color: #000088;
  font-size: 14px;
  font-weight: bold;
}

p {
  margin: 0px 80px;
  line-height: 30px;
}

form {
  display: inline;
}

textarea {
  font-size: 13px;
}

input.button {
  padding: 10px;
}

img {
  border: none;
}

img.imageleft {
  margin: 0px 20px 10px 0px;
  float: left;
}

img.imageright {
  margin: 0px 0px 10px 20px;
  float: right;

}

.floatleft {
  margin: 0px 10px 10px 60px;
  float: right;

}

.floatright {
  margin: 0px 60px 10px 20px;
  float: right;

}

sup.note {
  color: #ff4444;
}

font.note {
  color: #ff4444;
  font-size: 13px;
}

ol.index {
  margin: 20px 60px;
}

ol.index li {
  margin: 10px 0px;
  font-weight: bold;
}

/*** parentframe ***/

table.header {
  width: 1000px;
}

table.header td.title {
  text-align: left;
}

table.header td.contactus {
  width: 200px;
}

table.header_bar {
  margin: 5px 0px;
  width: 1000px;
  height: 40px;
  background-image: url('images/header_bar.jpg');
  background-repeat: no-repeat;
}

table.header_bar td.title {
  padding-left: 30px;
  text-align: left;
  color: #000088;
  font-size: 15px;
}

table.header_bar td.header_navi {
  padding-right: 30px;
  text-align: right;
  color: #000088;
  font-size: 13px;
}

table.header_bar td.header_navi a {
  color: #000088;
}

table.parentframe {
}

table.parentframe td.navi {
  width: 200px;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

table.parentframe td.navi h4 {
  margin: 0px;
  font-size: 14px;
  border-bottom: solid 1px #cccccc;
  padding: 6px 0px 0px 5px;
  height: 26px;
  background-image: url('images/navi_h4.gif');
  background-repeat: no-repeat;
  color: #000066;
}

table.parentframe td.navi a.navi {
  display: block;
  border-bottom: solid 1px #cccccc;
  padding: 5px;
  background-image: url('images/navi.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  color: #000066;
  text-decoration: none;
}
table.parentframe td.navi a.navi:hover {
  /* background-image: url('images/navi_hover.gif'); */
  text-decoration: underline;
}

table.parentframe td.navi a.image {
  display: block;
  border-bottom: solid 1px #cccccc;
  padding: 10px 0px;
}

table.parentframe td.navi div.counter {
  margin-top: 20px;
  text-align: center;
}

table.parentframe td.navi div.cyanprojects_alliance {
  margin-top: 40px;
  padding: 0px 10px;
}

table.parentframe td.navi div.test_project {
  border-bottom: solid 1px #cccccc;
  padding: 10px 10px;
  color: #000066;
}

table.parentframe td.body {
  border: solid 1px #cccccc;
  width: 800px;
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
}

table.parentframe td.shinobi {
  text-align: center;
  vertical-align: bottom;
}

table.parentframe td.footer {
  padding-top: 5px;
  font-size: 13px;
  text-align: center;
}

table.parentframe td.footer img.cyanprojects {
  float: right;
}


/*** common ***/

table.graph {
  margin: 30px 60px;
}

table.graph td.image {
  width: 200px;
}

table.graph td.description {
  width: 440px;
  padding: 0px 20px;
  color: #888888;
  font-size: 13px;
  vertical-align: top;
}

fieldset.mistaken {
  margin: 20px 60px;
  border: solid 1px #884400;
  padding: 10px 20px;
  background-color: #ffeecc;
  color: #884400;
  font-weight: bold;
  line-height: 30px;
}


/*** index ***/

table.big3 {
  margin: 30px 60px;
}

table.big3 td.image {
  width: 250px;
}

table.big3 td.description {
  width: 390px;
  padding: 0px 20px;
  vertical-align: top;
}

table.big3 td.description div.description {
  padding: 0px 10px;
  color: #666666;
  font-size: 13px;
}

table.result {
  margin: 10px 89px 30px;
}

table.result td {
  text-align: center;
}


/*** contactus ***/

table.form {
  margin: 20px 0px;
  border-top: dotted 1px #000000;
  width: 700px;
}

table.form td.name {
  width: 120px;
  padding-left: 30px;
  border-bottom: dotted 1px #000000;
  font-weight: bold;
}

table.form td.input {
  border-bottom: dotted 1px #000000;
}

table.form tr.required {
  background-color: #ffdddd;
}

span.required {
  color: #ff0000;
  font-size: 13px;
}

ul.contactus_error li {
  margin: 10px 60px;
  list-style-type: square;
  color: #ff0000;
  font-weight: bold;
}

/*** links_cyan ***/

ul.links li {
  margin: 0px 50px 15px 50px;
}

ul.links a {
  color: #0088ff;
  font-weight: bold;
}


/*** links_information ***/

fieldset.linkcheck {
  margin: 20px 80px;
  border: solid 1px #888888;
  padding: 20px;
  background-color: #eeeeee;
}

fieldset.linkcheck legend {
  font-weight: bold;
}

table.cyanprojects_homepage {
  margin: 10px 50px;
  width: 700px;
  border-top: dotted 1px #000000;
  font-size: 13px;
}

table.cyanprojects_homepage td.title {
  width: 400px;
  font-weight: bold;
}

table.cyanprojects_homepage td.description {
  border-bottom: dotted 1px #000000;
  padding-bottom: 20px;
  color: #666666;
}


table.cpa_link_list {
  margin: 0px 60px;
  width: 680px;
}

table.cpa_link_list tr.enabled {
  background-color: #ffdddd;
}

table.cpa_link_list tr.disabled {
  background-color: #dddddd;
}

table.cpa_link_list td.link_banner {
  width: 100px;
  text-align: center;
}

table.cpa_link_list td.homepage_name {
  width: 200px;
  font-weight: bold;
}

table.cpa_link_list td.enabled {
  color: #ff0000;
  font-weight: bold;
}

table.cpa_link_list td.disabled {
  color: #666666;
  font-weight: bold;
}
