
#irokoi{background:#1e1e1e;}

#irokoi h1{
	background:url("../img/irokoi_head.jpg") no-repeat left top;
	height:0px !important;
	height /**/ :329px;
	padding:329px 0px 0px;
	margin-bottom:10px;
	overflow:hidden;
}

#irokoi #dramaTemplate{background:#ffffff; padding-top:10px;}
/*------------------

cmsList

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


#cmsList{
	width: 575px;
	padding-top: 5px;
}

#irokoi #cmsList .listBox{
	width: 536px;
	margin-bottom: 10px;
}


#irokoi #cmsList .newone{
	border:2px solid #565656;
}


#irokoi #cmsList .newone .upper{
	background: #363636 url("") no-repeat left top;
	height:20px;
	padding:3px 10px 0px 0px;
	/* margin:-2px -2px 0px -2px; */
	position:relative;
	zoom:1;
}

#irokoi #cmsList .newone .lower{
}



#irokoi #cmsList .newone .upper li{
	font-weight:bold;
	border-left:1px solid #cccccc;
	display:inline;
	font-size:10px;
	color:#eeeeee;
	margin-left:5px;
	padding:0px;
	padding-left:10px;
}





/* リセット */
h2,h3,h4{
	margin:0px;
	padding:0px;
}


/* clearfix */

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

.clearfix {
  min-height: 1px;
}

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