@charset "utf-8";
/* ==============================
   ホームスタイル
============================== */

/* ------------------------------
   メインイメージ
------------------------------ */
#home {
	width: 850px;
	height: 324px;
}

#homeimg {
	width: 850px;
	height: 0 !important;
	height /**/: 291px;
	padding: 291px 0 0;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background: url(../img/home.jpg) no-repeat 0 0;
}

/* ------------------------------
   ナビゲーション
------------------------------ */
#homenavi {
	width: 850px;
	height: 71px;
	position: relative;
	top: 200px;
	z-index: 2;
}

#homenavi ul {
	width: auto;
	height: 71px;
}

#homenavi li {
	display: inline;
}

#homenavi li a {
	width: 151px;
	height: 0 !important;
	height /**/: 71px;
	margin: 0 9px 0 10px;
	padding: 71px 0 0;
	float: left;
	display: block;
	overflow: hidden;
	_margin: 0 14px 0 5px; /* IE6 and below */
}

li#hn01 a {
	background: url(../img/homenavi01.jpg) no-repeat 0 0;
}

li#hn01 a:hover {
	background: url(../img/homenavi01.jpg) no-repeat 0 -71px;
}

li#hn02 a {
	background: url(../img/homenavi02.jpg) no-repeat 0 0;
}

li#hn02 a:hover {
	background: url(../img/homenavi02.jpg) no-repeat 0 -71px;
}

li#hn03 a {
	background: url(../img/homenavi03.jpg) no-repeat 0 0;
}

li#hn03 a:hover {
	background: url(../img/homenavi03.jpg) no-repeat 0 -71px;
}

li#hn04 a {
	background: url(../img/homenavi04.jpg) no-repeat 0 0;
}

li#hn04 a:hover {
	background: url(../img/homenavi04.jpg) no-repeat 0 -71px;
}

li#hn05 a {
	background: url(../img/homenavi05.jpg) no-repeat 0 0;
	_margin: 0 0 0 5px; /* IE6 and below */
}

li#hn05 a:hover {
	background: url(../img/homenavi05.jpg) no-repeat 0 -71px;
}

/* ------------------------------
   コピー
------------------------------ */
#homeleft {
	width: 616px;
	float: left;
}

#homeleft table {
	width: 580px;
	margin-bottom: 32px;
	border-collapse: collapse;
}

#homeleft table td {
	padding-left: 16px;
}

#homeleft table td.bar {
	width: 4px;
	padding-left: 0;
	border: 1px solid #e6e6e6;
	background: url(../img/bar_bg.gif) no-repeat 0 0;
}

/* ------------------------------
   トピックス
------------------------------ */
#topics {
	width: 580px;
	background: url(../img/topics_bg.gif) no-repeat 0 bottom;
}

#topics img {
	margin: 4px 0 12px 25px;
}

#topics a {
	padding-left: 10px;
	background: url(/shared/img/arrow_r.gif) no-repeat 0 center;
}

#topics a:link, #topics a:visited {
	color: #313131;
	text-decoration: none;
}

#topics a:active, #topics a:hover {
	color: #31313;
	text-decoration: underline;
}

#homeleft dl {
	width: 580px;
	margin: 7px 0 20px;
}

#homeleft dt {
	padding: 0.5em 0 0.5em 12px;
	float: left;
}

#homeleft dd {
	padding: 0.5em 0 0.5em 132px;
	background: url(/shared/img/dot_h.gif) repeat-x 0 bottom;
}

/* ------------------------------
   ローカルナビ
------------------------------ */
#homeright {
	width: 234px;
	margin-bottom: 10px;
	float: left;
}
