@charset "utf-8";

/*================================================================================

	// index

================================================================================*/

div#wrapper {
	background:url(../images/index-wrapper-bg.png) repeat-x left 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;
}

/*================================================================================

	// コンテナ　container

================================================================================*/

div#indexContainer {}


div#indexContainerInner {
	width: 980px;
	margin:0 auto;
}



div#indexContainer .inner {
	padding:20px;
	border:1px solid #8e7954;
}

/* 飾り無しのフリースペース */
div#indexContainer .noborder .inner {
	border:none;
	margin-bottom:10px;
}

/*================================================================================

	// indexMainImg

================================================================================*/



div#indexMainImg {
	width: 980px;
	min-height:450px;
	margin: 0 auto 30px;;
	background:url(../images/container-img.png) no-repeat left top;
	position:relative;
}



div#indexMainImg p#indexLogo {
	position:absolute;
	top:40px;
	right:20px;
}

div#indexMainImg ul li#btn1 {
	position:absolute;
	top:330px;
	left:520px;
}

div#indexMainImg ul li#btn2 {
	position:absolute;
	top:330px;
	left:766px;
}

div#indexMainImg ul li#btn1 img,
div#indexMainImg ul li#btn2 img {
	width:172px;
	height:82px;
}

/*================================================================================

	// 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 #8e7954;
	border-top:none;
}

#news3 h2 {background:url(../common/images/hx-220.png) no-repeat left top;}

#news3 time{
	clear:both;
	display:block;
	background:url(../common/images/time-bg.png) repeat ;
	padding:2px 5px;
	margin-bottom:10px;
}

#news3 div.inner{
	height:350px;
	border-top:none !important;
}

#news3 figure{
	float:left;
	padding: 0 5px 10px 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 #8e7954;
	border-top:none !important;
	height:350px;
}

#news5 h2 {background:url(../common/images/hx-370.png) no-repeat left top; text-align:center; }
     

#news5 time{
	clear:both;
	display:block;
	background:url(../common/images/time-bg.png) repeat ;
	padding:2px 5px;
	margin-bottom:10px;
}

#news5 figure{
	float:left;
	padding: 0 5px 10px 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:30px;
	line-height:30px;
	padding-left:20px;
	font-weight:bold;
	background:#82025d url(../common/images/bg_h2.png) repeat left top !important;
	border:#51004e solid 2px;
	color:#FFFFFF;
}

section#link .inner {
	border-top:none;
}


section#link ul li {
	float:left;
	text-align:center;
	margin:0 6px 10px;

}


