@media screen and (min-width: 900px){
img{
max-width: 1024px;
height: auto;
width /***/:auto;　
}

/*---------------------------------
   全体構造
---------------------------------*/

#container{
  max-width: 1024px; /* 最大横幅 */
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  padding: 0px;
}

#header{
  width: 100%;
  height:250px;
  padding-top: 0px;
  text-align:center;
    background: url("img/kanban.png");	
    background-repeat  : no-repeat;
}

#main{
	margin-top: 2px;
	text-align: center;
}

#footer{
  width:900px;
  padding-left:4px;
  text-align:center;
  font-size:11px;
  font-family:Arial;
}

/*--見出し--*/

#midasi{
  padding-top:50px;
  padding-left:0px;
  font-size:0px;
  font-weight:bold;
  font-family:Gulim;
  line-height:130%;
  color:#808080;
}

/*スライドショー*/

#gallery{
    width: 700px;
    height : 280px;
    }

/*---------------------------------
   共通(フォント等)
---------------------------------*/

body{
  margin:0px;
  padding:0px;
  background: url("img/bg.png") repeat fixed;
  color:#000000;
  font-size:100%;
  text-align:center;
  line-height:130%;
  font-family: "ＭＳ Ｐゴシック";
  background-size: cover;
}

td{
  font-size:13px;
  line-height:110%;
  vertical-align: top;
}

a:link{
  color:#414141;
  text-decoration: none;
}
a:visited{
  color:#414141;
  text-decoration: none;
}
a:hover{
  color:#c0c0c0;
  text-decoration: none;
}
a:active{
  color:#414141;
  text-decoration: none;
}

p.left {text-align: left; }
p.center {text-align: center; }
p.right {text-align: right; }
p.text {text-align: justify; text-justify: distribute-all-lines; }

table.main {width: 80%; background-color: #;}

#text div {background-color:#ccccff; margin:4px;}
.rei {font-size:60px;}
.oya {font-size:30px; background-color:#ccffcc;}
.text1 {font-size:12px; background-color:#ffccff; vertical-align:baseline;}
.text2 {font-size:13px; background-color:#; vertical-align:top; width:180px;}
.text3 {font-size:14px; 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;}
