@charset "utf-8";

body{
	background: url(../images/bg.png) 0 0 repeat;
}

#wrap {
	width: 700px;
	margin: 0 auto;
}

h1{
	font-size: 34px;
	color:#fff;
	width: 170px;
	text-align: center;
	margin: 200px auto 120px;
}

div#company_txt {
	margin: 0;
	font-size: 15px;
}

div#company_txt ul{
	margin: 30px 0;
}

div#company_txt li{
	list-style: none;
	border-bottom:1px solid #dedede;
	padding: 8px 0;
}

div#company_txt .ct_title{
	font-weight: bold;
	font-size: 17px;
}

#copy {
	font-size: 13px;
	text-align: center;
	margin: 100px 0 20px;
}