/* CSS Document */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

a {
	color:#2477BB;
}
a:hover {
	color:#999999;
}

p {
	line-height:1.5;
}

hr {
	clear:both;
	height:16px;
	display:block;
	visibility:hidden;
}

* html .root hr {
	margin:-8px 0;
}

#header hr,#menu hr {
	height:0px;
}

* html .root #menu hr {
	margin:0;
}

/*-----------------------------------------------------------------*/

.root {
  text-align:center;
  font-size: 12px;
  color:#666666;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.root.layout {
  background: url(../img/body_bg.jpg) repeat-y center top;
}

.root,x:-moz-broken {
  margin-left:-1px;
}

/*-----------------------------------------------------------------container*/

.layout #container {
  width: 860px;
  margin: 0 auto;
}
#container {
  text-align: left;
  }

/*-----------------------------------------------------------------header*/

h1 {
  display: inline;
  font-size: 18px;
  padding-right: 20px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: normal;
  }

#headerBg {
  margin-bottom: 10px;
  width: 860px;
  background: url(../img/header_bg02.jpg) no-repeat 0 0;
  }

#header {
  background: url(../img/header_bg.jpg) no-repeat left bottom;
  padding: 75px 25px 15px;
  }

#header h1 {
  text-decoration:none;
  }

#header h2 {
  display: inline;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.5;
  }

.btnGoHome {
	display:none;
  }


/*-----------------------------------------------------------------vi*/

#vi {
  text-align: center;
  margin-bottom: 10px;
  padding: 0px 10px;
}

#vi img {
  width: 840px;
}
  
#viHeadline {
  position: absolute;
  top: 80px;
  left: 410px;
  font-size: 30px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  }
  
#Description {
  position: absolute;
  top: 125px;
  left: 410px;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  } 


/*------------------------------------------menu*/

#menu {
  display: inline;
  float: left;
  width: 198px;
  margin-left: 15px;
  background: url(../img/menu_bg.jpg) no-repeat left bottom;
  }

#menu ul {
  list-style: none;
  background: url(../img/menu_ul_bg.jpg) no-repeat 0 0;
  padding: 46px 0 15px;
  }

#menu li {
  width: 183px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 10px 0 5px;
  }
 
#menu li a {
  overflow: hidden;
  display: block;
  width: 158px !important;
  width /**/: 183px;
  padding: 12px 0 10px 25px;
  background: url(../img/arrow01.jpg) no-repeat 5px 11px;
  color: #838383;
  text-decoration: none;
  }
  
#menu li a:hover {
  color: #FF9900;
  }

/*-----------------------------------------------------------------contents*/

.layout .article {
  background: #ffffff url(../img/article_bg.jpg) no-repeat 0 0;
  padding: 60px 15px 30px;
  }

/*-----------------txt*/

.layout .txt {
  display: inline;
  float: right;
  width: 624px;
  margin-right: 15px;
  }

.txt h2 { 
  text-align: left;
  font-size: 16pt;
  font-weight: normal;
  }

.txt h5 {
  background: url(../img/h5_bg.gif)  no-repeat left bottom;
  color: #396538;
}

.txt h5, .date {
  margin-bottom: 15px;
  padding: 0 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  }

.article {
  line-height: 1.5;
  }

.txt img {
  border: 1px solid #cccccc;
  padding: 1px;
  }

.txt p {
  line-height: 1.5;
  }

/*------------------------------------------pageFooter*/

#pageFooter {
  display: inline;
  float: right;
  width: 624px;
  margin: 0 15px 20px 0;
  }

.btnGoTop {
  overflow: hidden;
  display: block;
  width: 105px;
  height: 0 !important;
  height /**/: 20px;
  margin-left: 510px;
  padding-top: 20px;
  background:url(../img/bu_pagetop.jpg) no-repeat 0 0;
  }

/*-----------------------------------------------------------------footer*/

#footerBg {
  clear: both;
  width: 850px;
  margin-left: 5px;
  background: #27592f url(../img/footer_bg.gif) repeat-x 0 0;
  }


#footer {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  }
