@charset "utf-8";

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

#wrap{
  margin-top:0;
}

#main{
	height: 900px;
}

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

/* 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;
}


/* privacy
--------------------------------------------------------------------*/
#main_privacy{
	height: 700px;
}

#privacy{
	margin-bottom: 30px;
}
p.privacyintro{
	width: 650px;
	padding: 30px 30px 20px 30px;
	margin-bottom: 30px;
	border-bottom: 1px #ccc dotted;
}

p.privacy{
	margin-bottom: 20px ;
	width: 650px;
	margin-left: 35px;
}
