@charset 'UTF-8';

/*====================================================================================================
 基本設定
====================================================================================================*/

div#wrap {
    width: 100%;
}



/*====================================================================================================
 ヘッダー
====================================================================================================*/
div#header {
    margin: 0px 30px 20px 30px;
}



/*====================================================================================================
コンテナー
====================================================================================================*/
div#container {
    position: relative;
    padding-bottom: 0;
}

/* サイドバー */
div#sidebar {
    float: none;
    position: absolute;
    margin: 10px 0;
}

/* メイン */
div#main {
    float: none;
    position:relative;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;

}

/*====================================================================================================
 コンテンツ
====================================================================================================*/

div#contents {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    float: none;
    margin-bottom: 0;
    background: transparent;

}

/* 共通 */
div#contents div.content {
    position: absolute;
    width: 190px;
    text-align: left;
}

div#contents div.content a {
    text-decoration: none;
}

div#contents div.content div.body div.inner a:hover {
    text-decoration: none;
}

/* コンテンツボディ */
div#contents div.content div.body {
    background: #858585 url(../img/bg_content.gif) left top repeat;
}

/* コンテンツ内部 */
div#contents div.content div.body div.inner {
    height: 100%;
    background: #fff;
    padding: 5px;
}

div#contents div.content div.body div.inner:hover {
    background: #f0f0f0;
}


div#contents div.content div.body div.inner img {
    margin-bottom: .5em;
}

/* コンテンツタイトル */
div#contents div.content h3 {
    color: #666;
    font-size: 108%;
    font-weight: bold;
    line-height: 1.2;
}

div#contents div.content h3 span {
    margin-top: .5em;
    display: block;
    font-size: 85%;
    color: #999;
    font-weight: normal;
}

/* カテゴリー */
div#contents .category {
    font-size: 85%;
    text-align: right;
    color: #333;
    padding-right: 2px;
    background: #fff;
}

div#contents .category span {
    display: block;
    float: left;
    color: #fff;
    padding: 0 1em;
}

/* カテゴリー：記事 */
div#contents .category.topic span { background: #8cc63f; }
/* カテゴリー：店舗 */
div#contents .category.store span { background: #4dadc1; }
/* カテゴリー：特集 */
div#contents .category.feature span { background: #4dadc1; }
/* カテゴリー：休憩 */
div#contents .category.break span { background: #4dadc1; }


div#contents div.content p {
    margin-top: 0.8em;
    margin-bottom: 0em;
}


/*外観指定*/

p {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
}




/*====================================================================================================
 フッター
====================================================================================================*/

/*フッタ*/
div#footer {
    position: relative;
    background: #fff;
    margin-top: 20px;
    width: 100%;
    border-bottom: 10px solid #777;
}
