@charset "utf-8";

/*--------------------------------------
新着情報
---------------------------------------*/

#NewsIndex h2 {
padding-bottom: 8px;
margin-bottom: 15px;
color: #ed6c00;
font-size: 138.5%;
}

.NewsWrap {
margin-bottom: 10px;
}

.entry-list {
width: 100%;
margin-bottom: 15px;
}

.entry-list dt {
/*line-height: 2em;*/
line-height: 1.5em;
float: left;
clear: left;
}

.entry-list dt p
{
background-image: url(../common/images/listmark.gif);
background-repeat: no-repeat;
background-position: left 50%;
padding-left: 12px;
}

.entry-list dd {
background-image: url(../common/images/line_dot.gif);
background-repeat: repeat-x;
background-position: bottom;
/*margin-top:-2em;*/
padding-left:6.5em;
position:relative;
white-space:normal;
/*line-height: 2em;*/
line-height: 1.5em;
/*margin-bottom: 5px;*/
margin-bottom: 10px;
/*padding-bottom: 5px;*/
padding-bottom: 10px;
}

#NewsArchive {
background-image: url(../common/images/line_dot.gif);
background-repeat: repeat-x;
background-position: bottom;
margin-bottom: 15px;
padding-bottom: 35px;
overflow: hidden;
}

/*--↓↓記事詳細：タイトル表示部分↓↓--*/

#NewsArchive .entrytitle {
position: relative;
width: 710px;
overflow: hidden;
}

#NewsArchive .entrytitle h2 {
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #ffe500;
clear: both;
line-height: 1;
font-size: 123.5%;
}

.topic_link a {
background-image: url(../common/images/listmark.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 10px;
text-decoration: none;
}

.topic_link {
position: absolute;
right: 0px;
top: 0px;
}

/*--↑↑記事詳細：タイトル表示部分↑↑--*/

.createdate {
text-align: right;
margin-bottom: 20px;
font-size: 90%;
}

#EntryBody {
line-height: 1.8;
}




