@charset "Shift_JIS";
p { font-size : 20px ; }

body {

	/*背景の指定*/
	background:#66cdaa; /*←グラデーション未対応のブラウザ用*/
	background:-webkit-linear-gradient(top, #66cdaa, #ffffff ) #ffffff; /*←オールドブラウザ用*/
	background:linear-gradient#66cdaa, #ffffff ) #ffffff; /*←標準型*/
	}

@media screen and (min-width:0px){
  body{
    color: #5bc0de;
  }
}

@media screen and (min-width:300px){
  body{
    color: #d9534f;
  }
}

@media screen and (min-width:600px){
  body{
    color: #115a71;
  }
}

	
	
@media screen and (max-width: 479px) { /*ウィンドウ幅が0〜479pxの場合にcssを適用*/
#contents #l_contents {
width: auto;
float: none;
}
 
#contents #r_contents {
width: auto;
float: none;
}
}

img {
max-width: 100% ;
height: auto;

}

#menu {
max-width: 1000px;
width: 100%;
margin-left: auto;
margin-right: auto;


}

p { font-size : 15px ; }

    /* フッターの固定 */
    div#footer-fixed
    {
        position: fixed;            /* フッターの固定 */
        bottom: 0px;                /* 位置(下0px) */
        left: 0px;                  /* 位置(左0px) */
        width: 100%;                /* 横幅100%　*/
        height: 50px;              /* 縦幅140px */
    }
     
    div#footer-bk
    {
    	background-color:#cee2eb;     /* 背景色(黒) */
    	padding:15px 0 25px;       /* 上10px、下20pxをあける */
    	height:10px;              /* 縦の高さ140px */
    	width:100%;                /* 横の幅を100% */
    }
     
    div#footer { 
    	margin: auto;              /* 中央揃え */


