body {
	font-family: Verdana,"MS UI Gothic",Osaka;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
}



* {
	margin: 0;
	padding: 0;
}
img { border:none; }


em {
	quotes:"g" "h";
	font-style:normal;
}
em:before { content: open-quote }
em:after { content: close-quote }


hr {
	clear:both;
	visibility:hidden;
}


/***** fix problem with box's height *****/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/******************************/




#wide100 {
	margin:auto;
	padding-bottom:10px;
}
#wrapper {
	margin:auto;
}


#header {
	height:50px;
	line-height:50px;
	text-align:left;
}


#title {
	height:2em;
	line-height:2em;
	text-align:right;
}


#line {
	display:none;
}

#navi {
	display:none;
}



#main {
	position:relative;
	text-align:left;
	width:100%;
}


#menu {
	display:none;
}



#howto {
	top:0px;
}

#howto h1 {
	font-size:12pt;
	margin-bottom:15px;
}



#howto ol {
	display: list-item;
	list-style-position: inside;
}

#howto ol h2 {
	font-size:12pt;
	font-weight:bolder;
	line-height:1.5em;
	height:1.5em;
	margin-top:20px;
	margin-bottom:15px;
}
#howto ol li {
	list-style-type:none;
}
#howto ol li ul {
	list-style-type:none;
}
#howto ol li ul li {
	list-style-type:none;
}

#howto ol li ul li img {
	float: left;
	margin-right: 10px;
}
#howto ol li ul li .picsinright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#howto ol li ul li .imagewords1 {
	width:325px;
}

#howto ol li ul li .imagewords2 {
	width:310px;
	float: right;
}

#howto .attention h3 {
	font-size:12pt;
	margin-bottom:15px;
}
#howto .attention ul {
	display: list-item;
	list-style-position: inside;
}

#howto table {
	border-collapse:collapse;
	border:1px solid #000000;
	margin:auto;
}
#howto table caption {
	padding:0.5em;
}

#howto table th,td {
	padding:0.4em;
}
#howto th {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width:100px;
}
#howto th,td {
	border:1px solid #000000;
}
#howto table td {
	width:250px;
}

#howto table ul {
	list-style:none;
}
#howto table li{
	list-style:none;
}



#howto .okpl{
	width:170px;
	float:left;
	margin:auto;
	margin-left:10%;
	text-align:center;
}
#howto .okpl span {
	display: block;
	padding: 3px 0;
	text-align:center;
}




#footer {
	height:2em;
	line-height:2em;
}
#footer p {
	font-size:10pt;
	text-align:center;
}