/************************************************/
/* 本文テキストのフォントサイズ、色、行間       */
/************************************************/
body,td {
	font-size:12px;
	color:#4C4C4C;
	line-height:150%;
	font-family:Verdana;
}


/************************************************/
/* 背景などなど       */
/************************************************/
body {
	background-image: url(../images/bacimage.jpg);
	background-attachment : fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}