body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding: 0}

* html body{
	background-color:transparent;
}

a:hover{
	opacity:0.8;
}

img{
	border:none;
}

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

.clearfix {
  min-height: 1px;
}

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


div#Mcontainer{
	width:222px;
}

div#topCo{
	width:222px;
	height:70px;
	margin-bottom: 5px;
}

div#topCo div.left{
	float:left;
}


div#topCo div.right{
	float:right;
}

/*ボタン位置*/
div#topCo div.right ul{
	 height: 30px;
    margin-bottom: 17px;
    width: 150px;
}


/*ボタン位置IE6*/
* html div#topCo div.right ul{
	 height: 30px;
    margin-bottom: 9px;
    width: 150px;
}



div#topCo div.right ul li{
	float: left;
    height: 15px;
    list-style-type: none;
}


div#middleCo{
	width:222px;
	margin-bottom:10px;
}

div#middleCo ul{
	padding-left:0px;
	
}


div#middleCo ul li{
	background-image: url("img/dot.gif");
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #CFD5CD;
    font-size: 10px;
    list-style-type: none;
    padding-left: 10px;
	
}

div#underCo{
	width:220px;
}

div#underCo ul li{
	list-style-type:none;
}
