
/*---------------------------------------------*/
/*- 右フレーム部の基本設定をしています。      -*/
/*---------------------------------------------*/
.beta
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}

.beta {
width:210px;
margin-left: 10px;
padding: 0px;
}


/*---------------------------------------------------*/
/*- 右フレーム（News、フィード）用の設定しています。-*/
/*---------------------------------------------------*/
.right_table {
	background-color:#ffffff;
}
.right_table_top {
    border-top: 1.5px solid #CCCCCC;
}
.right_table_left {
    border-left: 1.5px solid #CCCCCC;
}
.right_table_right {
    border-right: 1.5px solid #CCCCCC;
}
.right_table_bottom {
    border-bottom: 1.5px solid #CCCCCC;
}
.right_table_left_top {
    background-image: url(../images/pc/com/sub_win_left_top.jpg);
    background-repeat: no-repeat;
}
.right_table_right_top {
    background-image: url(../images/pc/com/sub_win_right_top.jpg);
    background-repeat: no-repeat;
}
.right_table_left_bottom {
    background-image: url(../images/pc/com/sub_win_left_bottom.jpg);
    background-repeat: no-repeat;
}
.right_table_right_bottom {
    background-image: url(../images/pc/com/sub_win_right_bottom.jpg);
    background-repeat: no-repeat;
}

/*---------------------------------------------------*/
/*- カテゴリー用の設定しています。                  -*/
/*---------------------------------------------------*/
.category_title {
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    text-align: left;
}

/*---------------------------------------------------*/
/*- 右フレームの検索の設定しています。  -*/
/*---------------------------------------------------*/
.search_data {
    text-align: left;
}


/*---------------------------------------------------*/
/*- 右フレームのエントリー一覧用の設定しています。  -*/
/*---------------------------------------------------*/
.entry_title_list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    text-align: left;
}
.entry_title_list li {
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin: 0px;
    padding: 5px;
    line-height: 130%;
    border-bottom: 1px dashed #393FB8;
}

/*---------------------------------------------------*/
/*- 一覧へのリンクの設定しています。                -*/
/*---------------------------------------------------*/
.right_list_link {
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    text-align: right;
    margin: 3px;
    padding: 0px;
}
/*-------------------------------------------------*/
/*- 一括処理                                      -*/
/*-------------------------------------------------*/
.pkg td{
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    text-align: left;
    margin: 0px;
    padding: 5px;
}
/*-------------------------------------------------*/
/*- 一覧情報                                      -*/
/*-------------------------------------------------*/
.pkg td{
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    text-align: left;
    margin: 0px;
    padding: 5px;
}

/*-------------------------------------------------*/
/*- サイドメニュー検索                            -*/
/*-------------------------------------------------*/
.sidemenusearch{
    text-align: left;
}
