/*共通
-------------------------------*/

* {
  margin: 0;
  padding: 0;
  font: normal normal normal 100% "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', Helvetica, sans-serif;
  color: #000;
}

html,body {
  width: 100%;
  overflow-x: hidden; 
}

#container {
  width: 100%;
  font-size: 0.8em;
}

IMG {
  border: none;
}

/*ヘッダ
-------------------------------*/

#header {
  margin: 0 0 20px;
  width: 100%;
  height: 36px;
  background: #333;
  color: #fff;
}
            @media screen and (max-width:768px){
              #header {
                height: 58px;
              }
            }

            @media screen and (max-width:640px){
              #header {
                height: 58px;
              }
            }

#header DIV#header_base {
  margin: 0 auto;
  width: 735px;
  height: 36px;
  /*background: url("../img/nekomatagi_logo.png") 0 2px no-repeat;*/
}
            @media screen and (max-width:768px){
              #header DIV#header_base {
                width: 615px;
                height: 58px;
              }
            }

            @media screen and (max-width:640px){
              #header DIV#header_base {
                width: 480px;
                height: 58px;
              }
            }

#header DIV#header_left {
  width: 260px;
  height: 36px;
  float: left;
}
            @media screen and (max-width:768px){
              #header DIV#header_left {
                width: 615px;
                height: 32px;
              }
            }

            @media screen and (max-width:640px){
              #header DIV#header_left {
                width: 480px;
                height: 32px;
              }
            }


#header DIV#header_left IMG {
  margin-top: 2px;
}

/*
H1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font: normal;
}
*/

#header DIV#header_right {
  height: 36px;
  color: #DDD;
  line-height: 42px;
}
            @media screen and (max-width:768px){
              #header DIV#header_right {
                width: 615px;
                height: 26px;
                line-height: 26px;
              }
            }

            @media screen and (max-width:640px){
              #header DIV#header_right {
                width: 480px;
                height: 26px;
                line-height: 26px;
              }
            }


/*メイン
-------------------------------*/

#main {
  margin: 0 auto;
  width: 735px;
  min-height: 100%;
  text-align: left;
  clear:both;
}
            @media screen and (max-width:768px){
              #main {
                width: 615px;
              }
            }

            @media screen and (max-width:640px){
              #main {
                width: 480px;
              }
            }


#main IMG {
  max-width: 100%;
  height: auto;
  width /***/:auto;
  border: none;
  vertical-align: text-bottom;
}

A {
  overflow: hidden;
  outline: none;
}

A:hover IMG {
  filter:alpha(opacity=80); 
  opacity: 0.80;
}


#go_top {
  padding: 30px 0 10px 0;
  width: 100%;
  clear: both;
  text-align: center;
}


/*メイン サブ部
-------------------------------*/
#main DIV.col_index {
  width: 235px;
  float: left;
}
            @media screen and (max-width:768px){
              #main DIV.col_index {
                width: 115px;
              }
            }

            @media screen and (max-width:640px){
              #main DIV.col_index {
                margin: 10px 0 0;
                width: 480px;
              }
            }

#main DIV.col_index IMG {
  margin: 0 0 10px;
  float: left;
}

#main DIV.col_index IMG#col_1 {
  margin: 0 0 5px 0;
  width: 233px;
  height: 233px;
  border: 1px #d1d1d1 solid;
}
            @media screen and (max-width:768px){
              #main DIV.col_index IMG#col_1 {
                width: 113px;
                height: 113px;
              }
            }

            @media screen and (max-width:640px){
              #main DIV.col_index IMG#col_1 {
                margin: 0 10px 5px 0;
                width: 233px;
                height: 233px;
              }
            }

#main DIV.col_index IMG#col_2,
#main DIV.col_index IMG#col_4,
#main DIV.col_index IMG#col_6 {
  margin: 0 5px 5px 0;
  width: 113px;
  height: 113px;
  border: 1px #d1d1d1 solid;
}

#main DIV.col_index IMG#col_3,
#main DIV.col_index IMG#col_5 {
  margin: 0 0 5px 0;
  width: 113px;
  height: 113px;
  border: 1px #d1d1d1 solid;
}


/*フッタ
-------------------------------*/
#footer {
  width: 100%;
  padding: 20px 0 0 0;
  clear: both;
}

#footer DIV,
#footer P {
  width: 735px;
  margin: 0 auto;
  background: #DDD;
}
            @media screen and (max-width:768px){
              #footer DIV,
              #footer P {
                width: 615px;
              }
            }

            @media screen and (max-width:640px){
              #footer DIV,
              #footer P {
                width: 480px;
              }
            }

#footer P {
  padding: 15px 0 5px;
  text-align: center;
}

#footer #copyright {
  padding: 10px 0 15px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.25em;
}

