@charset "euc-jp";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet list_typeB.css
------------------------------------------------------------------------------------------ 
*/


/*----------------------------------------------------------------------------------------
	aja_list_type
----------------------------------------------------------------------------------------*/

#list_typeB #alpha .aja_list_type {}

#list_typeB #alpha .aja_list_type .inner {
	width: 750px;
	padding: 20px 0;
	margin-right: -20px;
}



/*----------------------------------------------------------------------------------------
	list_item
----------------------------------------------------------------------------------------*/

#list_typeB #alpha .aja_list_type .list_item {
	width: 230px;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}

#list_typeB #alpha .aja_list_type .list_item dl {}

#list_typeB #alpha .aja_list_type .list_item dl dt {
	text-align: center;
	/*margin-bottom: 5px;*/
}

#list_typeB #alpha .aja_list_type .list_item dl dt a {
	width: 230px;
	height: 150px;
	display: block;
	overflow: hidden;
	position: relative;
}

#list_typeB #alpha .aja_list_type .list_item dl dt a img {
	width: 230px;
	vertical-align: bottom;
	background-color: #DDD;
}

#list_typeB #alpha .aja_list_type .list_item dl dd.page_description {
	color: #fff;
	font-size: 81.3%;
	padding: 4px 0 3px 9px;
	background-color: #CCC;
}

#list_typeB #alpha .aja_list_type .list_item dl dd.page_ttl {
	font-size: 93.7%;
	margin-bottom: 3px;
	padding: 6px 0 6px 9px;
	background-color: #FFD9D9;
}
#list_typeB #alpha .aja_list_type .list_item dl dd.page_ttl a { color: #1F52A4; }

