@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
  width: 820px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
}

a {
  text-decoration: none;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

/*
ヘッダ
-------------------------------------------*/
#head {
  background-repeat: no-repeat;
  margin : 0px;
  padding: 0px;
  height : 52px;
}

#head .imageheder{
  display:block;
  margin: 0px;
  padding: 0px;
}

.pankuzu{
  color: #087DC3;
  background-color: #F5F5F5;
  font-size: 12px;
  padding-left: 1.5em;
}

.pankuzu ul{
  margin : 0px;
  padding: 0px;
}
.pankuzu li{
  margin-right : 5px;
  list-style-type: none;
  float: left;
}
.pankuzu a{
  color: #087DC3;
  text-decoration:underline;
}

/*
ラッパー
-------------------------------------------*/
#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear:both;
}

/*
ページイメージ
-------------------------------------------*/
.pageimage {
  display:block;
  margin: 0;
  padding: 0;
  width: 800px;
}

/*
トップメニュー
-------------------------------------------*/
#top_menu {
  width: 800px;
  height: 45px;
}

#top_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top_menu ul li {
  float:left;
  width: 200px;
}

#top_menu ul li a {
}

#top_menu ul li a img {
  height : 45;
  width  : 200;
  border : 0;
}

/*
サイドバー
-------------------------------------------*/
#sidebar{
    width: 200px;
    float: left;
    margin: 30px 0;
}

#sidebar .smenu {
	width: 160px;
}

#sidebar .smenu li{
  margin-bottom: 0px;
  list-style-type: none;
  line-height:0;

}
#sidebar .smenu li a{
  display: block;
  line-height:20px;
  background-repeat: no-repeat;
}
#sidebar .smenu li img{
  height: 33px;
  width : 155px;
}
#sidebar .smenu li a img{
  height: 22px;
  width : 155px;
}

#sidebar .smenu li a:hover{
	background-position: 0 -40px;
}

#sidebar .smenu ul{
    margin: 0;
    padding: 0;
}

/*
コンテントエリア
-------------------------------------------*/
#contentArea{
    margin: 30px 0;
	float:left;
	width:580px;
}

/*
コンテントヘッダ
-------------------------------------------*/
#contentHeader{
}

/*
コンテントボディ
-------------------------------------------*/
#contentBody{
  margin-top: 1em;
  margin-left: 1em;
  color: #444444;
  font-size: small;
  line-height: 1.5em;
}

.overview {
  margin: 0.5em;
  padding: 0.5em;
  border-left: solid 10px #6699CC;
  /* border-bottom指定はIE6のバグ（左右borderを指定すると以降の要素がずれる）回避用 */
  /* border-bottomの#FFFFFF指定はIE6のバグ（transparentが機能しない）回避用 */
  border-bottom: solid 1px #FFFFFF;
}

.caption {
  background-repeat: no-repeat;
  background-image: url(images/midashi_bg_white.gif);
  color: #444444;
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  text-indent: 35px;
  margin-bottom: 0.5em;
  padding-top: 6px;
  height: 24px;
}

.caption a {
  color: #444444;
}

.article {
  margin-left: 35px;
  margin-bottom: 1em;
}

.remarks {
  margin: 1em;
  padding: 0.5em;
  border: dashed 1px #C0C0C0;
  background-color: #F5F5F5;
  font-size: smaller;
  font-weight: normal;
}

/*
フッター
-------------------------------------------*/

#foot {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	clear: both;
}

#foot li a {
	color: #3399cc;
}
#foot li {
	font-size: 11px;
	display: inline;
	padding-right: 4px;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A8AF;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #79888E;
	background-color: #F7F7F4;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DCE2E2;
}

.mapObject{
  vertical-align  : text-bottom;
  width           : 33;
  height          : 19;
}

.map {
  cursor:pointer;
  cursor:hand;
}

#top_menu a{
  cursor:pointer;
  cursor:hand;
}

.smenu a{
  cursor:pointer;
  cursor:hand;
}

