@charset "utf-8";


@import url("/matrix/css/sub.css");






/* 新着一覧
--------------------------------------------------- */
#front_latest_news_list {
	margin:0 0 40px;
}



#front_latest_news_list ul {
	margin:0 8px;
}
#front_latest_news_list li {
	clear:both;
	padding:13px 8px;
	background-image:url(/matrix/images/dotted_h_line.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
}
#front_latest_news_list .hd2 span,
#front_latest_news_list ul span {
	display:block;
}

#front_latest_news_list .hd2 {
	margin:0 8px;
	padding:7px 8px;
	background-image:url(/matrix/images/dotted_h_line.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
}



#front_latest_news_list .date {
	float:left;
	width:7em;
}

#front_latest_news_list .hd2 .category,
#front_latest_news_list ul .category{
	float:left;
	width:10em;
	font-size:12px;
	line-height:1.5;
}


#front_latest_news_list ul .category a{
	display:block;
	background-color:#ededed;
	border:1px solid #ededed;
	padding-left:5px;
	color:#555555;
	text-decoration:none;
}
#front_latest_news_list .category  a:hover{
	background-color:#ffffff;
}

#front_latest_news_list .title{
	margin-left:19em;
}






















/* エントリー
--------------------------------------------------- */

/*.entry_box {
	clear:both;
	margin:0 12px 50px;
	padding-top:20px;
}

.entry_box .hd_info {
	border-bottom:2px solid #cccccc;
	padding:0 5px 5px;
}
.entry_box  .date{
	float:left;
	color:#cccccc;
	font-weight:bold;
	font-family:Arial;
}
.entry_box  .category{
	float:right;
	background-image:url(/matrix/images/front/news_hd_category.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:70px;
}
.entry_box  .title{
	font-size:17px;
	font-weight:bold;
	padding:8px 5px 10px;
	color:#000000;
	background-image:url(/news/matrix/images/entry_title_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
}
.entry_box  .title a{
	display:block;
	color:#000000;
	border-left:8px solid #89B4C4;
	padding:2px 10px;
}
.entry_box .body,
.entry_box .extended {
	clear:both;
	font-size:14px;
	line-height:1.6;
	padding:13px 5px 13px;
}
.entry_box .ft {
	clear:both;
	padding:7px 5px 6px;
	background-image:url(/matrix/images/dotted_h_line.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.entry_box .ft a {
	background-image:url(/matrix/images/icon_goto.jpg);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:18px;
	line-height:14px;
	
}
*/


/* エントリー
--------------------------------------------------- */

/*#archive_entry .entry_box {
	clear:both;
	margin:0 20px 70px;
}
#archive_entry .entry_box  .category{
}

#archive_entry .hd_info {
	border-bottom:1px solid #cccccc;
	padding:0 0 5px;
}
#archive_entry .entry_box  .date{
	float:left;
	color:#cccccc;
	font-weight:bold;
	font-family:Arial;
}
#archive_entry  .entry_box  .category{
	float:right;
	background-image:url(/matrix/images/front/news_hd_category.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:70px;
}
#archive_entry .entry_box  .title{
	font-size:17px;
	font-weight:bold;
	padding:8px 5px 10px;
	color:#000000;
	background-image:url(/news/matrix/images/entry_title_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
}
#archive_entry .entry_box  .title span{
	display:block;
	color:#000000;
	border-left:7px solid #f5cdcd;
	padding:2px 10px;
}
#archive_entry .entry_box .body,
#archive_entry .entry_box .extended {
	font-size:14px;
	line-height:1.6;
	padding:13px 5px 13px;
}*/
