@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9F1E4;
}
#outer {
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	background-color: #F8F2E4;
}
#outer #weapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	visibility: inherit;
	margin-bottom: 30px;
}
#outer #weapper #header {
	height: 554px;
	width: 1000px;
}
#outer #weapper #title {
	height: 98px;
	width: 1000px;
}
#outer #weapper #content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #333;
	background-color: #F8F2E4;
	width: 930px;
	margin-right: auto;
	margin-left: 30px;
	visibility: inherit;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px dashed #F60;
	margin-bottom: 30px;
}
.title1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #C00;
}
.p1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
}
