/* スクロールバーの色設定（IEのみ） */
	html{
		scrollbar-arrow-color : #1a3380;
		scrollbar-base-color : #ffffff;
		scrollbar-darkshadow-color : #ffffff;
		scrollbar-highlight-color : #1a3380;
		scrollbar-shadow-color : #1a3380;
		scrollbar-track-color : #ffffff;
	}

/* ページ全体の基本的な設定と背景色 */
	body {
		margin-left: 10px ;
		margin-right: 10px ;
		margin-top: 10px ;
		margin-bottom: 5px ;
		padding: 0;
		/*background:#555555;  背景色 */
		background-image:url('http://www.keio-cheer.com/band/back.jpg');background-repeat:repeat;
		text-align: center;
		font-family: "Osaka",Verdana, Arial,"ＭＳ Ｐゴシック",sans-serif;
		/* font-familyには他に"MS UI Gothic"やtahomaなどがデザイン上相性が良いと思います。*/
	}

	a{color:#8585ad;text-decoration:none;}
	a:link{color:#8585ad;text-decoration:none;}
	a:visited{}
	a:active{}
	a:hover{color:#ffffff;background-color: #8585ad;text-decoration:none;}

	
/* トップのメニュー*/
	#globalnavi { 
		text-align: center;
		background-color: #eeeeee;
		font-size: 15px;
                width: 740px; /* 全体の幅を変更するときには全体の幅-20pxに指定 */
		font-family: tahoma, "Osaka",Verdana, Arial,"ＭＳ Ｐゴシック",sans-serif;
		color:"#000066";
		line-height: 150%;
		margin-top: 1px;
	}


/* サイトタイトル */
	
	#banner {/* widthは #outboxのwidth - #boxのpadding x2 となるように */
		width: 740px;
		height: 110px;
	}
	.bannerleft {/* widthは leftとrightの合計が#bannerのwidthと等しくなるように */
		width: 740px;
		height: 110px;
		float: left;
	}
	.bannerright {/* leftとrightの合計が#bannerのwidthと等しくなるように */
		width: 0px;
		height: 110px;
		float:right;
		background-color: #8585ad;
	}
	/* サイトタイトルとサブスクリプション */
	#topbanner { 
		padding: 60px 0px 0 0;
		text-align:center;
	}
	#topbanner a{
		color:#ffffff;
		background: none;
		text-decoration:none;
	}
	#topbanner a:hover{
		color:#fff;
		background: none;
		text-decoration:none;
		position: relative; top:1px;left:1px;
	}
	.sitename{
		font-size: 16px;
		font-weight:normal;

	}
	.sitedescription{
		color:#ffffff;
		font-size: 13px;
		font-weight:normal;

	}	
/* サイトタイトルココまで */



