@charset "UTF-8";
/* CSS Document */
/*============カラースキーム============*/	
    body{
    background-color: #5A699D;
    font-size: 14px;
    }
/*------反転時のカラー------*/
#gnavi ul li,
#gnavi ul li a:hover,
#pagenavi ul li,
#MainMenu ul li a:hover,
#branding{
		background-color: white;
		color:#5A699E;
	}
/*------リンクカラー------*/	
#gnavi ul li a,
#MainMenu ul li a,
#cnavi li a{
		background-color: #5A699E;
		color: white;
	text-decoration: none;
	}
/*------他コースカラー------*/	
	.game{
		background-color: #529570;
		color: white;
	}
	.music{
		background-color: #DB538D;
		color: white;
	}	
/*------フッター------*/	
    footer{
    background-color: #000000;
    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;
}
body p {
}

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

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

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

 h2{
    backface-visibility: #5A689F;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    border-radius: 18px;
    background-color: #1D4B80;
    }
body p {
}
h3 {
    font-size: 16px;
    color: #000000;
   
  ;
}
h4{
    color: #000000;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    }
 p{
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    }
