@charset "utf-8";

/*----一覧ページ----*/

#list {
margin:30px 0 0 0;
}

#list dl {
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:1px solid #efefef;
}
	#list dt {
	float:left;
	width:100px;
	}
	#list dd {
	float:right;
	width:430px;
	background:url(../imgdir/common/icon_black.gif) left 5px no-repeat;
	padding:0 0 0 12px;
	}
	#list dd a {
	display:block;
	color:#333333;
	}


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

#article .view {
text-align:right;
margin:0 0 10px 0;
}
	#article .view a {
	background:url(../imgdir/common/icon_grey.gif) left center no-repeat;
	padding:0 0 0 12px;
	color:#333;
	}
#article p.date {
display:block;
background:#FBFBFB;
border-bottom:2px solid #F3F3F3;
padding:3px 8px 3px 3px;
text-align:right;
margin:0;
}
#secondContents .leftContents #article h3 {
font-size:140%;
background:none;
color:#333333;
border:none;
border-bottom:#378F97 3px solid;
letter-spacing:0;
padding:6px 3px 5px 3px;
}

#article .nextback {
margin:20px 0 0 0;
padding:5px 0 0 0;
height:40px;
background:url(../imgdir/common/dot.gif) left top repeat-x;
}
#article .nextbackPage {
margin:20px 0 0 0;
padding:5px 0 0 0;
height:40px;
}
