/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/* 01 : text */

body {
  font-family: "Yuji Syuku", serif;
  color: #1B1B1B;
}

h1 {
  font-family: "Coral Pixels", serif;
  color: #646464;
  text-shadow: 2px 1px 2px #ababab;
}

a 	  		{
  color: #1B1B1B;
  text-decoration:none;
}

a:visited 		{
  color: #736767;
  text-decoration:none;
  
}

a:hover   		{
  color: #7A1515;
  text-decoration:dotted;
  animation: blinker 1.5s linear infinite;
}

a:visited:hover 	{
  color: #2E0F0F2B;
  text-decoration:dotted;
  text-decoration-color:#736767;
}

ul {
  list-style-type: none;
  list-style-position: inside;
}
/* 01 : END */

/* 02 : design */
.main {
  display: flex;
  justify-content: center;
}
.c-main {
  width: 480px;
  height: 368px;
  border: 2px solid grey;
  padding: 10px;
  align-items: center;
}

#banner {
  width: 862;
  height: 345;
  border: 2px solid black;
  display: flex;
  margin: 5px;
  padding: 0;
}

.t-navi {
  width: 862;
  height: 86;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  display: flex;
}

ul {
  list-style-type: none;
  list-style-position: inside;
}
/* 01 : END */

/* 02 : design */
.main {
  display: flex;
  justify-content: center;
}
.c-main {
  width: 480px;
  height: 368px;
  border: 2px solid grey;
  padding: 10px;
  align-items: center;
}

#banner {
  width: 862;
  height: 345;
  border: 2px solid black;
  display: flex;
  margin: 5px;
  padding: 0;
}

#t-navi {
  width: 862;
  height: 86;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

ul {
  list-style-type: none;
  list-style-position: inside;
}
/* 01 : END */

/* 02 : design */
.main {
  display: flex;
  justify-content: center;
}
.c-main {
  width: 480px;
  height: 368px;
  border: 2px solid grey;
  padding: 10px;
  align-items: center;
}

#banner {
  width: 862;
  height: 345;
  border: 2px solid black;
  display: flex;
  margin: 5px;
  padding: 0;
}

a:visited:hover 	{
  color: #2E0F0F2B;
  text-decoration:dotted;
  text-decoration-color:#736767;
}
/* 01 : END */

/* 02 : design */
.main {
  display: flex;
  justify-content: center;
}
.c-main {
  width: 378px;
  height: 368px;
  border: 1px dotted black;
  padding: 1px;
}

#banner {
  width: 862;
  height: 345;
  border: 1px dotted black;
  display: flex;
  margin: 5px;
  padding: 1px;
}

a:visited:hover 	{
  color: #2E0F0F2B;
  text-decoration:dotted;
  text-decoration-color:#736767;
}
/* 01 : END */

/* 02 : design */
.main {
  display: flex;
  justify-content: center;
}

#banner {
  width: 862;
  height: 345;
  border: 1px dotted black;
  display: flex;
  margin: 5px;
  padding: 1px;
}

a:visited:hover 	{
  color: #2E0F0F2B;
  text-decoration:dotted;
  text-decoration-color:#736767;
}
/* 01 : END */

/* 02 : design */
.main {
  display: flex;
  justify-content: center;
}

#banner {
  width: 862;
  height: 345;
  border: 1px dotted black;
  display: flex;
  margin: 5px;
  padding: 1px;
}