<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------------------------------------------------------------------
	Hamamatsu Visitors and Convention Bureau - Structure Class CSS
	URL: http://hamamatsu-daisuki.net/
	Date: 2016-09-08
	Copyright (C) Hamamatsu Visitors and Convention Bureau All Rights Reserved.
------------------------------------------------------------------------------*/

/*==============================================================
	共通背景
===============================================================*/

@charset "UTF-8";

/*------------------------------------------------------------------------------
	Hamamatsu Visitors and Convention Bureau - Structure Class CSS
	URL: http://hamamatsu-daisuki.net/
	Date: 2016-02-12
	Copyright (C) Hamamatsu Visitors and Convention Bureau All Rights Reserved.
------------------------------------------------------------------------------*/

/*==============================================================
	共通背景
===============================================================*/

body {
	background:url(../img/bg_wrapper.png) repeat left top;
}



/*==============================================================
	#wrapper
===============================================================*/

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
blockquote,address,iframe{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	line-height:1.7;
}


/*==============================================================
	header
===============================================================*/

/* #skip */
ul#skip{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:0;
}
header #spMenu{
	display:none;
}
header {
	width:850px;
	margin:0 auto;
	margin-bottom:20px;
}
header nav #globalNav {
	width:100%;
	display:table;
}
header nav #globalNav li {
	display:table-cell;
	width:14%;
	text-align:center;
	border-right:dotted 2px #604c3f;
	box-sizing:border-box;
}
header nav #globalNav li:first-child {
	border-left:dotted 2px #604c3f;
}
header nav #globalNav li a {
    display: block;
    padding: 5px;
}
header nav #globalNav li:last-child {
	display:none;
}

/*==============================================================
	main
===============================================================*/

#main {
	width:850px;
	margin:0 auto;
	margin-bottom: 50px;
	padding:20px 0 30px;
	overflow: hidden;
	background:rgba(254,254,254,0.7);
}
#main h1 {
	margin-bottom:20px;
}
#main h1 img {
	width:100%;
	height:auto;
}

/*==============================================================
	footer
===============================================================*/

footer{

}


</pre></body></html>