@charset "UTF-8";
/* CSS Document */
/*============カラースキーム============*/	
    body{
    background-color: rgba(33,71,134,1.00);
    font-size: 14px;
    }
/*------反転時のカラー------*/
#gnavi ul li,
#gnavi ul li a:hover,
#pagenavi ul li,
#MainMenu ul li a:hover,
#branding{
		background-color: white;
		color:rgba(0,0,0,1.00);
	}
/*------リンクカラー------*/	
#gnavi ul li a,
#MainMenu ul li a,
#cnavi li a{
    background-color: rgba(55,140,175,1.00);
    color: white;
    text-decoration: none;
	}
/*------他コースカラー------*/	
	.game{
		background-color: rgba(208,222,61,1.00);
		color: white;
	}
	.music{
		background-color: rgba(102,168,135,1.00);
		color: white;
	}	
/*------フッター------*/	
    footer{
    background-color: rgba(49,69,76,1.00);
    color: white;
    }
/*============コースナビ============*/
	#cnavi{
		position: absolute;
		top:180px;
		left:12px;
	}
#cnavi li{
    width: 120px;
}
 /*============グローバルナビ============*/
    #gnavi {
        width:960px;
        margin: 0 auto;
    }
#gnavi ul li,#gnavi ul li a{
/*            background-image: url(../img/main.png);*/

}
 /*============コンテンツナビ============*/
#MainMenu ul{
    width: 640px;
}

	#MainMenu li{
/*        text-align: right;*/
/*        margin-left: 10px;*/
}
 /*============ロゴ============*/

 /*============ヘッダー高さ============*/
#mv{
    height: 250px;
}

header{
    height: 530px;
}
main{
    padding-top: 530px;
}
#logo{
    margin-bottom: 45px;
}
    /*============本文テキスト============*/	

 h2{
    background-color: rgba(54,139,174,1.00);
    font-size: 18px;
    text-align: center;
    border-radius: 18px;
    color: rgba(255,255,255,1.00);
    }
h3 {
    color: rgba(54,139,174,1.00);
    font-size: 16px;
}
h4{
    text-align: center;
    color: rgba(55,140,175,1.00);
    border-style: solid;
    border-width: 1px;
    }
 p{
    color: rgba(0,0,0,1.00);
    font-size: 14px;
    line-height: 32px;
    }
