@charset 'UTF-8';

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #000000;
}

#whole-wrap {
  position: absolute;
  width: 1024px;
  min-height: 100%;
  background-color: #F2ECE1;
}

* html #whole-wrap{
  height:100%;
}

body > #whole-wrap {
  height: auto;
}

#header {
  position: fixed;
  top: -50px; /* by default, javascript is supposed to be ON. so this is should be negative value of header height */
  left: 0px;
  width: 100%;
  height: 50px;
  float: left;
  background: transparent url("../image/header_base.png") left bottom no-repeat; /* valid for except for le IE6 */
}

* html #header{
  position: static;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_base.png");
}

#header a{
  position: absolute;
  text-decoration: none;
  display: block;
}

* html #header a{
  position: relative;
}

#headerlink1 {
  top: 25px;
  left: 30px;
  width: 24px;
  height: 13px;
  background: transparent url("../image/header_top_normal.png") left bottom no-repeat;
}

#headerlink1:hover {
  background: transparent url("../image/header_top_after.png") left bottom no-repeat;
}

* html #headerlink1 {
  top: 25px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_top_normal.png");
  cursor: pointer;
}

* html #headerlink1:hover {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_top_after.png");
  cursor: pointer;
}

#headerlink2 {
  top: 25px;
  left: 75px;
  width: 114px;
  height: 13px;
  background: transparent url("../image/header_concept_normal.png") left bottom no-repeat;
}

#headerlink2:hover {
  background: transparent url("../image/header_concept_after.png") left bottom no-repeat;
}

* html #headerlink2 {
  top: 12px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_concept_normal.png");
  cursor: pointer;
}

* html #headerlink2:hover {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_concept_after.png");
  cursor: pointer;
}

#headerlink3 {
  top: 25px;
  left: 215px;
  width: 34px;
  height: 13px;
  background: transparent url("../image/header_blog_normal.png") left bottom no-repeat;
}

#headerlink3:hover {
  background: transparent url("../image/header_blog_after.png") left bottom no-repeat;
}

* html #headerlink3 {
  top: 0px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_blog_normal.png");
  cursor: pointer;
}

* html #headerlink3:hover {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_blog_after.png");
  cursor: pointer;
}

#headerlink4 {
  top: 25px;
  left: 275px;
  width: 26px;
  height: 13px;
  background: transparent url("../image/header_support_normal.png") left bottom no-repeat;
}

#headerlink4:hover {
  background: transparent url("../image/header_support_after.png") left bottom no-repeat;
}

* html #headerlink4 {
  top: -13px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_support_normal.png");
  cursor: pointer;
}

* html #headerlink4:hover {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_support_after.png");
  cursor: pointer;
}

#headerlink5 {
  width: 69px;
  height: 13px;
  top: 25px;
  left: 335px;
  background: transparent url("../image/header_profile_normal.png") left bottom no-repeat;
}

#headerlink5:hover {
  background: transparent url("../image/header_profile_after.png") left bottom no-repeat;
}

* html #headerlink5 {
  top: -26px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_profile_normal.png");
  cursor: pointer;
}

* html #headerlink5:hover {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/header_profile_after.png");
  cursor: pointer;
}

#main {
  width: 100%;
  padding-top: 50px;    /* must be same height as the header */
  padding-bottom: 70px; /* must be same height as the footer - 20px */
}

* html #main {
  padding-top: 0px;
  padding-bottom: 40px;
}

#main div {
  float: left;
  padding-left: 60px;
  padding-bottom: 100px;
}

#main-left {
  width: 330px;
  padding-top: 42px;
}

#main-left div {
  width: 100%;
  padding: 5px 0 5px 0;
}

* html #main-left div {
  clear: both;
}

#main-left-common {
  display: block;
}

* html #main-left-common {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/common1.png");
}

* html #main-left-common img {
  display: none;
}

#name_aida {
  display: block;
}

* html #name_aida {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/aida/name_aida.png");
}

* html #name_aida img {
  display: none;
}

#name_kurasawa {
  display: block;
}

* html #name_kurasawa {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/kurasawa/name_kurasawa.png");
}

* html #name_kurasawa img {
  display: none;
}

#name_maekawa {
  display: block;
}

* html #name_maekawa {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/maekawa/name_maekawa.png");
}

* html #name_maekawa img {
  display: none;
}

#name_momoi {
  display: block;
}

* html #name_momoi {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/momoi/name_momoi.png");
}

* html #name_momoi img {
  display: none;
}

#name_noda {
  display: block;
}

* html #name_noda {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/noda/name_noda.png");
}

* html #name_noda img {
  display: none;
}

#name_ohara {
  display: block;
}

* html #name_ohara {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/ohara/name_ohara.png");
}

* html #name_ohara img {
  display: none;
}

#name_yamashita {
  display: block;
}

* html #name_yamashita {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/yamashita/name_yamashita.png");
}

* html #name_yamashita img {
  display: none;
}

#main-right {
  width: 500px;
  padding-top: 122px;
}

* html #main-right {
  padding-top: 102px;
}

#main-right div {
  width: 100%;
  padding: 5px 0 5px 0;
}

#main-right-common {
  display: block;
}

* html #main-right-common {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/profile/common2.png");
}

* html #main-right-common img {
  display: none;
}

#main-right img {
  display: block;
  float: left;
  padding: 5px;
}

#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  background: transparent url("../image/footer_base.png") left bottom no-repeat;
}

* html #footer{
  position: static;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_base.png");
}

#footer a{
  position: absolute;
  display: block;
  text-decoration: none;
}

* html #footer a{
  position: relative;
}

#footerlink1 {
  top: 10px;
  left: 30px;
  width: 89px;
  height: 59px;
  background: transparent url("../image/footer_ewlogo.png") left bottom no-repeat;
}

* html #footerlink1 {
  top: 10px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_ewlogo.png");
  cursor: pointer;
}

#footerlink2 {
  top: 50px;
  left: 155px;
  width: 56px;
  height: 13px;
  background: transparent url("../image/footer_momoi.png") left bottom no-repeat;
}

* html #footerlink2 {
  top: -10px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_momoi.png");
  cursor: pointer;
}

#footerlink3 {
  top: 50px;
  left: 235px;
  width: 52px;
  height: 13px;
  background: transparent url("../image/footer_ohara.png") left bottom no-repeat;
}

* html #footerlink3 {
  top: -23px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_ohara.png");
  cursor: pointer;
}

#footerlink4 {
  top: 50px;
  left: 305px;
  width: 56px;
  height: 13px;
  background: transparent url("../image/footer_noda.png") left bottom no-repeat;
}

* html #footerlink4 {
  top: -36px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_noda.png");
  cursor: pointer;
}

#footerlink5 {
  top: 50px;
  left: 385px;
  width: 57px;
  height: 13px;
  background: transparent url("../image/footer_kurasawa.png") left bottom no-repeat;
}

* html #footerlink5 {
  top: -49px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_kurasawa.png");
  cursor: pointer;
}

#footerlink6 {
  top: 50px;
  left: 460px;
  width: 55px;
  height: 13px;
  background: transparent url("../image/footer_yamashita.png") left bottom no-repeat;
}

* html #footerlink6 {
  top: -62px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_yamashita.png");
  cursor: pointer;
}

#footerlink7 {
  top: 50px;
  left: 535px;
  width: 56px;
  height: 13px;
  background: transparent url("../image/footer_aida.png") left bottom no-repeat;
}

* html #footerlink7 {
  top: -75px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_aida.png");
  cursor: pointer;
}

#footerlink8 {
  top: 50px;
  left: 610px;
  width: 57px;
  height: 13px;
  background: transparent url("../image/footer_maekawa.png") left bottom no-repeat;
}

* html #footerlink8 {
  top: -88px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_maekawa.png");
  cursor: pointer;
}

#footerlink9 {
  top: 50px;
  left: 710px;
  width: 69px;
  height: 12px;
  background: transparent url("../image/footer_rocomoon.png") left bottom no-repeat;
}

* html #footerlink9 {
  top: -100px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_rocomoon.png");
  cursor: pointer;
}

#footerlink10 {
  top: 50px;
  left: 800px;
  width: 57px;
  height: 12px;
  background: transparent url("../image/footer_sustena.png") left bottom no-repeat;
}

* html #footerlink10 {
  top: -112px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_sustena.png");
  cursor: pointer;
}

#footerlink11 {
  top: 50px;
  left: 880px;
  width: 101px;
  height: 12px;
  background: transparent url("../image/footer_niwa.png") left bottom no-repeat;
}

* html #footerlink11 {
  top: -124px;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./image/footer_niwa.png");
  cursor: pointer;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */



.nodisplay{
  display: none;
}
.toleft{
  float: left;
}
