/* ------ メニュー変更

基本
カラーのみの変更だけにして下さい。
それ以外を修正すると、レイアウトが崩れる場合があります。

------ */
#header{
background:#ff0000;
border-bottom:3px #000000 solid;
}

.sub_header_menu_icon{
/*グラデ使用時*/
background:#000000;
border-bottom:3px #ff0000 solid;
}

/* ------ 新着情報などのタイトル変更

基本
カラーのみの変更だけにして下さい。
それ以外を修正すると、レイアウトが崩れる場合があります。

------ */
div.center_contents_title{
color:#;
background: #ff0000;
border-bottom:3px #000000 solid;
}

/* ------ 予定のタイトル変更

基本
カラーのみの変更だけにして下さい。
それ以外を修正すると、レイアウトが崩れる場合があります。

------ */

div.week_carendar_title{
color:#;
background: #ff0000;
border-bottom:3px #000000 solid;
}
/* ------ 試合速報などのタイトル変更

基本
カラーのみの変更だけにして下さい。
それ以外を修正すると、レイアウトが崩れる場合があります。

------ */

div.game_contents_title{
color:#;
background: #ff0000;
border-bottom:3px #000000 solid;
}