@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 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 h3{
	font-size:12pt;
	line-height:1.5em;
	height:1.5em;
}


#howto ol li ul li p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#howto ol li ul li p .picsinright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#howto .attention h3 {
	font-size:12pt;
	margin-bottom:15px;
}



#footer {
	height:2em;
	line-height:2em;
}
#footer p {
	font-size:10pt;
	text-align:center;
}