@charset "Shift_JIS";


/* 基本設定 */
*{
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family:Verdana, Helvetica, sans-serif;
}

body{
    background:#fff url(img/bg1.gif);
    color:#fff;
}

br{
    letter-spacing:normal;
}

a{
    color:#333;text-decoration:none;
}

a:hover{
    color:#fff;text-decoration:none;
}

img{
    border:0px;
}

/* テンプレート */
#temp{
    background:#415D8C url(img/bg2.gif) no-repeat 400px 0;
    width:600px;
    line-height:18px;
    letter-spacing:1px;
}

/* メニュー */
h1{
    text-indent:-9999px;
    background:url(img/title.gif) no-repeat;
    width:270px;
    height:50px;
}

#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;
}

#menu a{
display:block;
width:590px;
color:#fff;
text-decoration:none;
line-height:20px;
padding-left:10px;
}

#menu a:hover{
display:block;
width:590px;
background-color:#E5B3DD;
color:#333;
text-decoration:none;
line-height:20px;
padding-left:10px;
}


/* メインコンテンツ */
#contents{
    width:580px;
    text-align:left;
    padding:10px;
}

#contents h2{
    background-color:#73A6A5;
    line-height:20px;
    padding-left:10px;
    color:#fff;
}

#contents p{
    margin:5px 0px 20px 10px;
}

/* メインコンテンツのdd */
dl{
    margin:5px 0px 20px 10px;
}
dd{
	margin:5px 0px 12px 10px;
}

/* フッター */
#footer{
    width:600px;height:30px;
    color:#333;
    line-height:30px;
    text-align:center;
}
