html{ 
    height:100%; 
}  
body {
	background-color: #333333;
	height: 100%;
	width: auto;
	left: auto;
	right: auto;
	padding-bottom: 10px;
}
#wrapper {
	background-color: #FFCCCC;
	width: 1000px;
	position: relative;
	left: auto;
	right: auto;
	top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 650px;
	overflow: visible;
	padding-bottom: 15px;
}
#wrapper #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 20em;
	width: 86%;
	position: relative;
	left: 70px;
	top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-weight: bold;
	color: #333333;
	line-height: 220%;
	right: auto;
}
#wrapper #header .logo {
	height: 170px;
	width: 60%;
	position: relative;
	left: 20px;
	top: 15px;
	float: left;
}
#wrapper #header .aboutus {
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	width: 5em;
	position: relative;
	float: right;
	top: 140px;
	vertical-align: text-botom;
	left: 0px;
	font-size: small;
	line-height: 2em;
}
#wrapper #header .menu {
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
	width: 15em;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	top: 15px;
	left: 0px;
	font-size: small;
	text-align: left;
	line-height: 2em;
}
#wrapper #contents {
	width: 760px;
	position: relative;
	left: 0px;
	top: 30px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000000;
	font-size: x-small;
	height: auto;
	text-align: left;
	overflow: visible;
	margin-top: 20px;
	right: auto;
	margin-left: 90px;
	margin-right: auto;
	margin-bottom: 30px;
}
h1 {
	font-size: large;
	font-style: oblique;
}
h2 {
	font-size: medium;
	}
#wrapper #contents h3 {
	color: #FF6600;
}
#wrapper #contents .Entag {
	height: 1em;
	width: 500px;
	text-align: right;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
#wrapper #toptag {
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: right;
	clear: both;
	float: none;
	position: relative;
	left: 70px;
	height: 3em;
	top: 30px;
}

