@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: 104px;
  margin: 0;
  padding: 0;
  background: #ffffff url("../images/logo1.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;
}




#header p {
  margin-top: 0px;
  text-align: right;
  margin-bottom: 0px;
  margin-right: 10px;
  font-size: 10px;
  line-height: 11px;
  font-family: sans-serif;
  font-weight: normal;
  color: #888888;
}





#menu  {
  width: 600px;
  height: 56px;
  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: #999999;
}


#menu h2 a {
  padding-top:4px;
  margin-left: 4px;
  margin-right: 10px;
  text-decoration: none;
  color: #999999;

}

#menu h2 a:hover {
  color: #ff9900;
}

#menu img {
margin-left: 4px;
vertical-align: middle;
}


#content  {
  width: 600px;
  height: 400px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.scrp {
  position: relative;
  width: 530px;
  height: 370px;
  margin-left: 20px;
  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;
}




#l1 {
 width: 400px;
 height: 70px;
 margin-top: 0px;
 margin-left: 100px;
 background-color: #ffffff;
}

#l2 {
 width: 400px;
 height: 70px;
 margin-top: 0px;
 margin-left: 100px;
 background-color: #ffffff;
}

#l3 {
 width: 400px;
 height: 70px;
 margin-top: 0px;
 margin-left: 100px;
 background-color: #ffffff;
}

#l4 {
 width: 400px;
 height: 70px;
 margin-top: 0px;
 margin-left: 100px;
 background-color: #ffffff;
}

#l5 {
 width: 400px;
 height: 70px;
 margin-top: 0px;
 margin-left: 100px;
 background-color: #ffffff;
}

#l6 {
 width: 400px;
 height: 70px;
 margin-top: 0px;
 margin-left: 100px;
 background-color: #ffffff;
}


#l7 {
 width: 400px;
 height: 70px;
 margin-top: 0px;
 margin-left: 100px;
 background-color: #ffffff;
}


#l8 {
 width: 400px;
 height: 70px;
 margin-top: 0px;
 margin-left: 100px;
 background-color: #ffffff;
}




.photo{
position: relative;
background:url('../images/shadow_l3.jpg') no-repeat right bottom;
background-repeat: no-repeat;
background-position: right bottom;
margin: 0px;
padding: 0px;
margin-right: 16px;
float: left;
}

.photo img{
margin: -2px 3px 3px -6px;
padding: 0px;
border: 0;
position: relative;
}



/* フッタ	
---------------------------------------------------- */

#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: #999999;
  background: transparent;
}


