@charset "utf-8";
/* ===================================================================
CSS information
 author     :nariai
 file name  :  index.css
 style info :  ページコンテンツを構成するスタイル(リリース一覧ページ)
=================================================================== */
/*グローバルナビ*/
#he-list li .he-list-03 {
	background-position:0 -37px;
}

#contBox {
	width:613px;
	padding:20px 0 5px;
}

#co-list {
	margin-right:-20px;
    zoom: 1;
	width:632px;
}

* html #co-list { /*IE6 hack*/
	margin-right:-40px;
}

#co-list li {
	width:136px;
	border:1px solid #c3bfa7;
	float:left;
	display:block;
	margin:0 20px 20px 0;
}

.co-wrp {
	width:116px;
	height:153px;
	border:1px solid #fdfcf8;
	background:#f2eed5;
	padding:10px 9px;
	font-size:88%;
	overflow:hidden;
	line-height:1.2em;
}

.co-wrp img {
	margin-bottom:5px;
}

.co-wrp a {
	text-decoration:none;
	color:#330000;
	line-height:1em;
}