@charset "utf-8";

/*________________________________________________

	name:			top.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2009-03-11
	lastmodified:	****-**-**
________________________________________________*/


@import "import.css";

.flash {
	clear: both;
	width: 100%;
	height: 300px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #c6aa95 url(../img/common/topflash_bg.jpg) left bottom repeat-x;
	text-align: center;
	z-index: 0;
}
/* xfade2フェードイン切り替えのスライドショー */
#topflash {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 950px; /*画像の横幅*/
	height: 300px; /*画像の縦幅*/
	background: url(../img/common/loading.gif) center middle no-repeat;
	overflow: hidden;
	z-index: 1;
}
#topflash img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* topmenuトップページのみのメニュー */
#top_menu {
	display: block;
	width: 950px;
	height: auto;
	margin: 5px auto 15px auto;
	padding: 0;
	text-align: center;
}
#top_menu ul {
	width: 940px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#top_menu li {
	float: left;
	width: 215px; /* 235px */
	height: 140px; /* 160px */
	margin: 0;
	padding: 10px;
	background: url(../img/top/top_menu_bg.jpg) center no-repeat;
}
#top_news {
	display: block;
	float: left;
	width: 730px;
	height: auto;
	margin: 0 auto 0 0;
	padding: 0;
	background: url(../img/top/top_news_bg.gif) left top repeat-x;
	text-align: left;
}
.top_news_header {
	width: 720px; /* 730px */
	height: 60px;
	margin: 0;
	padding: 10px 0 0 10px;
}
.top_news_header img {
	float: left;
}
.top_news_header img.title {
	margin: -10px 35px 0 10px;
}
.top_news_header img.ichiran {
	float: right;
	margin: 0 0 0 auto;
}
#top_news ul {
	display: block;
	clear: both;
	width: 730px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
#top_news li {
	display: block;
	width: 730px;
	height: auto;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px #dfd0c5 solid;
	color: #555046;
	line-height: 1em;
}
#top_news li img {
	margin-right: 10px;
	vertical-align: middle;
}
#top_news li a {
	margin: 0 15px;
	color: #4a81ac;
}
#top_news li a:hover {
	color: #efa767;
	text-decoration: underline;
}

