/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
html {
	}
body {
	line-height: 150%;
	color: #333333;
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:  url(img/top_back.gif) left top repeat;
	}
img {
	border: none;
	}

/* ---コンテンツコーディング------------------------------- */
#contents {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 9px;
	color: #009999;
	background: url(img/top_back_2.gif) top center repeat-y;;
	}
#background {
	width: 850px;
	background-color: #FFFFCC;
	}
#header {
	width: 850px;
	clear: both;
	}
#flash {
	width: 850px;
	height: 450px;
	padding: 0px 0px 10px 0px;
	float: left;
	}
#menu {
	width: 215px;
	padding: 10px 0px;
	float: right;
	}
#main {
	width: 800px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}
#left {
	width: 310px;
	padding-left: 10px;
	float: left;
	color: #009999;
	}
#center {
	width: 270px;
	float: left;
	}
#right {
	width: 200px;
	float: right;
	padding: 30px 0px;
	}

/* ---部品装飾------------------------------- */
.new_info {
	width: 290px;
	height: 140px;
	border: 0;
	}
.rss {
	width: 290px;
	height: 380px;
	border: 0;
	}
#center tr {
	text-align: center;
	background-color: #FFFFFF;
	}
.calender {
	border: 2px solid #FFE7CE;
}
.event {
	background-color: #FFCC99;
	}
