@charset "UTF-8";

#content-top{
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:center;
     width:600px;
}


#content-main{
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:center;
     width:500px;
}

.sentence {
	margin-bottom: 20px;
}

.table-caption {
	margin-bottom: 20px;
	font-size: 10px;
}
.text-s {
	font-size: 10px;
}
.news-color {
	background-color: #CCF3CC;
	margin: 10px 80px;
	padding: 10px;
}
