@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Takuro Toyama
 Style Info:     TOPページの設定
----------------------------------------------------------- */


#topicsPath {
	background: url(../images/topics_path_bg.gif) no-repeat left top;
}

/*記事タイトル+本文*/

#main h3.cornerTitle{
	margin-bottom:10px;
	padding:15px 15px 10px 15px;
	background:url(../images/bg_heading.gif) repeat-x left bottom;
	border-bottom:#e1dfd0 solid 1px;
	font-size:174%;
	font-weight:bold;
	color:#002371;
	line-height:110%;
}
#main .date {
	margin:0;
	padding:0 0 10px 0;
	text-align:right;
}
#articleArea{
	padding:0;
	margin:0;
}
#articleArea .articlePhoto{
	float:left;
	padding:0 10px 0 0;
	margin:0;
}
#articleArea .articleBt{
	padding:0 15px 0 0;
	text-align:right;
}


/*一覧*/

#bottomListArea{
	padding:10px 0 15px 0;
}
#bottomListArea h4{
	background:#fafafa;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	line-height:35px;
	color:#002371;
	font-size:108%;
	font-weight:bold;
}
#bottomListArea h4 span{
	margin-left:10px;
	padding:0 0 0 1.5em;
	background:url(../images/icon_articleList_heading.gif) no-repeat left center;
}
#bottomListArea .bottomList{
	padding:10px 0 0 20px;
}
#bottomListArea .bottomList dd{
	display:block;
	width:460px;
	line-height:1.6;
	padding:0 0 10px 10px;
	_padding:0 0 7px 15px;
	background:url(../images/icon_articleList.gif) no-repeat left 6px;	
}
#bottomListArea .bottomList dt{
	clear:both;
	width:7em;
	display:block;
	float:right;
	line-height:1.6;
	padding:0 0 10px 0;
}
