@charset "utf-8";
/* CSS Document */


body {
	background: #fff url(../images/main_bkg.gif) top left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	line-height: 1.5em;
	}

#TopFlow {
	border: 1px solid #ff0000;
	background-color: #ffb381;
	padding: 8px;
	margin: 0 0 10px 0;
	text-align: left;
	color: #7a4c2e;
	}
	
#ContactArea {
	border: 1px solid #888;
	margin: 0 0 10px 0;
	padding: 10px;
	}
	
/* 最新消息がある左側
------------------------------------------*/

#TopLeft {
	width: 600px;
	float: left;
	margin: 0 0 0 0;
	}

#LatestNews {
	width: 588px;
	background: url(../images/news_center.gif) top repeat-y;
	}

#News {
	width: 540px;
	text-align: left;
	overflow: auto;
	margin: 0 0 0 30px;
	padding: 0;
	height: 200px;
	}

dl#NewsList {
	}
	
dl#NewsList dt.NewestNews {
	background:url(../images/newest_news.gif) top left no-repeat;
	padding: 1px 0 0 90px;
	color: #685858;
	}

dl#NewsList dt.NewNews {
	background:url(../images/new_news.gif) top left no-repeat;
	padding: 1px 0 0 90px;
	color: #685858;
	}

dl#NewsList dt.OldNews {
	background:url(../images/old_news.gif) top left no-repeat;
	padding: 1px 0 0 90px;
	color: #685858;
	}

dl#NewsList dd {
	margin: 0 0 8px 8px;
	color: #685858;
	}

/* バナーがある右側
------------------------------------------*/

#TopRight {
	width: 200px;
	float: right;
	text-align: right;
	}

#TopRight img.BtmSpace {
	margin: 0 0 10px 0;
	}

.Notice {
	border: 1px solid #ff0000;
	background-color: #fed8bf;
	padding: 8px;
	margin: 0 0 10px 0;
	text-align: left;
	}
