@charset "utf-8";
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.bg1 {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bg1.jpg);
}
h1 {
	font-size: 10px;
	color: #FFF;
	background-color: #07BDDF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
	text-align: right;
	letter-spacing: 3px;
	height: 18px;
	vertical-align: middle;
	line-height: 15px;
}
.menu2 {
	height: 32px;
	width: 900px;
}
.menu1 {
	height: 38px;
	width: 900px;
}
.center {
	clear: both;
	height: auto;
	width: 900px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.area900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.center .left_area {
	float: left;
	height: auto;
	width: 320px;
}

.center .right_area {
	float: right;
	height: auto;
	width: 578px;
}
.center .left_area .yokoso {
	background-image: url(../images/yokoso_bg.jpg);
	height: 130px;
	width: 319px;
}
.center .left_area .sotan {
	background-image: url(../images/sotan_bg.jpg);
	height: 128px;
	width: 319px;
}
.center .left_area .banner {
	background-image: url(../images/sotan_bg.jpg);
	height: 158px;
	width: 319px;
}
.center .left_area .yokoso .tx {
	padding-top: 48px;
	margin-right: 18px;
	margin-left: 18px;
}
.center .left_area .sotan .tx {
	padding-top: 35px;
	margin-right: 18px;
	margin-left: 18px;
}
.footer {
	background-image: url(../images/footer_bg.jpg);
	height: 136px;
	width: 900px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 20px;
	color: #FFF;
	text-align: center;
}
.news_title {
	height: 46px;
	width: 578px;
}
.news_area {
	height: 192px;
	width: 578px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat-y;
}
.news_tx {
	height: 192px;
	width: 560px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
	overflow-x:hidden
}
.news_tx li {
	height:auto;
	min-height:30px;
	max-height: 50px;
	width: 550px;
	background-repeat: no-repeat;
	background-image: url(../images/li_img.jpg);
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	margin-top: 8px;
	background-position: 0px 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	clear: both;
}

.news_tx li p {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #333;
	white-space: pre;
	height: auto;
}


.news_end {
	height: 26px;
	width: 578px;
}
.ban {
	height: 200px;
	width: 191px;
	float: left;
}
.ban p {
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}




a:link {
	color: #09C
}  
a:visited {                 /* 既に見たリンク */
	color: #09C
}  /* 下線を消す */
a:active {
	color: #09C
} /* クリック時のリンク */
a:hover {
	color: #096;
	text-decoration: none
  /* 下線を消す */
}

.footer a:link {
	color: #FFF;
}  
.footer a:visited {                 /* 既に見たリンク */
	color: #FFF;
}  /* 下線を消す */
.footer a:active {
	color: #FC0
} /* クリック時のリンク */
.footer a:hover {
	color: #CCC;
	text-decoration: none  /* 下線を消す */;
	font-weight: bold;
}

