@charset "Shift_JIS";

* {
	margin: 0;
}

HTML,BODY{
	width: 100%;
	height: 100%;
}

#wrapper {
	height: 100%;/* For IE6 ΍ */
}

IMG {
	border: 0;
}

A{
	color: blue;
	text-decoration: none;
}

A:HOVER{
	color: green;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
}

#Header, #Footer{
	height: 3em;
}

#Contents {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 3em;
	width: 100%;
}

#Header{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: lime;
	width: 100%;
	background-color: teal;
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
}

#Footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: teal;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: lime;
	box-shadow: 0px -3px 5px 3px rgba(0,0,0,0.4);
	text-align: right;
	clear: both;
}

#Footer A{
	color: white;
	text-decoration: none;
}

#Footer A:HOVER{
	color: white;
	text-decoration: underline;
}

.imgbottom {
	position: absolute;
	bottom: 3em;
  
  left : 300px;
}

.BORDER{
	border-width: 10px;
	border-style: solid;
	border-color: black;
}
