﻿
/* --- Default Style -------------------------------------------------------- */

body {
	font-family: 'メイリオ', meiryo, 'lucida grande', tahoma, verdana, arial, 'hiragino kaku gothic pro', 'ms pgothic', sans-serif;
}
body.stop {
	width: 100%;
	background: transparent;
	position: fixed;
}

img.ng {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
br.clear {
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

#head_box {
	width: 1040px;
	margin: 0 auto;
}
#foot_box {
	margin: 45px 0 0;
	padding: 30px 0 90px;
	color: #382E24;
	text-align: center;
	background: #dacaae;
}

#pg-Top {
	display: none;
	position: fixed;
	z-index: 150;
	right: 20px;
	bottom: 20px;
}
#pg-Top a {
	width: 60px;
	height: auto;
	padding: 20px 0;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #444;
	border-radius: 5%;
	display: block;
}
#pg-Top > * {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: 'alpha(opacity=75)';
}

/* -------------------------------------------------------- Default Style --- */


#contents {
	font-size: 9pt !important;
}

#howto_main {
	width: 1040px;
	margin: 0 -30px;
	position: relative;
}
#howto_main a {
	text-decoration: underline;
}
#howto_main a:hover {
	text-decoration: none;
}
#howto_main a:hover img {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: 'alpha(opacity=90)';
}

#howto_main h2.title {
	width: 100%;
	height: 330px;
	margin-bottom: -30px;
	padding-top: 60px;
	background: url('../img/title_lbl.png') transparent no-repeat 0 0;
	position: relative;
	z-index: 10;
}
#howto_main h2.title img.txt {
	position: absolute;
	left: 24px;
	bottom: 10px;
}
#howto_main h2.title img.img {
	position: absolute;
	top: -15px;
	right: 24px;
}

#howto_main p.sub {
	width: 100%;
	height: 190px;
	margin-bottom: -25px;
	padding-top: 45px;
	text-align: center;
	background: url('../img/part.png') transparent repeat-x 0 5px;
	position: relative;
	z-index: 5;
}
#howto_main p.sub a {
	position: absolute;
	bottom: 40px;
}
#howto_main p.sub a.sub1 {
	left: 29px;
}
#howto_main p.sub a.sub2 {
	left: 194px;
}
#howto_main p.sub a.sub3 {
	left: 359px;
}
#howto_main p.sub a.sub4 {
	right: 359px;
}
#howto_main p.sub a.sub5 {
	right: 194px;
}
#howto_main p.sub a.sub6 {
	right: 29px;
}

#howto_main p.next {
	width: 100%;
	height: 180px;
	margin-bottom: -120px;
	padding-top: 50px;
	text-align: center;
	background: url('../img/part.png') transparent repeat-x 0 0;
	position: relative;
	z-index: 5;
}

#howto_main div.step {
	width: 995px;
	margin: 0 auto -30px;
	position: relative;
	z-index: 10;
}
#howto_main div.step p.head,
#howto_main div.step p.body,
#howto_main div.step p.foot {
	position: relative;
	clear: both;
}
#howto_main div.step p.body {
	width: 945px;
	padding: 5px 25px;
	background: url('../img/step/body.png') transparent repeat-y 0 0;
}
#howto_main div.step p.body strong,
#howto_main div.step p.body em,
#howto_main div.step p.body strong span,
#howto_main div.step p.body em span {
	font-style: normal;
	font-weight: normal;
	display: block;
	position: relative;
}
#howto_main div.step p.body strong {
	float: left;
}
#howto_main div.step p.body em {
	float: right;
}
#howto_main div.step p.body strong span.flow {
	width: 590px;
	margin: 0 0 20px;
	padding: 0 5px;
	line-height: 1.8;
	font-size: 105%;
}
#howto_main div.step p.body strong span.flow img {
	margin: 0 -5px 7px;
	display: block;
}
#howto_main div.step p.body strong span.flow b {
	color: #F59;
}
#howto_main div.step p.body strong span.caution {
	width: 570px;
	margin: 0 5px 20px;
	padding: 0 5px;
	line-height: 1.8;
}
#howto_main div.step p.body strong span.caution img {
	margin: 0 -5px 10px;
	display: block;
}
#howto_main div.step p.body strong span.caution b {
	padding-left: 10px;
	margin: 0 0 3px;
	background: url('../img/dot.png') transparent no-repeat 0 7px;
	display: block;
}
#howto_main div.step p.body strong span.caution b i {
	color: #F00;
	font-size: 105%;
	font-style: normal;
}
#howto_main div.step p.body strong span.point {
	width: 546px;
	margin: 0 5px 10px;
	padding: 15px;
	background: #FFFCCD;
	border: 2px #F9F4A1 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#howto_main div.step p.body strong span.point img {
	margin: 0 0 10px;
	display: block;
}
#howto_main div.step p.body strong span.point a {
	color: #2D0000;
	text-decoration: underline;
}
#howto_main div.step p.body strong span.point a:hover {
	text-decoration: none;
}
#howto_main div.step p.body strong span.point b {
	padding-left: 12px;
	margin: 0 0 9px;
	color: #2D0000;
	background: url('../img/dot.png') transparent no-repeat 1px 5px;
	display: block;
}
#howto_main div.step p.body em span.image {
	margin: 0 auto 10px;
	padding: 0 5px;
}
#howto_main div.step p.body em span.button {
	margin: 0 auto 10px;
	cursor: pointer;
}
#howto_main div.step p.body em span.link {
	margin: -27px 9px 0;
	position: absolute;
	right: 0;
}

#howto_main div.qa,
#howto_main div.qa ul,
#howto_main div.qa p.back {
	display: none;
	position: fixed;
	z-index: 1000;
}
#howto_main div.qa ul {
	width: 970px;
	height: 700px;
	margin-top: -350px;
	margin-left: -485px;
	top: 50%;
	left: 50%;
}
#howto_main div.qa ul li.head,
#howto_main div.qa ul li.foot {
	width: 970px;
	overflow: hidden;
	position: relative;
}
#howto_main div.qa ul li.head {
	height: 130px;
}
#howto_main div.qa ul li.foot {
	height: 70px;
}
#howto_main div.qa ul li.head img.close {
	cursor: pointer;
	position: absolute;
	top: 75px;
	right: 75px;
}
#howto_main div.qa ul li.body {
	width: 900px;
	height: 500px;
	padding: 0 35px;
	background: url('../img/qa/body.png') transparent repeat-y 0 0;
	position: relative;
}
#howto_main div.qa ul li.body dl {
	width: 800px;
	height: 500px;
	margin: 0 30px;
	padding: 0 30px 0 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#howto_main div.qa ul li.body dl dt {
	width: 745px;
	margin: 0 -5px 5px;
	padding: 3px 15px 0px 50px;
	line-height: 65px;
	font-size: 130%;
	font-weight: bold;
	background: url('../img/qa/question.png') transparent no-repeat 0 0;
}
#howto_main div.qa ul li.body dl dd {
	width: 736px;
	margin: 0 0 15px;
	padding: 14px 20px 10px 44px;
	line-height: 20px;
	font-size: 120%;
	background: url('../img/qa/answer.png') #FFFEE8 no-repeat 0 0;
}
#howto_main div.qa p.back {
	width: 100%;
	height: 100%;
	background: #FFF;
	overflow: hidden;
	z-index: 750;
	top: 0;
	left: 0;
}

#howto_main div.search {
	width: 815px;
	height: 160px;
	margin: 75px auto 0;
	text-align: center;
	position: relative;
	z-index: 5;
}
#howto_main div.search a {
	position: absolute;
	right: 0;
	bottom: 0;
}
#howto_main div.search a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

#howto_main div.postscript {
	width: 600px;
	height: 140px;
	margin: 60px auto 0;
	padding: 70px 190px 0;
	line-height: 2.0;
	background: url('../img/postscript.png') transparent no-repeat 0 0;
}


