div.nextpage{
  text-align:center;
  vertical-align:top;
}


div#globalnavi {
    width: 900px;	/* 20px, 20pxが横帯の幅として確保されている */
    margin: 0 auto;
    padding-top: 0;
}

div#container-navi {
    width: 900px;	/* 20px, 20pxが横帯の幅として確保されている */
    margin: 0 auto;
    padding-top: 0;
    text-align:left;
}

table.contact-table {
}

.contact-table.td{
  text-align:left;
  vertical-align:top;
}

div.concept{
  text-align:center;
  vertical-align:top;
}

div.concept img{
  margin: 10px;
  padding 10px;
}

/*以下<a>タグについての記述が続きます。内容はどれも似たようなものなので、あとでまとめましょう。*/
a.globalnavi-a {
  display: block;
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
  background:url(../img/subnavi/globalnavi_concept.png) no-repeat;
  height:60px;
  line-height:20px;
}
a.globalnavi-a:hover {
  border:0;
  text-decoration:none;
  background:url(../img/subnavi/globalnavi_concept_on.png) no-repeat;
  display:block;
}
a.globalnabi-a:active  {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
}
a.globalnabi:visited {
  text-decoration:none;
  color: #ffffff;
}

a.website_title {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
}
a.website_title:hover {
 border:0;
 text-decoration:none;
}	
a.website_title:active  {
  text-decoration: none;
  color: #ffffff;
}
a.website_title:visited {
  text-decoration:none;
  color: #ffffff;
}
#image a{
display:block;
width:200px;
color:#F0027F;
background:url(../img/bottan.jpg) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#image a:hover{
color:orange; 
background:url(../images/bottan2.jpg) no-repeat;
}

#sidemenu{
  width: 900;
}
#sidemenu dd{
font-size:13px;
border-bottom:1px solid #fff;
}

#sidemenu dd a{
display:block;
height:60px;
line-height:20px;
text-decoration:none;
background:url(../img/subnavi/globalnavi_concept.png) no-repeat;
}

#sidemenu dd a:hover{
background:url(../img/subnavi/globalnavi_concept_on.png) no-repeat;
}

div.concept_undertitle{
  position:relative;
  top:50px;
  padding-bottom:50px;
}
