
body {
	margin-top: 0px;
	margin-bottom: 0px;

	font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;

	font-size: 12px;
	line-height: 20px;
}
*:first-child+html body {
	margin-top: 0px;
	margin-bottom: 0px;

	font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;

	font-size: 12px;
	line-height: 20px;
}
html>body {
	margin-top: 0px;
	margin-bottom: 0px;

	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;

	font-size: 12px;
	line-height: 20px;
}


.Panel1 {
/**	background-color = #;
**/
	width: 150px;

	height: 110px;

	background-color: transparent;

	background-image:url(../img/Flower1.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	text-align: center;
	margin-top: 0px;
}

.PanelInGraph {
	display: block;
	width: 140px;
	height: 50px;

	text-align: center;
	background-color: transparent;

	text-align: right;

	line-height: 90px;

}
*html .PanelInGraph {
	display: block;
	width: 140px;
	height: 20px;

	text-align: center;
	background-color: transparent;

	text-align: right;

	margin-top: 30px;

}

.PanelInDate {
	width: 140px;
	height: 16px;

	text-align: center;

	font-size: 11px;
	line-height: 16px;
	background-color: transparent;
	font-weight: bold;

	color: #333333;
	margin-left: auto;
	margin-right: auto;

}


.PanelInWrap {
	width: 110px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

.PanelIn1 {
	width: 23px;
	height: 35px;
	float: left;

}
.PanelIn2 {
	width: 23px;
	height: 35px;
	float: left;

}
.PanelIn3 {
	width: 23px;
	height: 35px;
	float: left;

}
.PanelIn4 {
	width: 23px;
	height: 35px;
	float: left;

}
.PanelInDummy {
	width: 16px;
	height: 35px;
	float: left;

}

A:link { text-decoration: none;
            color: #000000; } 
A:visited { color: #990000;
            text-decoration: none; } 
A:hover { text-decoration: underline;
			color: #990000;
			background-color: none; } 

h1 {
  font-size: 11px;
  margin: 0;
  padding: 2px;

}


.Foot {
	text-align: center;

	font-size: 10px;
	line-height: 20px;
	color: #333333;
/**
	background-color: #;
**/
}
.Foot a:link {
	color: #DE3F3F;
	text-decoration: none;
 }
.Foot a:visited {
	color: #DE3F3F;
	text-decoration: none;
 }
.Foot a:hover {
	color: #333333;
	text-decoration: underline;
 }

