@charset "utf-8";


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


    　　　topページ


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




/* container
========================================== */
#container {
	padding-bottom: 50px;
}






/* main
========================================== */
#main {
    margin: 42px 50px 49px 47px;
	color: #736357;
}

#main:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#main {
  min-height: 1%;
}

* html #main {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

*html #main h3 {
	line-height:130%;
}






/* info
================================= */
#info {
	float: left;
	width: 242px;
}

#info h3 {
    background: url(../../image/top/main_h3_bg.png) repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	color: #a73f14;
	width: 242px;
	font-weight: bold;
	font-size: 123.1%;
	position: relative;
	font-family:"Times New Roman"；
}

#info h3 span {
    position: absolute;
	bottom: 20px; right: 0;
	font-size: 75%;
	font-weight: normal;
}

*:first-child+html #info h3 span {
    position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 14px;
	font-weight: normal;
}


#info ul {
    margin-top: 7px;
}

#info li {
    margin-bottom: 5px;
}






/* news
================================= */
#news {
	float: left;
	margin: 0 25px;
	_display: inline;
	width: 242px;
}

#news h3 {
    background: url(../../image/top/main_h3_bg.png) repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	color: #a73f14;
	width: 242px;
	font-weight: bold;
	font-size: 123.1%;
	position: relative;
	font-family:"Times New Roman"；
}

#news h3 span {
    position: absolute;
	bottom: 20px; right: 0;
	font-size: 75%;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝","平成明朝",serif；
}


/*----- dl -----*/
#news dl {
    overflow: auto;
	height: 338px;
	margin-top: 7px;
	font-size: 93%;
	line-height: 1.5em;
}

#news dt {
    margin-top: 5px;
}








/* twi
================================= */
#twi {
	width: 258px;
	float: right;
}

#twi p {
    margin-top: 100px;
	text-align: center;
}




/* bunner
================================= */
#bunner {
    margin-left: 47px;
}


#bunner li {
    background: url(../../image/bunner_bg.png) no-repeat;
	width: 141px;
	height: 80px;
	padding: 10px 11px 10px 9px;
	float: left;
	margin-right: 1px;
	_display: inline;
}





/* IE6塘)瑩NG　a送苦
========================================== */
* html #info a {
    position: relative;
}

* html #news {
    position: relative;
}

* html #bunner a {
    position: relative;
}



