@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#support {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #support {
	height: 500px;
}

#support a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#support td.td-style01 {
	color: #505050;
	background: #f9f2ea;
	font-weight: bold;
}

#support ul.support-link li {
	display: inline;
	height: 15px;
	margin-right: 2px;
	padding: 3px 0;
	font-size: 70%;
}

#support p,
#support h5,
#support h6 {
	font-size: 80%;
}

#support p.T10 {
	margin-top: 10px;
}

#support h5 {
	margin-top: 10px;
	padding: 10px;
	font-weight: bold;
	background-color: #eef1f5;
	border: 1px solid #e7e7e7;
}

#support h6 {
	margin: 10px 0 0;
	font-weight: bold;
}

#support dl {
	margin-top: 10px;
	margin-left: 1em;
	font-size: 80%;
}

#support dt {
	font-weight: bold;
}

#support dd {
	margin-left: 1em;
	line-height: 1.3em;
}

#support table {
	margin-top: 10px;
	font-size: 75%;
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#support td {
	padding: 5px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#support th {
	padding: 5px;
	text-align: center;
	background-color: #CCFF99;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#support th.W100 {
	width: 100px;
}

#support th.W125 {
	width: 125px;
}
