/* TOP layout */

#side{
width:182px;
float:left;
}

#cont{
width:518px;
float:right;
}


/* regist */
#side .regist{
width:162px;
padding:10px;
margin-bottom:12px;
background-color:#f5fafa;
border:1px solid #ebebeb;
}

#side .regist .btn{
margin-bottom:2px;
}

#side .regist .btn li{
margin-bottom:3px;
}

#side .regist .link{
background-color:#ffffff;
}

#side .regist .link li{
background:url(../images/regist_line.gif) bottom center no-repeat;
padding:8px;
}

#side .regist .link li.none{
background:none;
}

#side .regist .link a.icof{
padding-left:20px;
background:url(../images/ico_first.gif) no-repeat center left;
}

#side .regist .link a.icog{
padding-left:20px;
background:url(../images/ico_guide.gif) no-repeat center left;
}


/* search */
#side .search{
width:176px;
padding:3px;
margin-bottom:12px;
border:1px solid #ebebeb;
font-size:.75em;
}

#side .search dl{
margin:3px 3px 8px 3px;
}

#side .search select{
width:170px;
}

#side .search .btn{
text-align:center;
margin:8px auto 5px;
}

#side .search ul{
padding:3px;
margin-bottom:12px;
}

#side .search ul.none{
margin-bottom:0;
}

#side .search li{
padding:5px 0;
}

#side .search li a{
padding-left:15px;
background:url(../images/arrow_right.gif) no-repeat center left;
}


/* bunner */
#side .bnr{
margin-bottom:20px;
}

#side .bnr li{
margin-bottom:12px;
}


/* main */
#cont .main{
margin-bottom:10px;
}


/* news */
#cont .news{
width:518px;
margin-bottom:12px;
}

#cont .news dl{
overflow:auto;
height:130px;
padding:10px;
background-color:#faf9f9;
border:1px solid #ebebeb;
}

#cont .news dt{
font-weight:bold;
margin-bottom:3px;
}

#cont .news dd{
padding-bottom:8px;
margin-bottom:8px;
border-bottom:1px solid #ebebeb;
}

#cont .news dd.none{
border-bottom:none
}


/* rank */
#cont .rank{
width:518px;
margin-bottom:12px;
}

#cont .rank .rankbg{
padding:1px;
overflow: hidden; /* これがポイント */
position: relative;
background-color:#faf9f9;
border:1px solid #ebebeb;
}

#cont .rank .rankbg dl{
float:left;
width:156px;
margin-right:14px;
}

#cont .rank .rankbg dl.none{
margin-right:0px;
}

#cont .rank .rankbg dd.item{
width:154px;
height:130px;
text-align:center;
vertical-align:middle;
margin-bottom:8px;
border:1px solid #ebebeb;
}


/* status */
#cont .status{
width:518px;
margin-bottom:12px;
}

#cont .status .box{
padding:10px;
overflow: hidden; /* これがポイント */
background-color:#faf9f9;
border:1px solid #ebebeb;
}

#cont .status .date{
font-weight:bold;
padding-bottom:5px;
}

#cont .status .date span{
color:#ff0000;
font-weight:normal;
font-size:0.75em;
padding-left:10px;
}

#cont .status .box dl{
overflow: hidden; /* これがポイント */
clear:both;
margin-bottom:8px;
}

#cont .status .box dt{
float:left;
width:125px;
margin-right:20px;
border:1px solid #ebebeb;
}

#cont .status .box dd{
width:340px;
}


#cont .status .box p{
text-align:right;
}
















