@charset "shift-jis";
/*
********************************************************************************
Copyright (C) 2010-2011 ういすぷ, All right reserved.
Copyright (C) 2010-2011 TREE-WEB.NET, All right reserved.
********************************************************************************
*/

#rss_news {
   margin:auto;
   width:640px;
   
   border-style:solid;
   border-width:1px;
   border-color:#aaa;
   
   margin-top:30px;
   margin-bottom:50px;
   
   /* CSS 3 */
   border-radius:8px;
}
#rss_news p {
   padding:5px;
}

#feed_left{
   width:320px;
   display:block;
   float:left;
}
#feed_right{
   width:320px;
   display:block;
   float:left;
}
#feed_left, #feed_right{
   margin-top:20px;
}

#feed_left h3,
#feed_right h3 {
   margin:2px 14px 5px 14px;
   padding-left:5px;
   
   font-weight:bold;
   line-height:13px;
   
   border-style:none none none solid;
   border-width:3px;
   border-color:#a62d38;
}




/*
--------------------------------------------------------------------------
フィールド
--------------------------------------------------------------------------
*/
.rssfeed{
   padding:10px;
}
.rssfeed ul{
}
.rssfeed li{
   margin:1px 5px;
   padding-bottom:2px;
   margin-bottom:2px;
   position:relative;
   
   border-style:none none dashed none;
   border-width:1px;
   border-color:#eee;
   
   
}
.rssfeed .item_date{
   padding-right:10px;
   font-size:12px;
   float:left;
   color:#666;
}
.rssfeed .item_title {
   display:block;
   font-size:12px;
   margin-left:70px;
}
.rssfeed .item_title a {
   color:#274e37;
}
.rssfeed .item_title a:visited{
   color:#651f76;
}

.rssfeed .item_feedTitle {
}
.rssfeed .rssfeed_bottom{
   clear:both;
}



/*
--------------------------------------------------------------------------
トップメッセージ
--------------------------------------------------------------------------
*/
#information {
   margin-bottom:40px;
}
#information #left {
   width:500px;
   float:left;
}
#information #left p {
   line-height:24px;
}
#information #left .wbn_button {
   width:300px;
   height:40px;
   display:block;
   background-image:url("http://webboard.jp/contents/WebBoard/webboard_network_button.gif");
   background-repeat:repeat-x;
   background-position:0 0;
   margin:auto;
}
#information #left .wbn_button span {
   display:none;
}

#information #right {
   width:300px;
   float:right;
   text-align:center;
}






