/* body設定 */
body#image {
	background-image:    url("images/bg1.gif");
}

/* リンク設定 */
a#d:link {
	color: #0033FF;
	text-decoration:none;
}
a#d:visited {
	color: #0033FF;
	text-decoration:none;
}
a#d:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #3366FF;
}
a#d:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* テーブルの設定 */
.table1 {
	border: 1px #0033CC solid;
}

/* フォントサイズの設定 */
.font110 {
	font-size: 110%;
}

.font110h {
	font-size: 110%;
	line-height: 130%;
}

.font120 {
	font-size: 120%;
}

.font130 {
	font-size: 130%;
}

.font140 {
	font-size: 140%;
}

.font150 {
	font-size: 150%;
}

.font90 {
	font-size: 90%;
}

.font90h {
	font-size: 90%;
	line-height: 130%;
}

.font80 {
	font-size: 80%;
}

.font80h {
	font-size: 80%;
	line-height: 130%;
}

.font70 {
	font-size: 70%;
}

.font60 {
	font-size: 60%;
}

.font50 {
	font-size: 50%;
}
