* {
  margin:0;
  padding:0;
  font-family:"Trebuchet MS",Arial,sans-serif;
}

img{
  border:0px;
}

html{
  height:100%;
  width:800px;
}
body{
  height:100%;
  text-align:center;
}

#main_contents{
  height:100%;
  margin:0 auto;
  background-color:#FFF;
  width:800px;
  text-align:left;
  position:relative;
  min-height: 100%;
}

body > #main_contents {
  height: auto;
}

#header{
  background-color:#FFF;
  height:30px;
  width:801px;
}

#contents{
  background-color:#FFF;
  width:800px;
}

.menu{
  text-align:center;
  border:1px #000 solid;
  border-right:0px #000 solid;
}

.name_tab{
  background-color:#FFF;
  list-style-type:none;
  width:800px;
  height:50px;
  font-size:14px;
  font-weight:bold;
}

.name_tab li{
  display:block;
  float:left;
  margin:0 0 0 0;
  width:199px;
  border-right:1px #000 solid;
}

.indivi{
  clear:both;
  width:799px;
  min-height:350px; /* for modern browsers */
  height:auto !important; /* for modern browsers */
  height:350px; /* for IE5.x and IE6 */
  border:1px #000 solid;
  border-top:0px #000 solid;
  text-align:center;
  padding-top:40px;
  padding-bottom:10px;
  overflow:auto;
}

* html .indivi {
  overflow:visible;
}

.bottom_left{
  width:500px;
  float:left;
}

.bottom_right{
  margin-top:50px;
  text-align:center;
  text-align:left;
  padding-left:10px;
  width:290px;
  width:280px;
  float:right;
}

.kirari{
  margin-top:50px;
}

.indi_left{
  width:350px;
  float:left;
  text-align:left;
}

.indi_right{
  width:350px;
  float:left;
  text-align:left;
  padding-left:20px;
}

.ileft_wrap{
  margin-left:30px;
  width:350px;
}

.iright_wrap{
  margin-left:30px;
  width:350px;
}

.thumb_a{
  background: White;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: Silver Gray Gray Silver;
  float: left;
}

.thumb_left_sakie{
  width:50%;
  float:left;
}

.thumb_right_sakie{
  width:50%;
  float:right;
}

.thumb_left_sakie img{
  padding-top:30px;
}

.thumb_left_yume{
  width:50%;
  float:left;
}

.thumb_right_yume{
  padding-top:115px;
  width:50%;
  float:right;
}

.thumb_left_mariko{
  width:50%;
  float:left;
}

.thumb_right_mariko{
  padding-top:120px;
  width:50%;
  float:right;
}

