@charset "utf-8";
#bread-crumb{
	width:980px;
	padding-left:5px;
}
#category-top{
	width:100%;
	height:260px;
	background:url(/common/img/bg_category_top.gif) no-repeat center 0;
	text-align:center;
}
#category-top-main{
	width:990px;
	height:200px;
	margin:0 auto;
	padding-top:60px;
	background:url(../img/main_visual.jpg) no-repeat center 0;
	text-align:left;
}
#txt-wrap{
	width:310px;
	background: url(/common/img/bg_txtwrap.png) repeat 0 0;
	padding:26px 20px;
	color:#213566;
}
#txt-wrap h1{
	font-size:16px;
	font-weight:700;
	padding-bottom:10px;
}
#contents-main{
	width:980px;
	margin:0 auto;
	padding:0 5px 40px;
}
.project-line{
	padding-top:30px;
}
.project-line.first{
	padding-top:0;
}
.project-wrap{
	position:relative;
	float:left;
	width:235px;
	border:1px solid #cfe2e6;
	overflow:visible;
	margin-left:10px;
}
.project-wrap.first{
	margin-left:0;
}
.ribbon{
	position:absolute;
	top:-5px;
	left:2px;
	width:7px;
	height:7px;
	background:url(/common/img/ribbon.gif) no-repeat 0 0;
}
.project-title{
	background:url(/common/img/bg_catop_title.gif) repeat-y 0 0;
}
.project-title a{
	display:block;
	width:220px;
	height:28px;
	background:url(/common/img/link_arrow.png) no-repeat 218px center;
	padding-left:13px;
	font-size:14px;
	font-weight:700;
	color:#213566;
	line-height:28px;
	text-decoration:none;
}
.project-img{
	padding:2px 1px 1px;
	background:url(/common/img/border_pimg.gif) repeat-x 0 0;
}
.project-img img{
	display:block;
	width:233px;
	height:130px;
}
.project-txt{
	padding:10px 8px 10px;
	background:url(/common/img/link_title_shadow.gif) repeat-x 0 0;
	color:#213566;
	line-height:1.6;
}
.project-wrap ul{
	padding-left:8px;
}
.project-wrap ul li{
	background:url(/common/img/list_mark.gif) no-repeat 0 0.5em;
	padding-left:10px;
	padding-bottom:3px;
}
/* タイトル2行対応 */
.project-line.double .project-wrap{
	
}
.project-line.double .project-title a{
	height:48px;
	line-height:48px;
}
.project-line.double .project-title.double a{
	height:41px;
	line-height:18px;
	padding-top:7px;
}
