/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
}
/* ヘッダーの設定*/
#head{

    height:100px;
    background-image:url(img/bg04-10.gif);
}
/* ヘッダータイトル */
#head h1{
width:99%;
color:#fff;
font-size:30px;
margin:0;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:800px;
    background-color:#FFFFFF;
}
/* 左側の設定*/
#left{
    width:200px;
    height:1500px;
    float:left;
    background-image:url(img/bg04-10.gif);
}
/* 左側タイトル */
#left h2{
background:url('img/bg04-7.gif') repeat-x left top;
font-size:1.2em;
color:#FFF;
text-align:center;
}
/* 左側リンク */
#left a{
color:#FFF;
width:100%;
text-decoration:none;
}
#left ul{
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}
/* 右側の設定*/
#right{
    width:600px;
    height:100%;
    float:right;
    background-color:#FFFFFF;
}
#right h2{
font-size:1em;
background:url('img/menubar01-2.gif') no-repeat left top;

padding:2px 15px 5px 30px;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:100px;
    background-color:#FFFFFF;
    clear:both;
}
