/* BODYのスタイル */
body {
	background-attachment: fixed;
	background-color: #EBEBEB;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 15px;
	background-image: url(pict/backcolor.gif);

	font-size: 9px
	line-height: 12px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}







/* OLのスタイル */
ol {
	list-style-type: decimal;
}


/* メインテーブルのスタイル */
.main-table {
	width: 760px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}


/* タイトルテーブルのスタイル */
.title-table {
	width: 700px;
	padding: 0px;
	margin: 0px;
}


/* TDのスタイル */
td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
