<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------

	SiteName : 中村建設
	FileName : news.css
	
	== URL ======================================
	http://www.hamadumesou.com/
	
-------------------------------------------------- */


/* 共通
================================================== */
body {
font-size:76%;
line-height:1.3;
color:#000;
margin: 0px;
padding:0px;
text-align:left;
background: #FFF url("../img/back.gif") 50% 0 repeat;
}

/* リンク */
a {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#999;
}


/* 新着情報
================================================== */
#top_news {
	margin:0px;
	padding: 0;
	/*background: #FFF url("../img/news_back.gif") 0% 0% repeat-x;*/
	color:#000000;
}
table#news {
	width:450px;
	text-align:left;
	margin:0px 0px 10px 0px;
	border-bottom: 1px dotted #CCC;
	}

	table#news td.photo {
	width:90px;
	text-align: left;
	vertical-align:top;
	padding:0px 0px 5px 0px;
	}
	
	table#news td.news_tit {
	width:360px;
	color: #000;
	text-align: left;
	vertical-align:top;
	padding:0px 0px;
	}

	table#news td.news_contents {
	/*border-bottom: 1px dotted #CCC;*/
	color:#D77E00;
	}
	table#news td.news_contents a {
	/*border-bottom: 1px dotted #CCC;*/
	color:#D77E00;
	}
	
	table#news a {color:#000;}

/* 新着情報
================================================== 
table#news {
	width: 510px;
	text-align:left;
	margin-bottom:20px;
	}

	table#news th {
	width: 100px;
	font-weight: bold;
	text-align: left;
	}
	
	table#news td.news_tit {
	width: 360px;
	color: #000;
	font-weight: bold;
	text-align: left;
	}
	
	table#news td.news_contents {
	border-top: 1px dotted #CCC;
}*/


/*  ニューウィンドウ情報
================================================== */
#news_window {
	width:500px;
	margin:0px auto;
	background:#FFF;
	}
	
	#news_window h3 {
	margin:20px 0px 10px 20px;
	text-align:left;
	letter-spacing:0.2px;
	color:#7B523; font-size:12px; font-weight:bold;
	}
	
	#news_window .text {
	margin:10px 20px 10px 20px;
	text-align:left;
	letter-spacing:0.2px;
	}
	
	.news_txt2 {
	width:460px;
	padding:0px 20px;
	margin:5px 0px;
	text-align:left;
	}
/*#news_window {
	width:420px;
	padding:5px 20px;
	margin:10px auto;
	}
	
	#news_window h3 {
	margin: 2em 0 0.5em;
	color: #3E3524;
	font-size: 130%;
	border-bottom: 1px solid #655335;
	}
	
	#news_window img {
	margin:10px 0px;
	}
	
/* マージン
================================================== */
.m_b00   {margin-bottom:0px;}
.m_b04   {margin-bottom:4px;}
.m_b05   {margin-bottom:5px;}
.m_b08   {margin-bottom:8px;}
.m_b10   {margin-bottom:10px;}
.m_b15   {margin-bottom:15px;}
.m_b20   {margin-bottom:20px;}
.m_b30   {margin-bottom:30px;}
.m_b40   {margin-bottom:40px;}
.m_b50   {margin-bottom:50px;}
.m_t05   {margin-top:5px;}
.m_t10   {margin-top:10px;}
.m_t15   {margin-top:15px;}
.m_t20   {margin-top:20px;}
.m_t30   {margin-top:30px;}
.m_r05   {margin-right:5px;}
.m_r10   {margin-right:10px;}
.m_l10   {margin-left:10px;}
.m_all05 {margin:5px auto;}
.m_all10 {margin:10px auto;}
.m_all15 {margin:15px auto;}
.m_all50 {margin:50px auto;}
.m_t08b05 {margin:8px auto 5px;}
.m_t10b20 {margin:10px auto 20px;}
.m_t10b30 {margin:10px auto 30px;}
.m_t10b40 {margin:10px auto 40px;}
</pre></body></html>