@charset "shift_jis";

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 .lookhere {
	margin:1em;
}

#howto .lookhere dl {
	padding:0;
	margin:0;
	font-size:10pt;
	font-weight:normal;
}
#howto .lookhere dt {
	line-height:200%;
	font-weight:bold;
	padding:0;
	margin-bottom:1em;
}
#howto .lookhere .bigfont {
	font-size:11pt;
}

#howto .lookhere dd {
	line-height:150%;
	padding:0;
	margin-bottom:0.5cm;
}
#howto .lookhere .ol {
	list-style:decimal inside;
	padding:0;
	margin:1em;
}
#howto .lookhere li {
	font-weight:bold;
}

#howto ol {
	display: list-item;
	list-style-position: inside;
}

#howto 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;
	margin-top: 10px;
}
#howto ol li ul li .picsinright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#howto ol li ul li .imagewords1 {
	margin-top: 10px;
	width:325px;
}

#howto .attention h3 {
	font-size:12pt;
	margin-bottom:15px;
}


#footer {
	height:2em;
	line-height:2em;
}
#footer p {
	font-size:10pt;
	text-align:center;
}