@charset "UTF-8";

/*全ページの初期化*/
*{
	margin: 0;
	padding: 0;
}

/*全ページの色指定*/
body {
      background-color: #ffefef;
      margin-left: 45px;
}

/*h1 {
     text-align: center;
     margin: 30px 0 30px 0;
}*/
a:link {
      color: #000000;
}
a:visited {
      color: #777777;
}
a:hover {
      color: #ff367f;
}
#banmner, #tayori {
      text-align: center;
      list-style-type: none;
}      
h1 {
      font-size: 130%;
      text-align: center;
}


/+以下スマホの場合+/
@media screen and (max-width:651px) {
li {
     text-align: center;
     list-style-type: none;
}
#tayori {
	font-size: 120%;
	}
h1 {
      font-size: 80%;
}
｝