@charset "utf-8";

/* お知らせ */

#news-spc {
	float: left;
	width: 1px;
}


#link-site {
	text-align: right;
	padding: 10px 0;
}

#link-site img {
	margin-left: 10px;
}

#main {
	background-repeat: repeat-y;
}

.news {
	padding: 20px 90px 50px 90px;
	text-align: left;
	background-image: url(../news/images/bg.gif);
	background-position: center;
}

.news p {
	padding-bottom: 10px;
}

.news table {
	width: 680px;
	margin-bottom: 50px;
}

.news tr {
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

.news tr.r1 {
	background-image: url(../news/images/news_line01.gif);
}

.news tr.r2 {
	background-image: url(../news/images/news_line02.gif);
}


.news th, td {
	padding: 10px 5px 10px 5px;;
	vertical-align: top;
}

.news th {
	width: 80px;
	color: #663300;
}

#news-title {
	background-image: url(../news/images/news_title_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 30px 0;
}

#news-title h2 {
	float: left;
	width: 600px;
	padding: 10px 10px 0 10px;
	font-weight: bold;
}

#date {
	float: left;
	width: 80px;
	height: 25px;
	text-align: center;
	padding: 10px 5px 0 5px;
	margin-bottom: 8px;
	border-left: solid 1px #9d757a;
	color: #9d757a;
	font-size: 110%;
}

#news-contents {
	padding: 10px 20px;
}

#footer {
	padding: 30px 0 20px 0;
}

/* お知らせ詳細　*/


.block {
	padding-bottom: 20px;
}

.block-c {
	padding-bottom: 20px;
	text-align: center;
}

.l-side {
	float: left;
	width: 330px;
	padding-right: 10px;
}

.r-side {
	float: right;
	width: 330px;
}

#page {
	text-align: center;
}

