/* gbvp */

body{
	background: #ffffff url('june/120101.jpg') no-repeat 0 0;
}

h1{
	display: none;
}

#contents{
	margin:20px 100px;
	position: relative;
	width:80%;
	text-align:left;
	padding:0;
}
	
	#contents h2{
		background: url("june/menu_logo.gif") no-repeat 50% 100%;
		display: block;
		width:200px;
		height:80px;
		font-size:0;
		color:#6096BF;
	}
	
	#contents ul{
		width:200px;
		padding-bottom: 20px;
		list-style-type: none;
		background: url("june/menu_bottom.gif") no-repeat 0 100%;
	}
	
	#contents li{
		line-height:0;
	}

	#contents li a{
		display: block;
		width:200px;
		height:80px;
		margin:0;
		padding:0;
		float:none;
		text-decoration:none;
		line-height:normal;
	}


		#contents li#c-top a{		background: url("june/menu_top.gif") no-repeat 50% 0;}
		#contents li#c-memo a{		background: url("june/menu_memo.gif") no-repeat 50% 0;}
		#contents li#c-gallery a{	background: url("june/menu_gallery.gif") no-repeat 50% 0;}
		#contents li#c-links a{		background: url("june/menu_link.gif") no-repeat 50% 0;}

		#contents li#c-top a:hover{		background: url("june/menu_a_top.gif") no-repeat 50% 0;}
		#contents li#c-memo a:hover{	background: url("june/menu_a_memo.gif") no-repeat 50% 0;}
		#contents li#c-gallery a:hover{	background: url("june/menu_a_gallery.gif") no-repeat 50% 0;}
		#contents li#c-links a:hover{	background: url("june/menu_a_link.gif") no-repeat 50% 0;}

#main{
	background-color: #BFE4FF;
	padding-top:20px;
	text-align:left;
}

