/*----------------------------
  common.css
----------------------------*/

body ,
table {
  font-family: 'メイリオ','Verdana';
  font-size: 14px;
}

body {
  margin: 0px;
}

em ,
font.em {
  color: #ff0000;
  font-style: normal;
}

a.external {
  color: #0088ff;
}

h1 {
  margin: 20px 30px;
  height: 80px;
  padding: 0px 0px 0px 30px;
  background-image: url('images/h1_background.jpg');
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 80px;
}

h2 {
  margin: 40px 50px 20px;
  height: 30px;
  padding: 0px 0px 0px 20px;
  background-image: url('images/h2_background.gif');
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}

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: #002266;;
  font-size: 15px;
}

table.header_bar td.header_navi {
  padding-right: 30px;
  text-align: right;
  color: #ffff00;
  font-size: 13px;
}

table.header_bar td.header_navi a {
  color: #ffff00;
}

table.parentframe td.navi {
  width: 200px;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

table.parentframe td.navi h4 {
  margin: 0px;
  border-bottom: solid 1px #ccccdd;
  height: 32px;
  padding: 0px 0px 0px 5px;
  background-image: url('images/navi_h4.gif');
  background-repeat: no-repeat;
  color: #002266;
  font-size: 14px;
  line-height: 32px;
}

table.parentframe td.navi a.navi {
  display: block;
  border-bottom: solid 1px #ddcccc;
  padding: 5px;
  background-color: #ffffff;
  background-image: url('images/navi.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  color: #660022;
  text-decoration: none;
}
table.parentframe td.navi a.navi:hover {
  text-decoration: underline;
}

table.parentframe td.navi a.image {
  display: block;
  border-bottom: solid 1px #ddcccc;
  padding: 10px 0px;
}

table.parentframe td.navi div.counter {
  text-align: center;
}

table.parentframe td.navi div.cyanprojects_alliance {
  margin-top: 40px;
  padding: 0px 10px;
}

table.parentframe td.body {
  border: solid 1px #ddcccc;
  width: 800px;
  padding-bottom: 50px;
  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_banner {
  float: right;
}


/*** compamy ***/

table.company ,
table.history {
  margin-left: 100px;
  width: 600px;
}

table.company td ,
table.history td {
  border-bottom: dotted 1px #000000;
}

table.company td.title {
  width: 150px;
  font-weight: bold;
  text-align: center;
}

table.history td.year {
  width: 150px;
  text-align: center;
}


/*** contactus ***/

table.contactus {
  margin: 20px 80px;
  border-top: dotted 1px #000000;
  width: 640px;
}

table.contactus tr.required {
  background-color: #ffdddd;
}

table.contactus td.name {
  width: 140px;
  padding-left: 40px;
  border-bottom: dotted 1px #000000;
  font-weight: bold;
}

table.contactus td.input {
  border-bottom: dotted 1px #000000;
}

table.contactus td.button {
  text-align: center;
}

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 {
  margin-top: 40px;
}

ul.links li {
  margin: 0px 50px 15px 50px;
}

ul.links a {
  color: #0088ff;
  font-weight: bold;
}

