@charset "utf-8";

/*======================================
magnum1031 index-page news
----------------------------------------
description:layout element stylesheet
edit: 2010/10
lastupdate:
======================================*/


body{
	background: none repeat center top #dcd8cb;
	text-align: left;
	color: #4b4020;
	font-size: 14px;
}

a {
  color: #a38127;
}

a:visited {
  color: #a38127;
}

a:hover {
  color: #a38127;
  text-decoration: none;
}

a:link{
  color: #a38127;
}

a:active{
  color: #a38127;
  text-decoration: none;
}

p{
font-size: 14px;
}

#mainArea {
	margin: 10px 15px;
}

.newsList {
}
.newsList dt{
	clear: both;
	color: #a38127;
	font-size: 18px;
	font-weight: bold;
}
.newsList dd {
	padding:0;
	margin: 20px 0;
	border-bottom: 1px solid #FFFFFF;
}
.newsList dd:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
} 
* html .newsList dd             { zoom: 1; } /* IE6 */  
*:first-child+html .newsList dd { zoom: 1; } /* IE7 */  

.newsList dd img {
	padding: 5px;
}

.date {
	text-align: right;
	color: #778178;
}


.h2Month,
.h2Backnumber {
	margin-bottom: 0.5em;
}
.bnlist {
	line-height: 200%;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;

	margin-bottom: 10px;
}
.backtoindex {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;

	margin-bottom: 10px;
}
.backnumber {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;

	margin-bottom: 10px;
}
.credit {
	font-size: 10px;
	color: #963
}

