@charset "UTF-8";
/* CSS Document */

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

div#area1{
	min-height:850px;
}

*html div#area1{
	height:850px;
}

h1{	
	width:665px;
	margin:12px 0 0 0;
}

div#area1 h2{
	margin:20px 0 20px 0;
}

div#area1 p{
width:600px;
text-align:center;
margin:100px 0 0 30px;
}


div#area1 table{
margin:0 0 70px 20px;
}


div#area1 th{
	width:120px;
	line-height:160%;
	text-align:center;
	background-color:#ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding:5px;
}

div#area1 td{
	margin:0px;
	line-height:160%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	padding:5px 15px;
}
