/* CSS Document */
body {
	height: 100%;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thin dotted #000;
}
#AD{
	background-color: #0C6;
	width: 1000px;
	height: 250px;
	}
.banner ul{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
}
.banner ul li {
	float: left;
	list-style: none;
	height: 250px;
	width: 1000px;
}

#Part7 {
	font-size: 12px;
	color: #FFF;
	background-color: #3CF;
	text-align: center;
}

.waku2{
	background-color: #DFEFFF;
	border: 5px groove #5BADFF;
	margin: 15px;
	padding: 15px;
}
.waku{
	background-color: #DFEFFF;
	border: 0px groove #5BADFF;
	margin: 15px;
	padding: 15px;
}
#Mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0;
	background-color: #69F;
	height: 60px;
	width: 70%;
	border: 4px ridge #0F0;
	line-height: 60px;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 250px;
	margin-right: auto;
	margin-left: auto;
}
