@charset "utf-8";
/* CSS Document */

#title {
	background-image:url(img/title.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:900px;
	height:70px;
}

#inp {
	margin:15px;
}

#inp ul,
#inp ol {
	padding-bottom:40px;
}

#inp ul li {
	float:left;
	margin-left:15px;
}

#inp ul li span {
	display:block;
	padding:10px 0;
	font-weight:bold;
}

#inp ol li {
	margin:15px;
	margin-left:20px;
	list-style:decimal;
}
*html #inp ol li {
	margin-left:30px;
}


#atit1,
#atit2,
#atit3 {
	clear:both;
	width:870px;
	height:61px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	margin-bottom:25px;
}

#atit1 {
	background-image:url(img/a1.gif);
}

#atit2 {
	background-image:url(img/a2.gif);
	margin-top:45px;
}

#atit3 {
	background-image:url(img/a3.gif);
	margin-top:45px;
}

#haha {
	background-image:url(img/bg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:270px;
}

.imgr {
	float:right;
	margin-right:250px;
}

.imgr2 {
	float:right;
	margin:15px;
}



/* 流れ */
#inp h4 {
	clear:both;
	margin-bottom:15px;
	margin-top:35px;
	color:#47A0CE;
	font-size:1.5em;
	padding-bottom:3px;
	border-bottom:dashed 1px #ccc;
}
































