@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#wrap{
  margin-top:0;
}

#main{
	height: 1400px;
}

/* about
--------------------------------------------------------------------*/
#topimage{
	margin-bottom: 10px;
}

#about p{
	line-height: 180%;
}
#about1{
	width: ;
	margin: 20px 0px;
}
#about1_l{
	width: 300px;
	float: left;
}
#about1_r{
	width: 300px;
	float: right;
}



img.right{
	margin-top: 20px;
}

/* table
--------------------------------------------------------------------*/
table{
	width: 660px;
	text-align: left;
	margin: 10px 0px 20px 0px;
}

table, td, th {
	border: 1px #ccc solid;
	padding: 10px 15px;
}

td.company{
	background-color: #f5f5f5;
	width: 100px;
}