@charset "utf-8";

h3 img {
    margin-bottom:10px;
}

/* pickup */
#pickup {
    margin:8px 0 20px;
    zoom:1;
}
#pickup:after { content:""; }

#pickup dl.left {
    width:320px;
    float:left;
    padding-top:5px;
}

#pickup dl.right {
    width:320px;
    float:right;
    padding-top:5px;
}

#pickup dt {
    width:170px;
    float:left;
    padding-top:0;
    font-size:75%;
    text-align:left;
}

#pickup dt a {
    display:inline-block;
    width:158px;
    height:214px;
    background:#fff;
    border:solid 1px #ccc;
    *display:inline;
    *zoom:1;
    position:relative;
}

#pickup dt img {
    width:158px;
    height:214px;
    margin-bottom:3px;
    position:absolute;
    top:0;
    left:0;
    clip:rect(4px 154px 210px 4px);
}

#pickup dt a:hover {
    border:1px solid #1074bd;
}

#pickup dd {
    padding:5px 0 0 170px;
    line-height:1.4;
}

#pickup dd.icon {
    background:none;
    padding:0 0 10px 170px;
}

#pickup dd.date {
    padding:1px 0 2px 180px;
    background:url(/common/images/base/icon_date.gif) no-repeat 170px 0;
    line-height:1;
}

#pickup dd.title {
    padding-bottom:2px;
    font-weight:bold;
}

#pickup dd.intro {
    font-size:90%;
}

#pickup dd.category {
    font-size:85%;
}

#pickup dd.category a {
    color:#333;
}

#new {
    margin-bottom:30px;
}

#new ul.list li dl {
    width:320px;
    background:url(/common/images/base/bg_list.gif) #fff repeat-x left bottom;
}

#new ul.list li dl.right {
    float:right;
}

#new ul.list li dd.category {
    font-size:85%;
}

#new ul.list li dd.category a {
    color:#333;
}

#new div.list {
    padding-top:10px;
    text-align:right;
}

#new div.list a {
    display:inline-block;
    padding-left:10px;
    background:url(/common/images/base/arrow_backnumber.gif) no-repeat left;
}

#others {
    margin-bottom:20px;
}

#others .title {
    margin-bottom:15px;
    padding:5px 8px 3px;
    color:#fff;
    background:url(../images/base/bg_body.gif);
    border:solid 1px #ccc;
    line-height:1.4;
}

#others ul {
    margin-bottom:15px;
    padding:10px 10px 7px;
    background:#f2f2f2;
    border:solid 1px #ddd;
    zoom:1;
}
#others ul:after { content:""; }

#others li {
    display:block;
    width:300px;
    padding:3px 0;
    /padding:4px 0;
    font-size:98%;
}

#others li.left {
    clear:left;
    float:left;
}

#others li.right {
    clear:right;
    float:right;
}

#others li:after { content: "."; display: block; height: 0px; line-height: 0; clear: both; visibility: hidden; }

#others li img {
    margin-left:10px;
    vertical-align:top;
}

#others li span.column_title {
    display:block;
    float:left;
}

#others li .lastupdate {
    display:block;
    float:right;
    margin-left:10px;
    font-size:80%;
    /font-size:90%
}

#interview_info {
    margin:20px 0;
    zoom:1;
}
#interview_info:after { content:""; }

#interview_info .photo {
    width:200px;
    float:right;
    text-align:right;
}

#interview_info .photo img {
    padding:4px;
    border:solid 1px #ccc;
}

p.underline{
    background:url(/common/images/base/bg_list.gif) repeat-x left bottom;
}

/* 左画像、右テキスト */
.img_left { width:244px; }
.img_left p { width:224px; }
.text_right{ padding-left:244px; }

/* 右画像、左テキスト */
.img_right { width:244px; }
.img_right p { width:224px; }
.text_left{ padding-right:244px; }

