@charset "utf-8";

/*
======== table of content. =================================

summary:ニュース一覧ページ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

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

/* COMMON 
------------------------------------------------------
*/

div#main{
	width:691px;
	margin:50px auto 0 auto;
}

div#main div.section{
	margin:10px 0 0 0;
	clear:both;
}

/* INDEX */
div.list{
	background:url(../images/common/line.gif) repeat-x left bottom;
}
div.list dl{
	width:690px;
	background:url(../images/common/line.gif) repeat-x left top;
	padding:8px 0;
	margin:0;
}

div.list dl dt{
	font-weight:bold;
	width:90px;
	float:left;
}

div.list dl dd div.icon_wrapper{
	margin:0 0 0 70px;
}
div.list dl dd p.title{
	float:left;
	width:340px;
}
div.list dl dd p.icon{
	float:left;
	margin:0 0 0 6px;
}

div.list dl dd{
	float:left;
	width:530px;
}

div.list dl dd.new{
	background:url(../news/images/ico_new.gif) no-repeat 97px 0;
}

div.list dl dd a{
	color:#CCC;
}

/* PAGE */
.textArea p.day,
.textArea h3{
	color:#FC0;
}
.textArea p.day{
	font-size:92%;
	margin:0;
}
.textArea h3{
	font-size:117%;
	font-weight:bold;
	margin-bottom:-15px;
}
.textArea p{
	margin:30px 0;
}

