@charset "utf-8";
/*ページキャプションの位置調整
-------------------------------------------------*/
#page_caption p img {
	margin:30px 0 0 45px;
}
/*-----------------------*/


/*一覧
-------------------------------------------------*/
#news_list {
	padding:30px 0 0 0;
	}
	
#news_list ul {
	list-style-type:none;
	width:650px;
	margin:0 auto;
	}
#news_list ul li {
	border-bottom:1px dotted #363636;
	padding:5px 0 10px 0;
	margin:0 0 10px 0;
	}
#news_list ul li .thumb {
	width:30px;
	height:30px;
	overflow:hidden;
	float:left;
	background:url(../images/img_defo.gif);
	}
#news_list ul li .thumb span {
	display:block;
	width:30px;
	height:30px;
	}
#news_list ul li .thumb a {
	display:block;
	width:30px;
	height:30px;
	text-decoration:none;
}

#news_list ul li .text {
	width:610px;
	float:right;
	}
#news_list ul li .text span.date {
	font-size:0.75em;
	}

/*詳細
-------------------------------------------------*/
#news_detail {
	padding:30px 0 0 0;
	}
#news_detail h3 {
	background:url(../../shared/images/bg_ttl.gif) no-repeat;
	padding:0 0 0 40px;
	width:600px;
	margin:0 auto 20px auto;
	font-size:1.2em;
	border-bottom:1px solid #282828;
	}
#news_detail h3 .date {
	font-size:0.75em;
	}
#news_detail h3 .ttl {
	color:#693;
	}
.text_area {
	width:605px;/*650*/
	margin:0 auto;
	padding:0 0 0 45px;
	}
.text_area p {
	margin:0 0 1.5em 0;
	}
.text_area span.camel_image {
	float:right;
	}
.text_area span.camel_image img {
	margin:0 0 20px 20px;
	}


/*-------------------------------------------------*/


behavior: expression(IEPNGFIX.fix(this));

