@charset "UTF-8";
/* CSS Document */

/*　マスターファイル編集用*/

body {
	color: darkred;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;	/* モダンブラウザ向け */
    *font-size: small;	 /* IE 7向け */
   *font: x-small;		 /* IE 6以下 */
  	margin: 2em;
	padding: 1em;
	border: double darkred;
}

a	{
	color:#333333;
	text-decoration: none;	
}
	
a:hover	{
	color:#000000;
	text-decoration: underline;
}

th {
	background: #bbbbbb;
	color: #333333;
	text-align: center;
}

#remarks {
	font-size: .8em;
}

.customer-data {
  color: black;
}