@charset "utf-8";

/*======================================================
========================================================

  Style Name: news.css
  Style URI: /common/css/news.css
  Description: 最新情報のcssです。
  Version: 1.0.0
  Last Up Date: 2009/2/10/11:30

========================================================
======================================================*/

/* ===========================================
最新情報TOP リスト一覧
 =========================================== */
#news #right .section
{
	border:1px solid #E7E7E7;
	padding:15px 15px 15px;
	width:538px;
	margin-bottom:0px;
}

#news #right dl
{
	position: relative;
}

#news #right dl dt
{
	padding-top:10px;
	position:absolute;
	width:5.6em;
	line-height:1.2em;
	margin-left:1em;
	z-index:10;
	background-image: url(../img/point_allow02.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0.9em;
	padding-left:1.6em;
}

#news #right dl dd
{
	margin-bottom:0;
	padding-bottom:8px;
	padding-left:13.8em;
	padding-right:1em;
	padding-top:10px;
	position:relative;
	line-height:1.2em;
	background-color:#f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



/*  -------------------------------- */
#news #right dl dd.case
{
	background-image: url(../img/point2_case.png);
	background-repeat: no-repeat;
	background-position: 8.6em 8px;
}

#news #right dl dd.report
{
	background-image: url(../img/point2_report.png);
	background-repeat: no-repeat;
	background-position: 8.6em 8px;
}

#news #right dl dd.seminar
{
	background-image: url(../img/point2_seminar.png);
	background-repeat: no-repeat;
	background-position: 8.6em 8px;
}

#news #right dl dd.event
{
	background-image: url(../img/point2_event.png);
	background-repeat: no-repeat;
	background-position: 8.6em 8px;
}

#news #right dl dd.news
{
	background-image: url(../img/point2_news.png);
	background-repeat: no-repeat;
	background-position: 8.6em 8px;
}

#news #right dl dd.press
{
	background-image: url(../img/point2_press.png);
	background-repeat: no-repeat;
	background-position: 8.6em 8px;
}

#news #right dl dd.media
{
	background-image: url(../img/point2_media.png);
	background-repeat: no-repeat;
	background-position: 8.6em 8px;
}
/*  -------------------------------- */







#news #right dl dd a,
#news #right dl dd a:link,
#news #right dl dd a:hover,
#news #right dl dd a:visited
{
	line-height:1.2em;
}














/******** 詳細ページ  ******/

