@charset "EUC-JP";
/* CSS Document */

#contentsBody {
    width: 900px;
}
#alfa {
    width: auto;
}
#TopMain {
    margin-top: 15px;
}
#newsHead01 {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("images/bg_top_head_01.gif");
    background-position: left top;
    background-repeat: no-repeat;
    height: 25px;
    text-indent: -3000px;
}
#newsHead02 {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("images/bg_top_head_02.gif");
    background-position: left top;
    background-repeat: no-repeat;
    height: 25px;
    text-indent: -3000px;
}

.news {
    background-attachment: scroll;
    background-color: transparent;
	background-image: url("images/bg_news.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 270px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    width: 600px;
}

.news .body {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.news li {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("images/bg_list_circle.gif");
    background-position: left 3px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 15px;
    padding-left: 15px;
    width: 555px;
}

.newsiframe {
    width: 580px;
}



.newsiframe .body {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.newsiframe li {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("images/bg_list_circle.gif");
    background-position: left 3px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 15px;
    padding-left: 15px;
    width: 555px;
	    border-bottom-color: #666666;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding-bottom: 5px;
    padding-top: 0;
}


.newsiframe h2 {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("images/bg_news_contents.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    padding-left: 15px;
}

.newsiframe .date {
    float: left;
    padding-left: 5px;
    width: 95px;
}

