body {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	color: #996633;
	background: #FFF3E4;
}

a:link {
	color: #666699;
}

a:active {
	color: #FFCC33;
}

a:hover {
	color: #003399;
}

a:visited {
	color: #CC6699;
}

td,th {
	font-size: 0.8em;
}

#sitetitle {
	color: #FFFFFF;
	font-weight: bold;
}

#sitetitle a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

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

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

#sitetitle a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 



/* ----- NEW -------------------------------------- */

.news_info {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news_info h2 {
	font-size: 16px;
	background-image: url(../image/icon_foot.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	border-bottom: 1px dotted #963;
	padding-bottom: 0;
	margin-bottom: 5px;
}


#newslister {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	padding-top: 0;
	margin-top: 0;
	font-size: 13px;
	width: 98%;
	margin-right: 10px;
	height: 100px;
	overflow: auto;
}




#newslister dl {
	border-bottom: 1px dotted #999;
	padding: 2px 10px;
	margin: 0;
}

#newslister dt {
	background-image: url(../image/icon_foot.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	padding: 10px;
    clear: both;
	float: left;
	width: 90px;
	color: #600;
	clear:both;
	border-top: 1px dotted #999;
}
#newslister dd {
	border-top: 1px dotted #999;
	letter-spacing: 0;
	padding: 10px;
	margin-left: 110px;

}
