/* other�p�̃w�b�_�[ */
div.art-Header-other {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 884px;
	height: 80px;
}
div.art-Header-jpeg-other {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 884px;
	height: 80px;
	background-image: url('../images/Header-other.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.art-Logo {
	display : block;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 831px;
	color:#666666;
}

/*---------------------------------------*/

h2.art-PostHeader {
	color:#000000;
	background-color: #CBEBA7;
	background-image: url('../images/moripower/titlebar-1.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0 5px 0;
	padding: 10px 0 8px 40px;
}
h2.art-PostHeader a:link,
h2.art-PostHeader a:visited,
h2.art-PostHeader a:hover {
	font-size:18px;
	color:#000000;
}
.coffee-break {
	background-image: url('../images/moripower/coffee-break.gif');
	background-repeat: no-repeat;
	height:30px;
	padding:5px 0 0 40px;
}

.pagetop {
	margin:5px;
}
.team6logo-001 {
	background-image: url('../images/team6/v0020.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 650px;
}
.tb3coloum90 {
	font-size: 90%;
	line-height: 140%;
}
.tb3coloum90 td {
	border-top: 1px solid #999999;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #999999;
}
.art-PostContent h3 {
	color:#000000;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left:8px solid #9f9677;
	border-right:1px solid #aaaaaa;
	padding:5px 0 3px 30px;
	margin:20px 0 10px 0;
	font-weight: bold;
}
.art-PostContent h4 {
	font-size: 100%;
	font-weight: bold;
	border-left: 6px solid #9f9677;
	margin: 10px 0 7px 0;
	padding: 3px 0 0 10px;
}
.art-PostContent h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.annotation {
	font-size: 85%;
}
.encircle {
	border: 1px solid #999999;
	padding: 5px;
}
.center {
	text-align: center;
}
.mplogo2s {
	height: 52px;
	width: 180px;
	float: right;
	text-align: right;
	background-image: url('../images/moripower/MoriPowerLogo2s.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 0 3px 80px;
}
.box-gray {
	border: 1px solid #999;
	background-color: #ddd;
	padding: 5px;
}
.box-dot {
	border: 1px dotted #999;
	padding: 5px;
}
/* table */
table.winter {
	width:100%;
	margin-bottom:30px;
}
table.winter th,
table.winter td {
	border:none;
	border-bottom:1px dotted #bbb;
}

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

.clearfix {
  min-height: 1px;
}

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

