@charset "utf-8";

/*================================================================================

	// index

================================================================================*/

div#wrapper {
	background:url(../images/index-header-bg.png) repeat-x top;
}

.w10 { width:980px; margin:0 auto;}

/*================================================================================

	// ヘッダ

================================================================================*/


#indexHeader {
}


#indexHeader .inner {
	width:980px;
	margin: 0 auto 10px ;
	position:relative;
}

#indexHeader h1 {
	height:50px;
	line-height:25px;
	color: #977541;
}

/*================================================================================

	// コンテナ　container

================================================================================*/

div#indexContainer {}


div#indexContainerInner {
	width: 980px;
	margin:10px auto;
}



div#indexContainer .inner {
	padding:20px;
	border:1px solid #e8e8e8;
	background:url(../common/images/common-bg1.png) repeat;
	margin-top: 5px;
}

/* 飾り無しのフリースペース */
div#indexContainer .noborder .inner {
	border:none;
	margin-bottom:10px;
	background:none;
}

/*================================================================================

	// indexMainImg

================================================================================*/



div#indexMainImg {
	width: 980px;
	min-height:270px;
	margin: 229px auto 10px;
	background:url(../images/container-img.png) no-repeat left top;
	position:relative;
}



div#indexMainImg p#indexLogo {
	position:absolute;
	top:-233px;
	left:233px;
}




div#indexMainImg ul li#btn1 {
	position:absolute;
	top:92px;
	left:240px;
}

div#indexMainImg ul li#btn2 {
	position:absolute;
	top:92px;
	left:524px;
}

div#indexMainImg ul li#btn1 img {
	height: 62px;
	width: 215px;
}

div#indexMainImg ul li#btn2 img {
	height: 62px;
	width: 215px;
}

/*================================================================================

	// news

================================================================================*/


#news3 {
	width:220px;
	height:430px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:5;
}

#news3 .inner {
	padding:10px;
	overflow-y:scroll;
	border:1px solid #e8e8e8;
	background:url(../common/images/common-bg1.png) repeat;
}

#news3 h2 {
	background:url(../common/images/hx-220.png) no-repeat left top;
	height: 47px;
}


#news3 h2 img{
	height: 47px;
}

#news3 time{
	clear:both;
	display:block;
	background:url(../common/images/hr-bg.png) bottom;
	padding:2px 5px;
	margin-bottom:10px;
}

#news3 div.inner{
	height:350px;
	border-top:none !important;
	
}

#news3 figure{
	float:left;
	padding: 0 5px 0 0;
}

#news3 div.informationTitle {
	font-size:116%;
	font-weight:bold;
}

#news3 div.inner div.text{
	margin-bottom:10px;
}


#news5 {
	width:370px;
	height:430px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:4;
}



#news5 .inner {
	padding:20px 20px 0 20px;
	overflow-y:scroll;
	border:1px solid #e8e8e8;
	height:350px;
	background:url(../common/images/common-bg1.png) repeat;
}

#news5 h2 {
	background:url(../common/images/hx-370.png) no-repeat left top;
	height: 47px;
}


#news5 h2 img{
	height: 47px;
}

#news5 time{
	clear:both;
	display:block;
	background:url(../common/images/hr-bg.png) bottom;
	padding:2px 5px;
	margin-bottom:10px;
}

#news5 figure{
	float:left;
	padding: 0 5px 0 0;
}

#news5 div.informationTitle {
	font-size:116%;
	font-weight:bold;
}

#news5 div.inner div.text{
	margin-bottom:10px;
	font-size:85%;
}





/*================================================================================

	// link

================================================================================*/

section#link h2 {
	height:47px;
	line-height:47px;
	padding-left:20px;
	font-weight:bold;
	background:url(../images/link-h2.png) no-repeat left top !important;
	color: #f3de82;
	text-indent: 30px;
	
}

section#link .inner {
	border:1px solid #e8e8e8;
	background:url(../common/images/common-bg1.png) repeat;
	margin-top: 5px;
}


section#link ul li {
	float:left;
	text-align:center;
	margin:0 6px 10px;

}

 
