@media screen and (min-width: 900px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
/*---------------------------------
   全体構造
---------------------------------*/

#container{
  text-align:left;
  width:900px;
  margin:0 auto;
  word-break:break-all;
  padding:0px;
}

#header{
  height:100px;
  width:900px;
  padding-top:12px;
  padding-left:0px;
    background: url("");	
    background-repeat  : no-repeat;
}

#center {
    text-align:center;
}

#footer{
  width:900px;
  color:#000000;
  margin-top:10px;
  padding-left:4px;
  text-align:center;
  font-size:11px;
  font-family:Arial;
}

/*---------------------------------
   部分別
---------------------------------*/

/*--見出し--*/

#midasi{
  width:740px;
  font-size:14px;
  font-weight:bold;
  font-family:Monotype Corsiva;
  padding:110px;
}

/*---------------------------------
   共通(フォント等)
---------------------------------*/

body{
  margin:0px;
  padding:0px;
  color:#ffffff;
  font-weight:bold;
  font-size:100%;
  line-height:100%;
  font-family: "MingLiU";
    background: url("");	
    background-repeat  : no-repeat;
  background-size: cover;
}

td{
  text-align:center;
  font-size:13px;
  line-height:100%;
}

a:link{
  color:#000000;
  text-decoration: none;
}
a:visited{
  color:#000000;
  text-decoration: none;
}
a:hover{
  color:#c0c0c0;
  text-decoration: none;
}
a:active{
  color:#000000;
  text-decoration: none;
}

#text div {background-color:#ccccff; margin:4px;}
.rei {font-size:60px;}
.oya {font-size:30px; background-color:#ccffcc;}
.text1 {font-size:20px; background-color:#; vertical-align:baseline;}
.text2 {font-size:15px; background-color:#; vertical-align:baseline;}
.text3 {font-size:12px; background-color:#ffccff; vertical-align:middle;}
.text4 {font-size:12px; background-color:#ffccff; vertical-align:bottom;}
.text5 {font-size:12px; background-color:#ffccff; vertical-align:text-top;}
.text6 {font-size:12px; background-color:#ffccff; vertical-align:text-bottom;}
.text7 {font-size:12px; background-color:#ffccff; vertical-align:super;}
.text8 {font-size:12px; background-color:#ffccff; vertical-align:sub;}
