@charaset "Shift_JIS";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

 /* remember to define focus styles! */ 
:focus {
	outline: 0;
}

 /* remember to highlight inserts somehow! */ 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

 /* tables still need 'cellspacing="0"' in the markup */ 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-color:#eeeeee;
	text-align:center;
	}
	
p,ul,dl,ol,a{
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3",
	 "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka",
	 Verdana,Arial, Helvetica, sans-serif;
	}

	
img{
	border:none;
	margin:0;}

#wrapper{
	background-color:#ffffff;
	width:1200px;
	height:957px;
	border:ridge 5px black;
	margin:5px auto;
	}


#header{
	height:200px;
	margin-top:0;
	*width:1200px;
	}

a{
	outline:none;}
	
#headnav{
	height:50px;}
	
#headnav p{
	display:none;
	}
	
#headnav a{
	display:block;
	width:240px;
	height:50px;
	font-size:145%;
	text-decoration:none;
	line-height:1.5em;
	float:left;
	}
#headnav_marching{
	background-image:url(images/nav_marching.jpg);
	}
	#headnav_marching:hover{
	background-image:url(images/nav_marching_hover.jpg);
	}
#headnav_tour{
	background-image:url(images/nav_tour.jpg);
	}
	#headnav_tour:hover{
	background-image:url(images/nav_tour_hover.jpg);
	}
#headnav_oneday{
	background-image:url(images/nav_oneday.jpg);
	}
	#headnav_oneday:hover{
	background-image:url(images/nav_oneday_hover.jpg);
	}
#headnav_role{
	background-image:url(images/nav_role.jpg);
	}
	#headnav_role:hover{
	background-image:url(images/nav_role_hover.jpg);
	}
#headnav_history{
	background-image:url(images/nav_history.jpg);
	}
	#headnav_history:hover{
	background-image:url(images/nav_history_hover.jpg);
	}


#top{
	height:150px;
	width:1200px;}
	


#footer p{
	margin-top:20px;}
	
#footer{
	border-top:10px black double;
	height:100px;
	line-height:1.5em;
	width:1200px;}
	
#footer small{
	font-size:small;
	}
	
#breadcrumb span{
	color:red;}
	
#breadcrumb{
	float:right;
	margin:20px;
	}
#totop{
	clear:both;
	padding:20px 20px;
	display:block;
	text-align:center;
	margin:0 auto;
	width:220px;
	}