/*------------ タイトル指定 -------------*/
#contents h3 {
	background: url(../news/images/title_news.gif) 0 0 no-repeat;
	}

/*------------ 内部ボックス -------------*/
#contents #news .box_inside {
	width: 663px;
	height: auto;
	overflow: hidden;
	margin: 15px 0 15px 22px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #ccc;
	clear: both;
	}

/*------------ サブタイトルエリア指定 -------------*/
#contents #news .subtitle {
	width: 644px;
	height: auto;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 20px;
	background: url(../images/subtitle_bg.gif) 0 bottom no-repeat;
	position: relative;
	}
	#contents #news .subtitle .icon {	
		float: left;
		width: 130px;
		}
	#contents #news .subtitle p.date {
		float: left;
		margin: 4px 0 0;
		padding: 0 0 0 10px;
		background: url(../images/subtitle_date_arrow.gif) 0 2px no-repeat;
		}
	#contents #news .subtitle h4 {
		width: 625px;
		height: auto;
		overflow: hidden;
		margin: 5px 0 0;
		padding: 5px 0;
		font-size: 16px;
		line-height: 1.6;
		}
/*------------ 詳細テキスト指定 -------------*/
#contents #news p.details {
	width: 633px;
	margin: 0 0 1em 15px;
	line-height: 1.6;
	}
/*------------ リンク指定 -------------*/
#contents #news p.link {
	width: 633px;
	margin: 0 0 1em 15px;
	line-height: 1.6;
	text-align: right;
	background: url(../images/bg_dot.gif) 0 center repeat-x;
	}
	#contents #news p.link a {
		background-color: #fff;
		padding: 0 0 0 5px;
		}


