/* レイアウトの設定*/
body{
    color: #70706E;
    text-align: center;
    background-color: #FFFFFF;
    background-image: url('sozai/yoko2.gif');
}

big{
 font-size:x-large;
}

a:link {
color:#786C59;
text-decoration:none;
}
a:visited {
color:#786C59;
text-decoration:none;
}
a:active {
color:#786C59;
text-decoration:none;
}

a:hover { 
position: relative; 
top: 1px; 
left: 1px; 
text-decoration: none; 
} 

/* ラッパーの設定*/
#wrap{
    text-align: left;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-width: 10px;
    border-color: #A6D270;
    border-style: solid;
    position: relative;
    width: 700px;
    background-color: #FFFFFF;
}
/* ヘッダーの設定*/
#head{
    padding-bottom: 3px;
    width: 700px;
    background-color: #A6D270;
}

/* 写真の設定*/
#syasin{
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 3px;
    width: 700px;
    background-color: #FFFFFF;
}



/* 左側の設定*/
#left{
    float: left;
    height: 550px;
    width: 200px;
    background-color: #ffffff;
}
/* 右側の設定*/
#right{
    padding-bottom: 10px;
    float: right;
    width: 500px;
    background-color: #FFFFFF;
}
/* フッターの設定*/
#foot{
    font-size: 15;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    clear: both;
    position: relative;
    height: 20px;
    width: 100%;
    background-color: #A6D270;
}



/* 説明の設定*/
#setumei1{
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    border-width: 5px;
    border-color: #FFDAED;
    border-style: double;
    clear: both;
    position: relative;
    width: 422px;
    background-color: #FFFFFF;
}

/* 住所の設定*/
#jusyo{
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    clear: both;
    position: relative;
}

/* 住所2の設定*/
.jusyo2{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* メインの設定*/
#main{
    padding: 10px;
    background-color: #FFFFFF;
}

/* ナビ*/
#navi{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 2px;
    border-bottom-color: #A6D270;
    border-bottom-style: solid;
    width: 700px;
}
