/* PC用CSS */
@media print, screen and (min-width: 920px){ 

img{
max-height: 100%;
height: auto;
width /***/:auto;
}

/* ここから通常のCSS */

@charset "Shift_JIS";

A{
  text-decoration : none;
}
A:hover{
  color : red;
}

Table{ 
      width: 980px;
      font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	font-family: "ＭＳ Ｐゴシック";
      color: #ffffff;
	background-color: #000000;
      
}

.guidettl{
font-size : 120%;
font-weight: bold;
color: #ffffff;
}


.kaittl{
color: #ffffff;
}

a:link{
	color: #ffffff;
}
a:visited{
	color: #ffffff;
}
a:active{
	color: #ffffff;
}

}

