@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 h3{
	font-weight:bold;
	margin-left:20px;
	font-size:1.2em;
}

div#area1 p{
	margin:15px 20px 15px 20px;
	line-height:160%;
}

div#area1 table{
	margin:0 0 0 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;
	vertical-align:middle;
}

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