body {
  font-family: "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #e5e5e5;
	text-align: left;
	vertical-align: baseline;
}

tr, td {
background-color: #f5f5f5;
	font-size:12px;
	color:#333;
}

img { 
border: 0; 
} 

a {
	color: #333;
}
a:link {
	text-decoration underline;
	color: #06F;
}
a:visited {
	text-decoration underline;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	text-decoration: none;
}

input,select,textarea {            /* フォーム内の設定  */
	font-size       :12px;             /* 文字サイズ  */
	color           :#333;          /*   文字色    */
	background-color:#FFF;          /*   背景色    */
	border          :1px #669999 solid; /* 線の太さ、色*/
	font-weight: 700;
}

.font16 {  font-size: 14px}
.font10 {  font-size: 10px; line-height: 120%;}
.clm { line-height: 130%; }
