/* table style
----------------------------------*/

table.tbl01 {
    font-size: 75%;
	line-height: 150%;
	width: 553px;
}

table.tbl01 td {
    border: 1px solid #CCCCCC;
	padding: 10px;
}

table.tbl01 td.td01 {
    background-color: #F5F3F3;	
	width: 150px;
	text-align: center;
}

table.tbl01 td.td02 {
    background-color: #F5F3F3;
	text-align: center;	
}

table.tbl01 td.td03 {
	width: 150px;
	text-align: center;
}

table#possible {
	width: 500px;
	font-size: 75%;
	margin: 0px auto 20px;
	border: 3px solid #FF9900;
	border-collapse: collapse;
	padding: 5px;
}

table#possible th{
	text-align: right;
	width: 30px;
	padding: 5px;
	border: 1px solid #FF9900;
	border-collapse: collapse;
	vertical-align: top;
}

table#possible td{
	padding: 5px;
	border: 1px solid #FF9900;
	border-collapse: collapse;
	text-align: left;
}



/* rightcont */

#rightcont #sidemenu {
    background-image: url(../../support/img/support_old.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 282px;
	margin-bottom: 15px;
}

#rightcont #sidemenu ul li {
    font-size: 75%;
	line-height: 150%;	
}

#rightcont #sidemenu .sidemenu01 a {
	font-size: 0;
	text-indent: -9999px;
	display: block;
	width: 165px;
	height: 35px;
}

#rightcont #sidemenu ul li.sidemenu02 a {
	font-size: 0;
	text-indent: -9999px;
	display: block;
	width: 165px;
	height: 30px;
	margin-top: 1px;
}

/* leftcont */

.box03 ul li {
    background: url(../img/list01.gif) no-repeat left 1px;
	margin-bottom: 10px;
	padding-left: 28px;
}


/* font */
.red {
	color: red;
	font-weight: bold;
}

/* list */
ul#remote {
	font-size: 100%;
	margin-left: 20px;
}

ul#remote li{
	list-style-type: disc;
}

ul#remote2 li{
	list-style-type: disc;
	margin-left: 20px;
	font-size: 100%;
}

#center {
	margin: 0px auto 20px;
	display: block;
	text-align: center;
}



