@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  list.css
 style info :  list
=================================================================== */

/*----------------------------------------------------
	#title
----------------------------------------------------*/
#contents .ttl-list{
	width:950px;
	height:285px;
	background:url(../image-list/ttl-list.jpg) no-repeat top center;
}
#contents .ttl-list h1{
	text-indent:-9999px;
	width:950px;
	height:100px;
}
#contents .ttl-list h2{
	text-indent:-9999px;
	width:950px;
	height:100px;
}
#contents .ttl-list .btm a{
	text-indent:-9999px;
	display:block;
	text-decoration:none;
	width:220px;
	height:25px;
}
/*----------------------------------------------------
	#inner
----------------------------------------------------*/
#contents .inner{
	width:920px;
	background-color:#fff;
	padding:0 15px;
}
/*----------------------------------------------------
	#pager
----------------------------------------------------*/
#contents .inner .pager{
	width:910px;
	background-color:#FEF5D5;
	padding:5px;
	text-align:center;
	margin-bottom:20px;
	color:#0066CC;
	font-size:16px;
}
#contents .inner .pager a{
	color:#0066CC;
}
/*----------------------------------------------------
	#line
----------------------------------------------------*/
#contents .inner .line:after {
	content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both; 
	width:920px;
}
#contents .inner .line .box-x,
#contents .inner .line .box-y{
	float:left;
	width:200px;
	margin-right:20px;
	margin-bottom:20px;
}
#contents .inner .line .box-y{
	width:165px;
	padding-left:35px;
}
#contents .inner .line .box-y{
	width:165px;
	padding-left:35px;
}

#contents .pagetop{
	width:910px;
	text-align:right;
	font-size:10px;
	padding-bottom:20px;
}

#contents .btm{
	text-indent:-9999px;
	width:220px;
	height:30px;
	margin-bottom:20px;
}

#contents .btm a{
	display:block;
	text-decoration:none;
	width:220px;
	height:30px;
	background:url(../image-list/btm.jpg) no-repeat;
}

