#warp {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

#campaign h2 {
	height: auto;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	border: thin none #0099CC;
	color: #CC3333;
	background-image: url(../09bt1_about12off.png);
}
#contents #main #surgery {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	height: auto;
	width: 770px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#warp h5 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}



body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
#warp #panlist {
	font-size: 10px;
	color: #0066FF;
	text-align: right;
	margin: 0px;
	height: auto;
	width: 770px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#warp #contents #panlist a {
	text-decoration: blink;
	color: #003399;
}
#warp #pageimage {
	background-image: url(../im/pageimageback.gif);
	padding: 4px;
	height: 162px;
	width: 762px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


/*====================
clearfix
====================*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}