@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "メイリオ";
	font-size: 12px;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 970px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F36;
	border-right-color: #F36;
	border-bottom-color: #F36;
	border-left-color: #F36;
}
#main #header {
	height: auto;
	text-decoration: none;
}
#main #sidebar {
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-left: 10px;
}
#main #contents {
	float: right;
	width: 780px;
}
#main #navi {
	font-size: 100%;
	background-color: #FCC;
	white-space: normal;
	float: left;
	width: 100%;
}
#main #navi ul {
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#main #navi ul li {
	background-color: #F39;
	text-align: center;
	vertical-align: middle;
	display: inline;
	padding: 0px;
	float: left;
	height: auto;
	width: 8em;
}
#main #navi ul li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	border: 2px solid #F06;
}
#main #footer {
	text-align: center;
	clear: both;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F36;
	border-right-color: #F36;
	border-bottom-color: #F36;
	border-left-color: #F36;
}
#main #bread {
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 970px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F06;
	border-right-color: #F06;
	border-bottom-color: #F06;
	border-left-color: #F06;
	float: none;
}
#main #contents2 {
	text-align: center;
	float: right;
	width: 780px;
}
