@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
html,body {
  scrollbar-base-color: #cccccc;
  scrollbar-arrow-color: #999999;
}


body {
  background-color: #dddddd;
}

#wrapper {
  width: 600px;
  height: 600px;
  margin: auto;
  margin-top:20px;
  border-right: solid 4px #bbbbbb ;
  border-bottom: solid 4px #bbbbbb ;
}

/* ヘッダ
---------------------------------------------------- */

#header {
  width: 600px;
  height: 130px;
  margin: 0;
  padding: 0;
  background: #ffffff url("../images/logo.jpg") no-repeat;
}


#header1 {
  float: left;
  height: 37px;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: ffffff;
}


#header2 {
  float: left;
  height: 37px;
  margin: 0;
  padding: 0;
  width: 400px;
  background-color: ffffff;
}


#header2 h4 {
  height: 12px;
  margin-top: 30px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  text-align: right;
  font-size: 11px;
  font-family: sans-serif;
  font-weight: normal;
  color: #888888;
}

#header2 h4 a {
  margin-left: 2px;
  text-decoration: none;
  color: #888888;

}

#header2 h4 a:hover {
  color: #ff9900;
}




#lead  {
  width: 600px;
  height: 60px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}


#lead img {
margin-left: 150px;
}

#menu  {
  width: 600px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}


#menu h2 {
text-align: center;
  height: 18px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: normal;
  color: #888888;
}


#menu h2 a {
  padding-top:4px;
  margin-left: 4px;
  margin-right: 10px;
  text-decoration: none;
  color: #888888;

}

#menu h2 a:hover {
  color: #ff9900;
}

#menu img {
margin-left: 4px;
vertical-align: middle;
}


#content  {
  width: 600px;
  height: 320px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}




.photo{
position: relative;
left: 220px;
background:url('../images/shadow_l3.jpg') no-repeat right bottom;
background-repeat: no-repeat;
background-position: right bottom;
margin: 0px;
padding: 0px;
}

.photo img{
margin: -5px 5px 5px -7px;
padding: 0px;
position: relative;
}



#link img {
  border: none;
  margin-top: 14px;
  margin-left: 284px  ;
}




#log {
  margin-top: 40px;
  padding: 10px;
  padding-left: 16px;
  background-color:#ffffff;

}


.whatsnew {
  width: 566px;
  height: 42px;
  margin-left: 0px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  overflow: auto;
  scrollbar-base-color: #ffffff;
  scrollbar-3dlight-color: #dddddd;
  scrollbar-arrow-color: #bbbbbb;
  scrollbar-shadow-color: #aaaaaa;
  scrollbar-darkshadow-color: #999999;
}


#log p {
  margin-left: 8px;
  font-size: 12px;
  line-height: 15px;
  font-family: sans-serif;
  font-weight: normal;
  color: #888888;
  text-align: center;
}


#log p a {
  text-decoration: underline;
  color: #888888;
}

#log p a:hover {
  color: #ff9900;
}













/* フッタ	
---------------------------------------------------- */

#footer {
  width: 600px;
  height: 40px;
  background-color: #ffffff;
}



#footer p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  text-align: center;
  font-size: 9px;
  font-family: sans-serif;
  font-weight: normal;
  color: #888888;
  background: transparent;
}


