@charset "utf-8";
#wrapper {
	margin: 0px;
}
#header {
	width: 750px;
	padding-left: 30px;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 35px;
}
#main {
	width: 750px;
	padding-left: 30px;
	margin-top: 20px;
}
#msgbox01 {
	width: 485px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B4FF;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
}
#msgbox02 {
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B4FF;
	float: left;
	margin-top: 10px;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
}
#msgbox03 {
	width: 460px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B4FF;
	float: left;
	margin-top: 10px;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	margin-bottom: 20px;
}
#msgbox04 {
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B4FF;
	margin-top: 10px;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	margin-bottom: 20px;
	float: left;
}
#msgbox05 {
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B4FF;
	margin-top: 5px;
	padding-top: 6px;
	margin-bottom: 20px;
	float: left;
}


.line01 {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	width: 496px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B4FF;
	height: 5px;
	background-position: bottom;
}

.f-left {
	float: left;
}
.f-right {
	float: right;
}

.f-clr {
	float: none;
	clear: both;
}
address {
	font-size: 95%;
}
