body {
	font-size: small;
	line-height: 140%;
	font-weight: normal;
	color: #333333;
	background: #FFFFFF;
	width: 96%;
}
a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}
img {
	border: none;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 180%;

}/* パンくずナビ用 */
.CrumbNavi {
	font-size: 90%;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 5px;
	width: 750px;
	line-height: 110%;
}
.CrumbNavi a:link {
	color: #F97103;
	text-decoration:none;
}
.CrumbNavi a:visited {
	color: #F97103;
	text-decoration:none;
}
.CrumbNavi a:active {
	color:#F97103;
	text-decoration:underline;
}
.CrumbNavi a:hover {
	color:#F97103;
	text-decoration:underline;
} /* レフトナビ含むページ背景 */
.pageBack {
	background: url(/product/atermstation/images/pageback.gif) repeat-y;
	margin: 0px;
	padding: 0px;

} /* サイトナビゲーションボタン用 */
.NaviTable {
	width: 750px;
	margin-top: 1px;
} /* 矢印アイコンコントロール用 */
.ArrowIcon1 {
	text-align: center;
	margin-right: 1px;
	margin-left: 5px;
	}
	.ArrowIcon2 {
	text-align: center;
	margin-right: 1px;
} /* ボールドテキスト */
.BoldText {
	font-weight: bold;
} /* 大きめのボールドテキスト */
.BoldBigText {
	font-size: 120%;
	font-weight: bold;
} /* グレーで大きめのボールドテキスト */
.BoldBigGreyText {
	font-size: 120%;
	font-weight: bold;
	color: #999999;
}/* 赤いテキスト */
.RedText {
	color: #FF0000;
}/* 赤い小テキスト */
.RedSmallText {
	font-size: 90%;
	color: #FF0000;
} /* グレーテキスト */
.GreyText {
	color: #838383;
} /* グレーの小テキスト */
.GreySmallText {
	font-size: 90%;
	color: #838383;
} /* 小テキスト */
.SmallText {
	font-size: 90%;
	line-height: 130%;
}/* 緑のテキスト */
.GreenText {
	color: #339966;
} /* メインコンテンツ中のドットライン */
.DotLine1 {
	margin-top: 5px;
	margin-bottom: 30px;
	border-top: 1px dotted #999999;
	}
	.DotLine2 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #999999;
} /* メインコンテンツ中のスペース30ピクセル */
.Space1 {
	margin-top: 30px;
}
.Space2 {
	margin-top: 15px;
}
.toPageTop {
	font-size: 90%;
	text-align: right;
	margin-top: 3px;
}
ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
li {
	margin-top: 0px;
	margin-bottom: 5px;
}
 /*.off {
	display:none
	}*/
.off {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 256px;
}
