
/* ********** init ********** */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	text-align: center;
	font-size: 12px;
	font-family: Arial, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ********** wrapper ********** */
#wrapper {
	margin: 20px auto 30px;
	width: 580px;
	border: 1px solid #b2b2b2;
}

/* ********** head section ********** */
/*
h1 {
	width: 580px;
	height: 34px;
	text-indent: -9999px;
}
*/
#hdsection table {
	width: 520px;
	margin: 10px 30px 1em;
}
#hdsection p {
	width: 520px;
	margin: 0 30px 1em;
	text-align: left;
	font-size: 11px;
	color: #666;
}

/* ********** section ********** */
.section {
	margin: 0 auto 80px;
	text-align: left;
	clear: right;
}
.section h2 {
	width: 520px;
	height: 25px;
	margin: 50px 30px 10px;
	text-indent: -9999px;
}
.section .vz {
	background: url("images/hd_visual.gif") no-repeat;
}
.section .pz {
	background: url("images/hd_presentation.gif") no-repeat;
}
.section .ws {
	background: url("images/hd_stick.gif") no-repeat;
}
.section .tz {
	background: url("images/hd_trial.gif") no-repeat;
}
.section p {
	width: 520px;
	margin: 0 30px 1em;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.section ul {
	margin: 0 0px 1em;
	padding: 1em;
	background-color: #efefef;
}
.section li {
	margin-left: 1.5em;
	font-size: 10px;
	list-style-type: disc;
}
.section table {
	width: 520px;
	margin: 0 30px;
}


/* **********  ********** */
.phtright {
	float: right;
	margin: 0 0 10px 10px;
}
.phtleft {
	float: left;
	margin: 0 10px 10px 0;
}

/* ********** footer ********** */
#footer {
	width: 520px;
	height: 54px;
	text-align: right;
}

