@charset "utf-8";
/* CSS Document */

/*新着情報*/
*{
	margin: 0;
	padding: 0;
	}
.date{
	font-size: 11px;
	}
#newsList ul{
	line-height:180%;
	}
#newsList ul li{
	margin: 10px;
	background: url(../img/top/list_icon.jpg) no-repeat 0 50%;
	padding-left: 20px;
	list-style: none;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	}
.news a{
	padding-left: 30px;
	color: #373C38;
	text-decoration: none;
	font-size: 12px;
	}
.news a:hover{
	color: #924A93;
	text-decoration: none;
	}
#kens-web-copyrights{
	display: none;
	}

/*各記事*/
.news{
	margin: 20px;
	}
h2{
	background:url(../img/common/mon_icon.jpg) no-repeat left 50%;
	padding: 10px 0 10px 40px;
	color: #994C9C;
	font-weight: bold;
	border-bottom: 2px solid #994C9C;
	margin-bottom: 30px;
	font-size: 14px;
	}
.data{
	color: #333;
	padding-right: 15px;
	}

.listLink{
	text-align: center;
	margin-top: 100px;
	}