<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*
----------------------------------------------------------------------------------------------------
support page
---------------------------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 80%;
	line-height: 1.3;
	color: #333333;
	background: #FFFFFF;
	text-align:center;
}

th,td {
	font-size: 80%;
	line-height: 1.3em;
}

h1,h2,h3,h4,h5,p {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	border-style: none;
}

.css1 {  font-size: 80%; line-height: 1.3em;}
.css1-2 { font-size: 80%; line-height: 1.3em;}
.css2 {  font-size: 90%; line-height: 1.3em;}
.css2-2 { font-size: 90%; line-height: 1.3em;}
.css3 {  font-size: 100%; line-height: 1.3em;}
.css3-2 { font-size: 100%; line-height: 1.3em;}
.css4 {  font-size: 120%; line-height: 1.3em;}
.css4-2 { font-size: 120%; line-height: 1.3em;}
.css5 {  font-size: 140%; line-height: 1.3em;}
.css5-2 { font-size: 140%; line-height: 1.3em;}
.css6 {  font-size: 110%; line-height: 1.3em;}
.css6-2 { font-size: 110%; line-height: 1.3em;}

.mrg_l { margin-top:5px; margin-left:12px;}
.mgb-5 { margin-bottom: 5px;}


a { text-decoration: none }
a:link { color: #43677E; text-decoration: none}
a:visited { color: #43677E; text-decoration: none }
a:hover { color:#C41230; text-decoration:underline; }

.style1 {font-size: 120%;line-height: 16pt;font-weight: bold;color: #FFFFFF;}
.style3 {color: #666666}
.style4 {font-size: 140%; line-height: 16pt; font-weight: bold;}
.style5 {color: #333333}
.style6 {font-size: 80%}
.style7 {color: #FF0000}

.f10 {font-size: 100%;line-height: 1.4em;}
.f11 {font-size: 110%;line-height: 1.4em;}
.f12 {font-size: 120%;line-height: 1.4em;}
.info-date {font-size: 100%;line-height: 1.4em;font-weight: bold;;color:#111184;}


/************* Styles *************/
#container {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

/************* Header *************/

#temp-productlink-l {
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#temp-productlink-r {
	float: right;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#temp-header{ border-bottom: solid 1px #003399;
height: 50px;
vertical-align:middle}

#temp-header-cleader{
margin-top: 2px;
clear:both;
margin-bottom: 6px;
}


/*caption text(2006/11/17add)
-----------------------------------------------------*/
td.caption{padding:0 5px 1em; line-height:1.3em;}

.tbl01{background-color: #ccc;}
.tbl01 th{padding: 2px; text-align: center; background-color: #eee; font-weight: normal; font-size: 80%;}
.tbl01 td{padding: 2px; text-align: center; background-color: #fff; font-size: 80%;}

.tbl-info{background-color: #000;}
.tbl-info td{padding: 2px; background-color: #fff;}

/*notice_gray (2015/05/25add)
-----------------------------------------------------*/
.notice_gray {
	border: 1px solid #cccccc;
	margin: 0 0 1em;
	overflow: hidden;
	padding: 1em 1em 0.75em;
	text-align: left;
	width: 683px;
	color: #F00;
}
</pre></body></html>