h1 {
	font-weight: bold;
	margin: 0px 0px 15px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #4E473A;
	padding: 6px 4px 6px 6px;
	border-left: 8px;
	margin-top: 25px;
	margin-bottom: 15px;
	background-color: #e4fddb;
	border-left-color: #3fa23f;
	border-left-style: solid;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #4E473A;
	background: #e3e9ff;
	padding: 3px 4px;
	margin-top: 15px;
	margin-bottom: 5px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #4E473A;
	padding: 5px 4px 5px 6px;
	margin-top: 15px;
	margin-bottom: 1px;
	border-left: 8px solid #006599;
}
h5 {
	font-weight: bold;
	color: #4E473A;
	padding: 5px 4px 5px 0px;
	margin-top: 8px;
	margin-bottom: 1px;
	border-bottom: 1px solid #779cab;
	font-size: 100%;
}

 /* メインコンテンツエリアコントロール用 */
#MainContents {
	padding: 0px;
	width: 750px;
}
#MainContents a:link {
	color:#0033ff;
	text-decoration:none;
}
#MainContents a:visited {
	color:#0033ff;
	text-decoration:none;
}
#MainContents a:active {
	color:#0033ff;
	text-decoration:underline;
}
#MainContents a:hover {
	color:#0033ff;
	text-decoration:underline;
}

#MainContents2 a:link {
	color:#0033ff;
	text-decoration:none;
}
#MainContents2 a:visited {
	color:#800080;
	text-decoration:none;
}
#MainContents2 a:active {
	color:#0033ff;
	text-decoration:underline;
}
#MainContents2 a:hover {
	color:#0033ff;
	text-decoration:underline;
}

/* メインコンテンツエリアコントロール用 */

.icon {
	margin-right: 1px;
	margin-top: 2px;
}
.InfoList  dl {
	margin: 0px;
	border-bottom: 1px solid #999999;
	padding-bottom: 15px;
}
.InfoList dt {
	margin: 1px 0px;
	color: #333333;
	padding: 0px;
}
.InfoList  dd {
	margin-left: 0px;
	margin-bottom: 8px;
}

 /* メインコンテンツ中のテーブルコントロール */
#SupportTbl {
	padding: 0px;
}
#SupportTbl table {
	margin-top: 8px;
	margin-bottom: 30px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
#SupportTbl th {
	padding: 5px 3px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #e3e9ff;
}
#SupportTbl td {
	padding: 5px 3px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

/* ページ下のオレンジ背景エリア用 */
.OrangeBack1 {
	background: #F9ECC4;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CC6600;
}


/* プリント時レイアウト用 */

.tableStyle,
.tableStyle th,
.tableStyle td{
	border:1px solid #666666;
	border-collapse:collapse;
	}

.printLayout table{
	position:relative;
	zoom:1;
}

.printButton{
	overflow:hidden;
	zoom:1;
}

.printButton a{
	display:block;
	float:right;
	background:url(/product/atermstation/common/images/bg_printbox.jpg) repeat-x left top;
	_height:19px;
    padding:10px;
	border:solid 2px #96CCE9;
	color:#3A9FD6;
	font-size:90%;
    text-decoration: none;
	}

.printButton a:link,
.printButton a:visited,
.printButton a:hover,
.printButton a:active{
	color:#3A9FD6;
	}

.printButton a span{
	display:block;
	background:url(/product/atermstation/common/images/btn_printbox.png) no-repeat left center;
	padding-left:26px;
    font-weight: bold;
	}