body {
    font-family :
	YuMincho,    
	'Yu Mincho', 
	serif;
    font-size :2.5vmin

  }

p{
line-height:1.7;
}

a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none; 
}
a:hover {
color:#b5a600;
text-decoration:none;
}
a:active {
color:#544d01;
text-decoration:none;
}

div {
  margin: 0px 0px 0px 0px;
}


table{
table-layout: fixed;
width:100%;
border-collapse:separate;
border-spacing:10px;
padding:20px 20px 20px 20px;
}

td{
vertical-align:top;
}

.img-td{
width:40%;
}

.c-name{
font-size:4.5vmax;
}

.c-namekana{
font-size:2.5vmax;
}

.m-name{
font-size:1.5vmax;
}

.m-namekana{
font-size:1.0vmax;
}

<!-- top画像用 要サイズ変更 -->
.resizeimage img {
   max-width: 600px;
   min-width: 240px;
}
.resizeimage img { width: 100%; }
