/*****************************************************************/
/* memo
 */
/*****************************************************************/


/*****************************************************************/
/* ■リンク　表示スタイル                                        */
/*****************************************************************/
/*---------------------------------------------------------------*/
/* ■■■　リンクされた文字　■■■                              */
/*---------------------------------------------------------------*/
a{
    color:#FF6666;
/*
    text-decoration : none ;
*/
}
/*---------------------------------------------------------------*/
/* ■■■　未訪問のリンク　■■■                                */
/*---------------------------------------------------------------*/
a:link {
    color:#FF6666;
/*
    text-decoration : none ;
*/
}
/*---------------------------------------------------------------*/
/* ■■■　訪問後のリンク　■■■                                */
/*---------------------------------------------------------------*/
a:visited {
    color:#FF6666;
/*
    text-decoration : none ;
*/
}
/*---------------------------------------------------------------*/
/* ■■■　マウスをのせたとき　■■■                            */
/*---------------------------------------------------------------*/
a:hover {
    color:#999999;
/*
    text-decoration : none ;
*/
}


/*****************************************************************/
/* ■常にスクロールバーを表示(画面の中心を一定にするため)        */
/*****************************************************************/
html {overflow-y : scroll ; }


/*****************************************************************/
/* ■画面の上と下の隙間をなくす                                  */
/*****************************************************************/
* { margin : 0 ; padding : 0 ; }

/*****************************************************************/
/* ■ID                                                          */
/*****************************************************************/



/*****************************************************************/
/* ■CLASS                                                       */
/*****************************************************************/
/*---------------------------------------------------------------*/
/* ■■■　body　■■■                                          */
/*---------------------------------------------------------------*/
body {
	background-color : #157B94 ;
	text-align:center; 
	color : #28170B ;
	font-size : 12px ;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

/*---------------------------------------------------------------*/
/* ■■■　HTML要素　■■■                                      */
/*---------------------------------------------------------------*/
h1 {font-size : 28px ;}
h2 {font-size : 23px ;}
h3 {font-size : 20px ;}
h4 {font-size : 18px ;}
h5 {font-size : 15px ;}
h6 {font-size : 14px ;}
