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

ヘッダ

*****************************************/
#header {
	width: 800px;
	background-image: url(../images/sitemap-header.gif);
	background-repeat: no-repeat;
	height: 135px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#header h1 {
	visibility : hidden;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
#header h2 {
	font-size: 15px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 30px;
	left: 30px;
	line-height: 140%;
	width: 550px;
}
#header .bc .td00 {
	width:16em;
}
/****************************************

コンテンツ

*****************************************/
/*タイトル*/
/****************************************

フッタサブ

*****************************************/
#footer-sub .footer-sub-list {
	width: 230px;
	float: right;
	margin-right: 10px;
	text-align: left;
	display: inline;
}
*html #footer-sub {
	margin-bottom: -500px;
	margin-top: 15px;
	overflow: visible;
}
/****************************************

背景　花

*****************************************/
#flower {
	background-image: url(../images/flower-back.gif);
	background-repeat: no-repeat;
	height: 650px;
	width: 600px;
	position: relative;
	right: 250px;
	bottom: 180px;
	z-index: -1;
}
*:first-child+html #flower {
	position: relative;
	right: 250px;
	bottom: 235px;
}
*html #flower {
	position: relative;
	right: 250px;
	bottom: 160px;
}
