/* features,quicktour,download,support */
html{
	overflow-y:scroll;
	}

#containtwrapper{
	position:relative ;
	width:100%;	
	margin:0 auto ;
}

#menu{
	color:#FFFFFF;
	left:0px ;
	width:90px;
	float:left;
}

#contents{
	float:right;
	width:624px ;
	height:459px ;
	padding:0px 0px 20px 30px;
	background-color:#ffffff;
	line-height:1.5 ;
}


/* contents header*/
#c-header{
	width:624px;
	background-color: #ffffff;
	height:62px ;
}

/* contents header */
span.leftfix{
	color:#006766 ;
	font-size:36px ;
	font-family:Arial Black,Arial,Osaka;
	text-align:left ;
	vertical-align:bottom ;
}

/* contents header image */
img.picthead{
	float:right ;	
}

/*  */
hr {
	clear:right ; 
	border: 1px #006766 solid;
	}

/* main description */
#main{
	width:624px ;
	background-color: #ffffff;
}

/* c-header */
h2{
	letter-spacing:1.7px ;
	font-size:14px ;
}

/* table settings */
table.cnt{
	width:624px ;
}

td{
	text-align:center;
}

/* table image */
.tpict{
	float:right ;
}

/* leftside cell */
.leftcell{
	width:230px ;
}

/* text cell */
.textcell
{
	text-align:left ;
	line-height:1.75;
	vertical-align:top ;
}

li{
	list-style-type:square;
	list-style-position:inside;
}

a {
	color: #191919 ;
	text-decoration: underline;
}

a:visited {
	color:  #999;
}
