@charset "UTF-8";

/*枠全体*/
#wrapper{
	width:100%;
}


/* ▼ヘッダー---------- */
header{
	width:955px;
	margin-left:auto;
	margin-right:auto;
}


/* ▼フッター---------- */
footer{
	width:955px;
	margin-left:auto;
	margin-right:auto;
}


/* ▼コンテンツ---------- */

/* ▽見出し */
#midashi{
	width:955px;
	margin:0 auto;
}

/* ▽内容 */
#description{
	width:955px;
	margin:0 auto;
	padding:27px 0 35px;
}

#trouble{
	padding:33px 0 29px;
	background:#eee0ce;
}

#system{
	width:955px;
	margin:0 auto;
	padding:65px 0 23px;
}

.pagetop{
	width:955px;
	margin:0 auto;
}

#contact{
	width:955px;
	height:172px;
	background:url(/img/land/to-form_bg.png) no-repeat right top;
	margin:0 auto;
}
#contact .to-form{
	margin-bottom:40px;
	font-size:1.6em;
	letter-spacing:1px;
}
#contact .to-form img{
	vertical-align:top;
}