@charset "utf-8";
#header {
	height: 100px;
	width: 1000px;
	background-image : url(tayori/header.png);
	background-repeat: no-repeat;
}
#middle {
	width: 1000px;
}
#left {
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
	background-color: #FFFFFF;
}
#right {
	width: 795px;
	float: left;
	padding: 0px;
}
#footer {
	clear: left;
	height: 67px;
	width: 1000px;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navi {
	height: auto;
	width: 1000px;
}
a:link {
	text-decoration: none;
}
h3 {
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FF6600;
	border-left-color: #FF6E8A;
	font-size: 18px;
	margin-left: 0px;
	padding-left: 15px;
}
