.index-image {
	background-image: url(../img/index_image.jpg);
	background-repeat: no-repeat;
	height: 482px;
	background-position: center top;
	text-align: center;
	margin-bottom: 10px;
}
.index-image div {
	margin-left: 12px;
	padding-top: 262px;
}
.list ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.index-a {
	width: 340px;
	float: left;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #204800;
	border-right-color: #204800;
	border-bottom-color: #204800;
	border-left-color: #204800;
}

.list h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.list li {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	list-style-type: none;
}
.index-a a {
	color: #333333;
}

/* メインメニュー */
#menu-index ul {
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
	text-align: left;
}
#menu-index  a {
	color: #333333;
	line-height: 12px;
}

/* サブメニュー1段目 */
#menu-index  ul ul{
	display:none;
	position:absolute;
	top:180px;
	left:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	background-color: #FFFFFF;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}




/* リスト */
#menu-index  li {
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;

}

#menu-index  li li {
	clear:both;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	list-style-type: none;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 140px;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#menu-index  li:hover {
	position:relative;
}

#menu-index  li:hover > ul {
   display: block
}

/* IE6用 */
* html #menu-index  li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #menu-index  li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #menu-index  li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

#menu-index  .column1 {position:relative;}
#menu-index  .column1 ul {display:block;}
#menu-index  .column1 * ul {display:none;}

#menu-index  .column2 {position:relative;}
#menu-index  .column2 ul {display:block;}
#menu-index  .column2 * ul {display:none;}

#menu-index  .column3 {position:relative;}
#menu-index  .column3 ul {display:block;}
.index-b {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	width: 550px;
	float: right;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #204800;
	border-right-color: #204800;
	border-bottom-color: #204800;
	border-left-color: #204800;
}
.index-b img {
	margin-bottom: 5px;
	margin-left: 8px;
}
.index-body {
	width: 902px;
	text-align: left;
}
#menu-index  img {
}
.banner2 img {
	margin-right: 0px;
	margin-left: 3px;
}
.banner2 {
	margin-left: 8px;
}

/* 20110819追加 */

#contentInner {
	overflow: hidden;
}
#facebookBox {
	clear: both;
	margin-top: 10px;
}
