/**フォント色変更**/

/*リンク関連*/
a:link    { color: #026CD1; }
a:visited { color: #004A95; }
a:hover   { color: #76AFE6; }
a:active  { color: #76AFE6; }

/*コンテンツ見出しlv1*/
td.bg_06 span.b_b,
.c_00 { color: #222222; }

/*コンテンツ見出しlv2*/
.c_01 { color: #444444; }

/*強調文字暖色*/
.c_02 { color: #D92C49; }

/*強調文字寒色*/
.c_03 { color: #2C65D9; }

/*その他文字色*/
body { color: #000000; }

/*** マイアクティビティの1カラム目への移動 ***/
table#myActivityList th{
    width: 100%;
    background-color: #EEEEEE;
}

table#myActivityList tr,table#myActivityList td{
    width: 100%
}

#articleListMoreInfo, 
#myRecentBlogMoreInfo,
#myRecentReviewMoreInfo,
#myRecentAlbumMoreInfo{
    margin-left:120px;
    background: url(/sns/skin/default/img/icon_arrow_1.gif) no-repeat;
    padding: 2px 0px 2px 20px; 
}

/*** 3 column  right side bar ***/

#sideBanner *{
 font-size: 12px;
}

/* 右上のバーナー画像 */
#rightBannerBox{
    background: #EEEEEE; 
    hight: 220px; 
    width:270px; 
    margin-top: 97px; /* 左2カラムの高さに合わせたいが、informationの高さが可変なためむずかしい。さらに、ブラウザで異なる */ 
    text-align: center;
}

#rightBannerBox img{
    margin: 5px auto; 
}

#rightBannerBox2{
    background: #EEEEEE; 
    hight: 220px; 
    width:270px; 
    margin-top: 0; 
    text-align: center;
}

#rightBannerBox2 img{
    margin: 5px auto; 
}

/* サイドボックス */
#sideBanner .dparts{
    width:250px; 
    margin: 10px 5px;
    border: none;
    background: #EEEEEE; 
}

#sideBanner .parts{
    border: none;
}

#sideBanner .parts .partsHeading{
    background: #CCCCCC; 
}


#sideBanner table{
    padding: 2px;
}

#sideBanner ul{
    padding: 2px;
}

/** ヘルプディスクのトピック一覧 **/
#helpDeskTopicList dt{
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    margin-top: 5px;
    background: url(/sns/skin/default/img/icon_arrow_2.gif) no-repeat scroll;
    padding-left: 18px;
}

#helpDeskTopicList dd{
    padding-left: 18px;
}

/** 最新開催のイベント **/
.newEventDate{
    /* background: url(/sns/skin/default/img/icon_1.gif) no-repeat scroll; */
    padding-left: 0px;
}

.newEvent{
    background: url(/sns/skin/default/img/icon_1.gif) no-repeat scroll;
    padding-left: 8px;
}

/* イベントが書き込まれたコミュニティ名 */
li.newEventCommunity{
    padding-left: 48px;
    display: none;  /* ← noneで非表示。blockで表示 */
    color: #CCCCCC;
}

.newEventCommunity a{
    color: #999999;    
}

#side_new_user_list li{
    background: url(/sns/skin/default/img/icon_3.gif) no-repeat scroll;
    padding-left: 8px;
}

#side_online_user_list li{
    background: url(/sns/skin/default/img/icon_arrow_2.gif) no-repeat scroll;
    padding-left: 18px;
}

#side_new_community_list li{
    background: url(/sns/skin/default/img/icon_2.gif) no-repeat scroll;
    padding-left: 8px;
}

#side_ext_plan li{
    background: url(/sns/skin/default/img/icon_1.gif) no-repeat scroll;
    padding-left: 8px;
}

/* 「もっと読む」リンク */
.moreInfo{
    margin-left:85px;
    padding-left:16px;
}