body {
	background: url(/lp/img/contents/bg.gif) repeat;
}
div#wrapper {
	background: url(/lp/img/contents/contents_bg.png) repeat-y center top;
}
header {
	margin: 0px auto;
	width: 1000px;
	border-top: 1px solid #FFF;
}
header h1 {
	color: #FFF;
	background: #000;
	text-indent: 2em;
}
section {
	margin: 0px auto;
	width: 1000px;
	text-align: center;
	min-width: 1000px;
	overflow: hidden;
}
section article {
	width: 940px;
	margin: 0px auto;
}
section article h2 {
	text-align: center;
}
section article h2.title {
	margin: 30px 0px 10px;
}
section article h3 {
	text-align: center;
}
section article div#izawa {
	background: url(/lp/img/contents/izawa.png) no-repeat center top;
	position: relative;
	height: 324px;
	width: 922px;
	margin: 0px auto;
}
section article div#izawa div#izawa_p div.animation {
	position: relative;
	z-index: 9999;
}
section article div#izawa div#izawa_p div.animation p {
	position: absolute;
	left: 0px;
	top: 0px;
}
section article div#izawa div#izawa_img div.animation p {
	position: absolute;
	left: 726px;
	top: 0px;
}

section article ul#trouble {
	margin: 5px auto 0px;
	height: 485px;
	width: 750px;
	background: url(/lp/img/contents/ul_bg.png) no-repeat center top;
	padding: 162px 85px 0px;
}
section article ul#trouble li {
	font-size: 32px;
	background: url(/lp/img/contents/li_icon.png) no-repeat left 0px;
	padding: 5px 0px 0px 50px;
	color: #000;
	text-shadow: 2px 2px 2px #fff,
	2px 2px 2px #707070;
	font-weight: bold;
}
section article div.txet {
	margin: 0px auto;
	width: 873px;
	background: url(/lp/img/contents/txet_bg.gif) repeat left top;
	padding: 20px;
}
section article div.txet p {
	font-size: 24px;
	line-height: 48px;
	margin: 0px 0px 1em;
	color: #000;
}

section article form {
	background: url(/lp/img/contents/form_bg.png) no-repeat center top;
	height: 410px;
	width: 940px;
	margin: 0px auto;
	position: relative;
}
section article form h2 {
	padding: 25px 0px 0px;
}
section article form p {
	position: absolute;
	left: 650px;
	top: -78px;
}
section article form dl {
	display: block;
	margin: 30px auto 20px;
	width: 710px;
}
section article form dl:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
section article form dl dt {
	font-size: 30px;
	float: left;
	width: 240px;
	clear: both;
	margin: 0px 0px 20px;
}
section article form dl dd {
	float: right;
	width: 460px;
	margin: 0px 0px 20px;
}
section article form dl dd input {
	border: none;
	background: url(/lp/img/contents/input_bg.png) no-repeat center top;
	font-size: 26px;
	line-height: 50px;
	width: 420px;
	padding: 0px 20px;
	vertical-align: baseline;
	height: 50px;
}
section article form div.btn {
	margin: 0px auto;
	width: 710px;
}
section article#company {
	margin: -30px auto 30px;
}
section article#company dl {
	background: url(/lp/img/contents/company_bg.png) no-repeat center top;
	margin: 0px auto;
	width: 920px;
	height: 480px;
	padding: 0px;
}
section article#company dl dt {
	font-size: 30px;
	color: #000;
	text-shadow: 2px 2px 2px #fff,
	2px 2px 2px #707070;
	font-weight: bold;
	padding: 50px 0px 5px 150px;
}
section article#company dl dt span {
	font-size: 24px;
}

section article#company dl dd {
	padding: 0px 0px 0px 150px;
}
section article#company dl dd ul {
}
section article#company dl dd ul li {
	font-size: 30px;
	color: #000;
	text-shadow: 2px 2px 2px #fff,
	2px 2px 2px #707070;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
address {
	text-align: center;
	font-style: normal;
	line-height: 2em;
	color: #FFF;
	margin: 0px auto;
	width: 1000px;
	background: #000;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}