@charset "UTF-8";
/* CSS Document */
/*============カラースキーム============*/	
    body{
    background-color: hsla(222,31%,61%,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:hsla(222,33%,61%,1.00);
	}
/*------リンクカラー------*/	
#gnavi ul li a,
#MainMenu ul li a,
#cnavi li a{
		background-color: hsla(223,32%,61%,1.00);
		color: white;
	text-decoration: none;
	}
/*------他コースカラー------*/	
	.game{
		background-color: #82F2BE;
		color: white;
	}
	.music{
		background-color: #E4A0ED;
		color: white;
	}	
/*------フッター------*/	
    footer{
    background-color: red;
    color: white;
    font-size: 10px;
    text-align: right;
    list-style-type: none;
    }
/*============コースナビ============*/
	#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(123,142,188,1.00);
	 color: rgba(252,252,252,1.00);
	 font-size:18px;
	 text-align: center;
	 border-radius:18px;
	
    }
h3 {
	font-size: 16px;
	color: rgba(123,142,188,1.00);
	border-bottom-width: 2px;
	border-bottom-style: solid;

}
h4{
color: rgba(43,28,122,1.00);
	text-align: center;
	border-width: 1px;
	border-style: solid;
    
    }
 p{
    background-color: #EEF5F7;
    font-size: 14px;
    line-height: 32px;
    }
