@charset "UTF-8";

/***  今週の特集  ***/

#weeksp {
    clear: both;
    width: 946px;
    background-color: #000;
    margin-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #CCC;
    color: #FFF;
    background-image: url(../images/sp_bg.gif);
    background-repeat: repeat;
    position: relative;
}
#weeksp_title {
    width: 926px;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    font-style: italic;
}
.weeksp_sm {
    width: 80px;
    height: 135px;
    float: left;
    padding: 10px;
    background-color: #FF0;
    border: 2px solid #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}
.weeksp_sm:hover{
    width: 80px;
    float: left;
    padding: 10px;
    background-color: #FF0;
    border: 2px solid #39F;
    display: block;
}
.weeksp_sm a:link{
    color: #000;
    text-decoration: none;
}
.weeksp_sm a:link{
    color: #000;
    text-decoration: none;
}
.weeksp_sm a:link{
    color: #000;
    text-decoration: none;
}
.weeksp_sm a:visited {
    text-decoration: none;
    color: #000;
}
.weeksp_sm a:hover {
    text-decoration: none;
    color: #39F;
}
.weeksp_sm a:active {
    text-decoration: none;
    color: #39F;
}
.weeksp_arr {
    float: left;
    width: 10px;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 80px;
    color: #FF0;
}
#weeksp_archive {
    width: 20px;
    height: 100px;
    background-color: #FF0;
    background-image: url(../images/sp_archives.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 70px;
    right: 0;
    cursor: pointer;
}
#weeksp_archive:hover {
    width: 20px;
    height: 100px;
    background-color: #FF0;
    background-image: url(../images/sp_archives2.gif);
    background-repeat: no-repeat;
    display: block;
}

/***	新着記事	***/

.column_photo {
    height: 210px;
    width: 210px;
}

#con_2col {
    padding: 9px;
    float: left;
    height: 360px;
    width: 450px;
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
}

#con_2col_inner {
    color: #FFF;
    display: block;
    height: 360px;
    width: 450px;
    position:relative;
    background:#000 no-repeat center center;
    overflow: hidden;
}

.date {
    font-size: 12px;
    color: #FFF;
}

.news_column {
    position: relative;
    width: 228px;
    padding: 0;
}

.column .inner_culmn {
    display: block;
    width: 210px;
    padding: 9px;
}

.column_date {
    font-size: 10px;
    line-height: 40px;
    height: 40px;
    width: 210px;
}
.column_date_date {
    float: left;
    height: 40px;
    width: 160px;
}
.column_comments {
    display:block;
    position: absolute;
    left: 169px;
    top: 230px;
    font-style: italic;
    line-height: 10px;
    float: left;
    height: 35px;
    width: 50px;
    text-align: center;
    font-size: 10px;
    background-image: url(../images/comments_sm.gif);
    background-repeat: no-repeat;
    padding-top: 5px;
}
a.column_comments:link,
a.column_comments:visited {
    color: #000;
}
a.column_comments:hover,
a.column_comments:active{
    color: #f00;
}
.comments_num {
    font-size: 14px;
    font-style: italic;
    line-height: 14px;
    font-weight: bold;
}
.column_title {
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    letter-spacing: -1px;
    clear: both;
    height: 18px;
    width: 210px;
    font-weight: bold;
    margin-top: 5px;
    overflow:hidden;
}

.column_text {
    font-size: 12px;
    line-height: 1.5em;
    height: 70px;
    margin-top: 6px;
    word-break: break-all;
    overflow: hidden;
}

.con_2col_title {
    background-color: #000;
    filter:alpha(opacity=80);
    opacity:0.8;
    font-size:12px;
    padding:5px 8px 8px 8px;
    line-height: 2em;
}

.con_2col_title h2{
    letter-spacing: -1px;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin-left:5px;
}

a:link.con_2col_title,
a:visited.con_2col_title {
    color: #FFF;
    text-decoration: none;
}

a:hover.con_2col_title ,
a:active.con_2col_title {
    text-decoration: none;
    color: #39F;
}
.con_2col_text {
    font-size: 12px;
    background-color: #000;
    line-height: 1.4em;
    width:100%;
    position:absolute;
    bottom:0px;
    filter:alpha(opacity=80);
    opacity:0.8;
    height: 4.7em;
}

.con_2col_text p {
    height: 4.4em;
    padding:5px;
    overflow: hidden;
}

#OnTheWeb {
    clear:both;
    padding-top: 10px;
    margin-right: 10px;
}

/***	ページトップリンク	***/

#top_page {
    clear:both;
    background-color: #eee;
    height: 28px;
    border:0px dotted #CCC;
    border-width:0 1px 1px 1px;
    text-align: right;
    padding-right: 5px;
    margin-right:10px;
    margin-top: 5px;
    padding-top: 5px;
}
#top_page a:link,
#top_page a:visited{
    color: #000;
    text-decoration: none;
}
#top_page a:hover,
#top_page a:active{
    text-decoration: none;
    color: #39F;
}
