/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
    color: #2c5753;
    background: #FFFFFF url("./img/sky.gif") repeat-x;
    text-align: center;
    line-height: 160%;
    font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
    font-size : 82%;
}
/* ラッパーの設定*/
#shadow{position:relative;
        width:800px;
        margin:0 auto;
        background: #FFFFFF url("./img/shadow.gif") repeat-y;}
#wrap{
    width:780px;
    margin:0 auto;
    text-align:left;
    background: #edf4f4;
    border-top:7px solid #009900;
    border-left: 1px solid #356b65;
    border-right: 1px solid #356b65;
    border-bottom:5px solid #009900;
}
/* ヘッダーの設定*/
#head{
    width:780px;
    height: 150px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #356b65;
    background:#ffffff url("img/header.jpg") center no-repeat;
}
h1{margin:0;padding:115px 85px;
   font-size:100%;
   font-weight:normal;
   }
/* 左側の設定*/
#left{
    float:left;
    background-color:#FFFFFF;
    width: 610px;
    padding: 0;
    margin: 0;
}
h2{
  font-size: 110%;  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 10px 10px 5px;
  padding: 5px 0 3px 35px;
  border-top: 5px solid #99cc66;
  border-left: solid  1px #99cc66;
  color: #3d7973;
  background: #F3F3F3 url("img/h2.gif") no-repeat center left;
}
#left p{margin:15px 25px 25px 25px;
        font-size:100%;
}
ul {
  margin: 10px 15px 20px 15px;
}
li {
  list-style-type: none;
  margin-bottom: 3px;
  margin-left: 15px;
}
dl{
margin-bottom:1.5em;
margin-left:20px;
margin-right:20px;

}


dt{
width: 155px;
line-height: 4em;
float: left;
background-color: #f6f6f6;
	clear:both;

   text-align: right;
padding-right: 5px;
	margin-bottom: 8px;
}


dd{
margin-left:160px;
border-bottom: dashed 1px #dcdddd;
border-left : solid 2px #7d7d7d;
   padding: 0px 5px;
margin-top: 0px;
line-height: 4em;

margin-bottom: 8px;

}
/* 右側の設定*/
#right{
    width:160px;
    margin:0 5px;
    float:right;
    background-color:#edf4f4;
}

h3{  margin: 10px 5px;
     padding: 2px;
     border: 0;
     color: #ffffff;
     font-size: 10px;
     font-weight: normal;
     background: #53a4a2 url("./img/sidebar_h2.gif") ;
     text-align: center;
     letter-spacing: 0.1em;
}
#right ul {
  margin: 0;padding:0 10px 5px 10px;
}
#right li {  margin: 0;padding:0;
  list-style-type:none;
  margin-bottom: 0.2em;
  border-bottom:1px solid #cccccc;
}
#right li.top{  margin: 0;padding:0;
  text-align:right;
  list-style-type:none;
  margin-bottom: 0.2em;
  border-bottom:1px solid #cccccc;
}
#right a {
  text-decoration: none;
}
#right p{margin:5px;}
img{border:none;}
/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:50px;
    clear:both;
    width: 780px;font-size:10px;line-height:100%;
    background: #FFF;
    border-top: 1px dashed #356b65;
    text-align: right;
}

