@charset "utf-8";

/* -------- index ---------- 
	#1 __setUp
	#2 __iepngfix
	#3 __pageSetup
	#4 __header
	#5 __contents
		5-1 __example
		5-2 __check
		5-3 __camp
		5-4 __qa
		5-5 __attention
	#6 __footer
-------------------------- */

/* ========== #1 __setUp ========== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
img {
	border: none;
}
caption,th {
	text-align: left;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 0.5em;
	text-align: left;
}
P.center {
	text-align: center;
}
.right{
	float: right;
}
.left{
	float: left;
}
.clear {
	clear:both;
}
a {
	color:#666633;
}
a:hover {
	color:#cccc66;
}

/* font-size12px */
body {
	font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

/* ========== #2 __iepngfix ========== */

img, div { behavior: url(../js/iepngfix.htc) }

/* ========== #3 __pageSetup ========== */
body {
	line-height: 1.4em;
	color: #555555;
	background: #F5F0E2 url(img/bg_body.jpg) top repeat-x;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	padding: 0 20px 40px;
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
}
strong {
	color: #FF6666;
}
em {
	color: #000000;
}
.sword {
	line-height: 1.2em;
	font-size: 95%;
}
.line {
	padding: 20px;
	border: 5px solid #FAEBCC;
	overflow: hidden;
	width: 710px;
}
/* ========== #4 __header ========== */
#wrapper #header {
	padding-left: 10px;
	background: url(img/bg_header.jpg) center top no-repeat;
	width: 750px;
	height: 405px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
}
#wrapper #header h2 {
	margin-bottom: 5px;
}
#wrapper #header p {
	margin-bottom: 15px;
	margin-left: 3px;
}
#wrapper #header #explain {
	background-image: url(img/bg_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 270px;
	padding: 10px;
}
#wrapper #header #explain p {
	height: 90px;
	width: 260px;
	overflow: auto;
	font-size: 120%;
	line-height: 1.2em;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* ========== #5 __contents ========== */

/* 【 5-1 __example 】 */

#wrapper #example {
	margin: 0 5px 30px 0;
	width: 755px;
	height: 200px;
}
#wrapper #example li {
	overflow: auto;
}
#wrapper #example .left {
	padding: 100px 5px 0 0;
	width: 370px;
	height: 85px;
	background: url(img/example_left.jpg) left top no-repeat;
}
#wrapper #example .left p {
	padding: 0 0 0 15px;
}
#wrapper #example .right {
	padding: 45px 0 0 15px;
	width: 360px;
	height: 140px;
	background: url(img/example_right.jpg) left top no-repeat;
}
#wrapper #example .right h3 {
	padding: 0 0 10px 80px;
	font-size: 110%;
}
#wrapper #example .right p {
	padding: 10px 0 0;
}

/* 【 5-2 __check 】 */

#wrapper #check {
	margin: 0 5px 40px;
	padding: 10px;
	border: 1px solid #FDCFC1;
	width: 728px;
	height: auto;
	overflow: auto;
	background-color: #FFFFEB;
	background-image: url(img/check01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper #check h3 {
	margin-bottom: 0.2em;
	font-size: 110%;
}
#wrapper #check li {
	margin: 0 0 5px 5px;
	background: url(img/bg_list01.gif) left 0.7em no-repeat;
	padding-left: 5px;
}

/* 【 5-3 __camp 】 */

#wrapper #camp {
	margin: 0 auto 40px;
	width: 760px;
}
#wrapper #camp p {
	margin-bottom: 0px;
}
#wrapper #camp li {
	padding: 3px 0 0 100px;
	display: block;
	width: 610px;
	height: 107px;
}
#wrapper #camp li.step1 { background: url(img/step01.jpg) center top no-repeat;}
#wrapper #camp li.step2 { background: url(img/step02.jpg) center top no-repeat;}
#wrapper #camp li.step3 { background: url(img/step03.jpg) center top no-repeat;}
#wrapper #camp li.step4 { background: url(img/step04.jpg) center top no-repeat;}

/* 【 5-4 __qa 】 */

#wrapper #qa {
	margin: 0 auto 40px;
}
#wrapper #qa dl {
	width: 345px;
}
#wrapper #qa dt {
	padding-left: 15px;
	background: url(img/qa_q.gif) left 0.2em no-repeat;
	color: #FF6699;
}
#wrapper #qa dd {
	margin-bottom: 1.5em;
	padding: 0 0 5px 15px;
	border-bottom: 1px dotted #999999;
	background: url(img/qa_a.gif) left 0.2em no-repeat;
}

/* 【 5-5 __attention 】 */

#wrapper #attention {
	padding: 10px;
	clear: both;
	background-color: #FFF5E2;
	margin-bottom: 40px;
}
#wrapper #attention ul {
	padding-left: 8px;
}
#wrapper #attention h2 {
	margin-bottom: 3px;
	font-size: 100%;
	color: #FF6666;
}
#wrapper #gotop {
	text-align: center;
}
#wrapper #gotop a {
	color: #3399FF;
}
#footer {
	margin: auto;
	padding: 20px;
	border-top: 2px solid #CCCCB2;
	width: 760px;
	color: #999966;
	background-color: #FFFFFF;
}

/* ========== #6 __footer ========== */

#footer ul li {
	padding: 0 4px;
	border-left: 1px solid #999933;
	float: left;
}
#footer ul li.fin {
	border-right: 1px solid #999933;
}
#footer #copyright {
	text-align: right;
}
