@charset "utf-8";







/* メイン画像 */

#main img.main {

    display:block;

}







/* ////////////////////////////////////////////////// 基本レイアウト */



/* 左右全体 */

#inner {

}

    /* 左コンテンツ */

    #content {

        width:630px;

        position:relative;

        float:left;

    }

    /* 右コンテンツ */

    #sidebar {

        width:295px;

        float:right;

    }







/* ////////////////////////////////////////////////// 左コンテンツ */



/* h2 */

#content h2 {

    margin-top:31px; /* 50 */

    padding-bottom:5px; /* common.css 上書き */

}



/* 通常文 */

#content p {

    margin-top:30px;

    line-height:1.5em;

}



/* h3 */

#content h3 {

    margin-top:31px;

}



/* 「こんな介護を提供します」リストのアイコン */

#content ul.offer {

    list-style:none;

    padding-top:5px;

    padding-left:32px;

}

#content ul.offer li {

    line-height:1.5em;

    background:url(../img/top/list_square.gif) no-repeat 0 5px;

    padding-left:14px;

}



/* 「社会福祉法人 栄光会の理念」リストのアイコン */

#content ul.idea {

    list-style:none;

    padding-top:5px;

    padding-left:32px;

}

#content ul.idea li.list-1 {

    line-height:1.5em;

    background:url(../img/top/list_1.gif) no-repeat 0 3px;

    padding-left:19px;

}

#content ul.idea li.list-2 {

    line-height:1.5em;

    background:url(../img/top/list_2.gif) no-repeat 0 3px;

    padding-left:19px;

}







/* ////////////////////////////////////////////////// 右コンテンツ */



/* h2 */

#sidebar h2 {

    padding:0;

    margin-top:20px;

}



/* お知らせ枠 */

#sidebar div.news {

    padding:0 15px 15px;

    background:#f7f6f0;

    border-right:#fff 1px solid;

    border-left:#fff 1px solid;

}

/* 日付・アイコン */

#sidebar div.news p.date-info      {

	width:216px;

	padding:15px 0 3px 49px;

	background:url(../img/top/icon_info.gif) no-repeat 0 16px ;

}

#sidebar div.news p.date-event     {

	width:216px;

	padding:15px 0 3px 49px;

	background:url(../img/top/icon_event.gif) no-repeat 0 16px ;

}

#sidebar div.news p.date-publicity {

	width:216px;

	padding:15px 0 3px 49px;

	background:url(../img/top/icon_publicity.gif) no-repeat 0 16px ;

}



/* 文章 */

#sidebar div.news p {

    width:265px; /* IE6でバグるので指定 */

    color:#3e3e3c;

    font-size:85%;

    line-height:1.3em;

}





