﻿body {
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

.chura1{
  font-size : 12px;
  font-family : "ＭＳ Ｐゴシック";
  color : #666666;
line-height : 17px;}
.chura2{font-size : 11px;color : gray;line-height : 15px;}
.chura3{font-size : 12px;font-family : "ＭＳ Ｐゴシック";color : white;}

.table1 {
width: 425px; /* テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #c0b87a solid; /* テーブル全体の枠線（太さ・色・スタイル） */
background-color:white;
}

.table1 TD {
border: 1px #c0b87a solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
font-size:12px;
height:2em;
text-align:left;
}

.myFont1 {
  font-size : 12px;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 16px;
  color : black;
}

.myFont2 {
	font-size : 11px;
	font-family : "ＭＳ Ｐゴシック";
	color : #555555;
	line-height : 14px;
}


.midashi{
line-height:1.5em;
width:425px; 
height:1.5em; 
margin-left:auto; 
margin-right:auto; 
background-color:#FFCCCC; 
text-align:center; 
margin-bottom:10px;
}
