@charset "Shift_JIS";


/* 基本設定 */
*{
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family:Verdana, Helvetica, sans-serif;
}

body{
    background:#fff url(img/bg.gif);
    color:#333;
    text-align:center;
}

br{
    letter-spacing:normal;
}

a{
    color:#333;text-decoration:none;
}

a:hover{
    color:#fff;text-decoration:none;
}

img{
    border:0px;
}

/* テンプレート */
#temp{
    background-color:#fff;
    width:700px;
    text-align:center;
    line-height:18px;
    letter-spacing:1px;
    margin:30px auto;
}

/* メニュー */
#left{
    float:left;
    width:210px;
}

h1{
    background:url(img/head.gif) no-repeat;
    width:210px;
    padding:190px 0 10px 0;
}

#menu{
    background:url(img/middle.gif) repeat-y;
    width:210px;
    color:#333;
    text-align:left;
    line-height:24px;
}

#menu ul{
    padding:10px;
}

#menu li{
    list-style-type:none;
    padding-left:10px;
}

#left_foot{
    background:url(img/bottom.gif) no-repeat;
    width:210px;
    height:30px;
}

/* メインコンテンツ */
#right{
    float:right;
    width:460px;
    text-align:left;
    padding:10px;
}

#right h2{
    background:url(img/caption.gif) no-repeat;
    line-height:32px;
    padding-left:10px;
    color:#fff;
}

#right p{
    margin:5px 0px 20px 10px;
}

/* メインコンテンツのdd */
dl{
    margin:5px 0px 20px 10px;
}
dd{
	margin:5px 0px 12px 10px;
}

/* フッター */
#footer{
    background:#fff;
    width:700px;height:30px;
    color:#333;
    line-height:30px;
    text-align:center;
    clear:both;
}