﻿@charset "utf-8";

#_contents{
    width: 100%;
}

#upper{
    display: table;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    top: -24px;
}

#upper_left{
    display: table-cell;
    position: relative;
    background: -webkit-gradient(linear, lefttop, rightbottom, from(#eaeaea), to(#fafafa));/* webkit系 */
    background: -moz-linear-gradient(top,  #eaeaea,  #fafafa);/* Mozilla系 */
    background: -o-linear-gradient(top, #eaeaea,  #fafafa);/* 旧Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fafafa', GradientType=0)";/* IE8-9 */
    background: -ms-linear-gradient(top,  #eaeaea,  #fafafa);/* IE10 */
}

#upper_left_top{
    position: absolute;
    top: 0;
    background: #98000c;
    width: 100%;
    height: 48px;
}

#mainBanner{
    display: table-cell;
    width: 1200px;
}

#upper_center_top{
    width: 100%;
    height: 24px;
}

#upper_center_bottom{
    padding-bottom: 1px;
    background: -webkit-gradient(linear, lefttop, rightbottom, from(#eaeaea), to(#fafafa));/* webkit系 */
    background: -moz-linear-gradient(top,  #eaeaea,  #fafafa);/* Mozilla系 */
    background: -o-linear-gradient(top, #eaeaea,  #fafafa);/* 旧Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fafafa', GradientType=0)";/* IE8-9 */
    background: -ms-linear-gradient(top,  #eaeaea,  #fafafa);/* IE10 */
}

#upper_right{
    display: table-cell;
    position: relative;
    background: -webkit-gradient(linear, lefttop, rightbottom, from(#eaeaea), to(#fafafa));/* webkit系 */
    background: -moz-linear-gradient(top,  #eaeaea,  #fafafa);/* Mozilla系 */
    background: -o-linear-gradient(top, #eaeaea,  #fafafa);/* 旧Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fafafa', GradientType=0)";/* IE8-9 */
    background: -ms-linear-gradient(top,  #eaeaea,  #fafafa);/* IE10 */
}

#upper_right_top{
    position: absolute;
    top: 0;
    background: #98000c;
    width: 100%;
    height: 48px;
}

#lower{
    margin: -24px auto 0;
    width: 1200px;
}

#lower:after{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#main{
    float: left;
    width: 890px;
    margin-left: 10px;
}

/*
 * #Kensaku はstyle_comに
 */

#sidebar{
    float: right;
    width: 300px;
    height:604px;
    text-align: center;
}

#main,
#sidebar{
    margin-top: 20px;
}

#topics{
    margin: 20px auto 20px;
    width: 294px;
}

#topics div{
    min-height: 200px;
    /*font-size: 11px;*/
    line-height: 1.6em;
    overflow: hidden;
    text-align: left;
    width: 292px;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
}

#topics a{
    text-decoration: underline;
}

dl#topicsTable0{
    margin: 1em;
}

dl#topicsTable0 dt{
    margin-bottom: 2px;
}

dl#topicsTable0 dd{
    margin-left: 0px;
    margin-bottom: 4px;
}

#sidebar div.first{
    margin-left: 3px;
    width: 292px;
    height: 142px;
    position: relative;
    background: url(/images/top_sidebar_banner_guide.jpg) right center;
}

#sidebar div.first a{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 272px;
    height: 122px;
}

#sidebar div.joinus{
    margin-left: 3px;
    width: 294px;
    height: 90px;
    background: url(/images/top_sidebar_banner_joinusOff.jpg) right center;
}

#sidebar div.joinus a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/top_sidebar_banner_joinusOff.jpg) right center;
}

#sidebar div.joinus a:hover{
    background: url(/images/top_sidebar_banner_joinusOn.jpg) right center;
}

#sidebar div.entrydocdl{
    margin-top: 20px;
    width: 294px;
    height: 70px;
}

#selectFrame{
    border: 0;
}
