/* ============================================
	ホーム
============================================ */


#home headerInner {
	height:100px;
}
#home #main {
	margin-bottom:47px;
	padding-bottom:40px;
}
#home #main article {
	float:left;
	margin:0;
	overflow:hidden;
	position:relative;
	width:666px;
}
/*---------------------------------------------
サイドバー
---------------------------------------------*/
#home #sidebar {
	float:right;
	padding-top:30px;
	width:234px;
}

/* aside | 設定 */
#home aside ul li {
	line-height:1;
	margin-bottom:3px;
}
/*---------------------------------------------
 ムービー
---------------------------------------------*/
#home #movie {
	background:#000;
	border-bottom:5px #295079 solid;
	height:auto;
	margin:150px 0 25px 0;
	padding:0;
	width:100%;
}
#home .movieInner {
	background:#000;
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	height:534px;
	margin:0 auto;
	padding:0;
	width:950px;
}
#home .movieInner img {
	margin:0 auto;
	width:950px;
}



/*---------------------------------------------
お知らせ
---------------------------------------------*/
/* sec01 */
#home #main .sec01 {
	position:relative;
	width:666px;
}
/* h1 */
#home #main .sec01 h1.h01 {
	background:url(../images/common/h1.png) no-repeat -470px -330px;
	height:26px;
	margin:0 0 10px 0px;
	text-indent:-9999em;
	width:134px;
}

/* inner */
#home #main section.sec01 .inner {
	border-top:1px #B4B88E solid;
	border-bottom:1px #B3B3B3 solid;
	padding-top:5px;/*5px*/
}

/* scrollArea */
#home #main section.sec01 .scrollArea {
	max-height:320px;/*320px*/
	overflow-y:auto;
}

/* お知らせのリスト */
#home #main section.sec01 .scrollArea ul {
	padding:0px 2px 10px 0;
}

#home #main section.sec01 .scrollArea ul li {
	border-bottom:1px #999999 dotted;
	line-height:2;/*2*/
	margin-bottom:0px;/*0px*/
	padding:22px 0;/*8px 0*/
}
#home #main section.sec01 time {
	color:#295079;
	float:left;
	font-size:100%;/*83%*/
	font-weight:bold;
	letter-spacing: 0.05em;
	width:80px;
}
#home #main .sec01 p , #home #main .sec01 a {
	float:right;
	width:540px;
}

#home #main section.sec01 a:hover {
	color:#aaa;
}
/* お知らせ一覧へ  */
#home #main section.sec01 a.more {
	background:url(../images/common/btn.gif) no-repeat 0 0;
	display:block;
	height:14px;
	position:absolute;
	right:3px;
	text-indent:-9999em;
	top:4px;
	width:117px;
}
#home #main section.sec01 a:hover.more {
	background-position:0 -15px;
}
