@charset "utf-8";

/* お知らせ */

#main {
}

#main h1 {
	margin-bottom: 0;
	margin-left: 10px;
}

#main table {
	width: 100%;
	margin-bottom: 50px;
}

#main tr {
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

#main tr.r1 {
	background-image: url(../news/images/news_line01.gif);
}

#main tr.r2 {
	background-image: url(../news/images/news_line02.gif);
}


#main th, td {
	padding: 15px 5px 10px 5px;;
	vertical-align: top;
}

#main th {
	width: 80px;
	color: #6e9a7f;
}


#news-title {
	background-image: url(../news/images/news_title_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #6e9a7f;
}

#news-title h2 {
	float: left;
	width: 410px;
	padding: 10px 10px 0 10px;
	font-weight: bold;
}

#date {
	float: left;
	width: 70px;
	text-align: center;
	padding: 10px 5px;
	border-left: solid 1px #6e9a7f;
	font-size: 110%;
}

#news-contents {
	padding: 10px 0;
}

/* お知らせ詳細　*/


.block {
	padding: 10px 18px 10px 10px;
}

.block-c {
	padding: 10px 18px 10px 10px;
	text-align: center;
}

.l-side {
	float: left;
	width: 250px;
	padding-right: 10px;
}

.r-side {
	float: right;
	width: 250px;
}

#page {
	text-align: center;
}


/* アナウンスページ　*/


.pamph {
	float: left;
	width: 270px;
	padding: 10px 0;
	text-align: center
}

.pamph img {
	margin-bottom: 10px;
}
