@charset "utf-8";


/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	/*background: url(../../index/img/mainimg.jpg) no-repeat top right;*/
}

/*-------------------------------------*/
div#mainContents{
	background: #fff;
	width: 880px;
	height: 150px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

/* 新着情報 */
div#newTopics{
	float: left;
	width: 960px;
}

	div#newTopics strong{
	font-weight: bold;
	margin-bottom: 0px;
	display: block;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666;
	}


	div#newTopics dl dt,
	div#newTopics dl dd{
	padding: 8px;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	width: 800px;
	}

	div#newTopics dl dt{
	float: left;
	width: 75px;
	clear: both;
	color: #ff69b4;
	font-size: 100%;
		
	}
