/*----------全体設定----------*/
body {
    margin: 0px;
    background-image: url("image/test04.jpg");
    background-repeat: repeat-y;
}

h1 {
    font-size: 36px;
    color: #666666;
    padding-left: 60px;
    line-height: 55px;
    background-image: url("image/h1-blue.png");
    background-repeat: no-repeat;
}

h2 {
    font-size: 25px;
    padding-left: 10px;
    color: #666666;
    line-height: 60px;
    background-image: url("image/h2.png");
    background-repeat: no-repeat;
}

a:link {
    color: #002bb5;
}
a:visited {
    color: #7f7fe0;
}
a:hover {
    color: #da80e0;
}
a:active {
    color: #da80e0;
}

img {
    border-style: none;
}

/*----------------------------------------*/
/*----------ページの整形----------*/
#container {
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

/*----------ヘッダー----------*/
#header {
    width: 880px;
    height: 200px;
}

/*----------メイン----------*/
#main {
    width: 610px;
    vertical-align: top;
    padding-left: 50px;
}

#click-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

#concert-stage {
    font-weight: normal;
    padding-top: 25px;
    padding-bottom: 20px;
}

#concert-topic {
    font-weight: bold;
    padding: 10 10;
}

/*----------------------------------------*/
/*----------メニュー部分----------*/
#menu {
    vertical-align: top;
    width: 210px;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}

#menu-title {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

#menu-topic {
    text-align: left;
    border-style: none;
    margin: 0;
    padding: 0;
}

#calendar {
    text-align: right;
    padding-top: 8px;
    padding-right: 20px;
}


/*----------------------------------------*/
/*----------フッター----------*/
#footer {
    clear: both;
    width: 880px;
    color:#e5e5ff;
    line-height: 1.1em;
    margin: 1px;
    padding: 0;
}


/*----------------------------------------*/
/*----------エントランスページ----------*/
#entrance {
    padding: 50px;
}

#news {
    width: 780px;
    height: 10em;
    overflow: auto;
}
