@charset "UTF-8";
/* CSS Document */
/*============カラースキーム============*/	
    body{
    background-color: hsla(225,27%,48%,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(72,94,170,1.00);
	}
/*------リンクカラー------*/	
#gnavi ul li a,
#MainMenu ul li a,
#cnavi li a{
		background-color: hsla(224,30%,48%,1.00);
		color: white;
	text-decoration: none;
	}
/*------他コースカラー------*/	
	.game{
		background-color: hsla(175,45%,39%,1.00);
		color: white;
	}
	.music{
		background-color: hsla(321,36%,46%,1.00);
		color: white;
	}	
/*------フッター------*/	
    footer{
        background-color: rgba(134,134,134,1.00);
        color:white;
		font-size: 10px;
    }
/*============コースナビ============*/
	#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;
    width: 100%;
}

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

 h2{
	background-color:
		rgba(85,105,159,1.00);
	color:rgba(255,255,255,1.00);
	font-size:18px;
	text-align:center;
	border-radius:18px;
    }
h3 {
	font-size:16px;
	color:rgba(86,105,159,1.00);
	border-bottom-style:solid;
}
h4{
	color:rgba(86,105,159,1.00);
	text-align:center
   	border-width:1px;
	border-style:solid;
    }
 p{
	color:rgba(64,64,64,1.00)
	font-size:14px;
	line-height:32px;
    }
