/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:760px;
    background-color:#FFFFFF;
    margin:0px auto;
    text-align:left;
}

/* ヘッダーの設定*/
#head {
    width:760px;
    height:150px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(./top_imgs/top_imgs6.jpg);
    background-repeat: no-repeat;
}
#head2 {
    width:760px;
    height:150px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(./top_imgs/top_imgs62.jpg);
    background-repeat: no-repeat;
}
h1 {
    font-size: 12px;
    color: #4c4c4c;
    font-weight: nomal;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
}
#head p {
    font-size: 10px;
    color: #4c4c4c;
    font-weight: nomal;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: right;
}
#head2 p {
    font-size: 10px;
    color: #4c4c4c;
    font-weight: nomal;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: right;
}

/* 右側の設定*/
#right{
    width:560px;
    height:auto;
    font-size: 12px;
    LINE-HEIGHT: 120%;
    color: #4c4c4c;
    float: right;
    background-color: #ffffff;
}

/* 左側の設定*/
#left{
    width:181px;
    height:auto;
    float:left;
}
/* フッターの設定*/
#foot{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    position:relative;
    width:100%;
    height:15px;
    background-color:#cc0000;
    clear:both;
}

