@charset "Shift_JIS";

/*--------------------------------------------------------
  NEWSレイアウト設定
--------------------------------------------------------*/
/* NEW区切り 点線 */
hr
{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

#toppage-info dt
{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    width: 9em !important;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0px;
}

* html #toppage-info dd
{
    /* ie6用ハック */
    padding-left: 15px;
    height: 113px;
}

*:first-child + html #toppage-info dd
{
    /* for IE7 */
    padding-left: 15px;
    height: 113px;
}

#toppage-info dl
{
    margin-top: -10px;
}

#toppage-info dd
{
    padding-left: 132px;
    min-height: 105px;
    padding-bottom: 5px;
    padding-top: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

/* NEWタイトル文字 */
#toppage-info h4
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1.5;
    font-weight: bold;
    color: #AA6272;
}

#toppage-info dl:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#toppage-news h3 span.en
{
    display: none;
}

#toppage-news dl:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#toppage-news dt
{
    color: #3F3B4D;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    font-weight: bold;
    width: 170px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    background-image : url(img/pointS.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
}

#toppage-news dd
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 185px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

*:first-child + html #toppage-news dd
{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #toppage-news dd
{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}


.info-photo
{
    float: left;
    padding-right: 20px;
    padding-left: 5px;
    padding-bottom: 2px;
}

.info-comment
{
    margin-top: 5px;
}

#toppage-info hr
{
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    clear: both;
}

