body {	text-align: center;	min-width: 760px;	background: #FDEFC1;	/*外側バックグラウンド色*/}div#wrapper {		margin: 0 auto;		margin-top: 100px;		border: 1px solid #ffffff;		width: 760px;		background: #6864a3 ;	/*内側（右）バックグラウンド色url('images/001.gif')*/		background-position: bottom right;		background-repeat: no-repeat;		}html>body div#wrapper {		height: 100%;		min-height: 3000px;}div#logo {		float: left;		height: 410px;		position: relative;		top: -10px;				margin-bottom: -10px;						width: 136px;		border-right: 1px solid #ffffff;		border-bottom: 1px solid #ffffff;		background: #feeeff url('images/logo2.gif');	/*タイトルロゴ部分バックグラウンド色*/		background-position: center;		background-repeat: no-repeat;}html>body div#logo {		height: 100%;		min-height: 493px;}h1 {		color: #ffbbbb;		font-size: 16px;		font-weight: bold;}h2 {		color: #ddffbb;		font-size: 15px;		font-weight: bold;}h3 {		color: #ffff00;		font-size: 14px;		font-weight: bold;}h4 {		color: #ffaaaa;		font-weight: bold;		font-size: 14px;}b {		color: #ffcccc;		font-weight: bold;		font-size: 14px;}div#footer {		width: 760px;		clear: both;		margin: 0 auto;		font-family: trebuchet ms,arial,verdana;		font-size: 8pt;		font-weight: normal;		color: #555555;		letter-spacing: 1.1pt;		padding-top: 10px;		text-align: right;}div#footer A {		color: #ffffff;		font-weight: normal;		text-decoration: none;		text-transform: uppercase;}div#footer a:hover {		text-decoration: underline;}div#content a {		color: #ffff00;		font-weight: bold;		text-decoration: none;}div#content a:hover {		text-decoration: underline;}h1 {		color: #ff8000;		font-weight: bold;		font-size: 15px;}div#content {		text-align: left;		padding: 15px 50px 15px 15px;		float: right;		width: 530px;		height: 100%;		font-family: trebuchet ms,arial,verdana,MSゴシック,MSPゴシック;		font-size: 9pt;		font-weight: normal;		color: #ffffff;}html>body div#content {		min-height: 500px;		height: 100%;}div#topbar {		height: 75px;		font-family: trebuchet ms,arial,verdana;		font-size: 9pt;		font-weight: normal;		text-align: left;		padding-left: 25px;		padding-top: 10px;		color: #ffffff;		letter-spacing: 1.1pt;		border-bottom: 1px solid #ffffff;		clear: left;}div#topbar a {		color: #ffff00;	/*「お問合せ」の文字色*/		font-weight: bold;		text-decoration: none;}div#topbar a:hover {		text-decoration: underline;}div#menu {		float: right;		width: 760px;}div#menu A {		display: block;		width: 140px;		position: relative;		left:0px;		top: -10px;		z-index: 50;		float: left;		border: 1px solid #ffffff;		height: 35px;		background: #998c84;	/*メニューのバックグラウンド色*/		background-position: center left;		background-repeat: no-repeat;		font-family: trebuchet ms,arial,verdana;		text-align: center;		font-size: 13px;	/*メニューのテキストサイズ*/		text-decoration: none;		padding-right: 4px;		padding-top: 10px;		padding-bottom: 5px;		font-weight: bold;		color: #ffffff;		text-transform: uppercase;}div#menu a:hover {		background: #823433;		background-position: center left;		background-repeat: no-repeat;		color: #bbc6b6;}div#menu a#current {	background: #Ff7a95;		/*選択中のタブの背景色*/	color: #ffffff;		/*選択中のタブの文字色*/}