
* {
	font-family: -apple-system, BlinkMacSystemFont, meiryo, arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

body {
	text-align: center;
	background: #F2F2F2;
	position: relative;
}

h1 {
	width: 100%;
	background: url(/img/h1bg.png) repeat-x bottom;
	color: #FFFFFF;
	height: 4px;
	line-height: 4px;
	text-indent: -9999px;
}

nav {
	width: 100%;
	height: 70px;
	background: #F8F8F8;
	text-align: left;
}

nav #navtop {
	width: 203px;
	height: 70px;
	float: left;
}

nav #navtop a {
	display: block;
	width: 203px;
	height: 60px;
	margin-top: 5px;
	background: url(/img/navbgsp.png) no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}

nav #navmenu {
	position: absolute;
	z-index: 99;
	top: 70px;
	left:  -100%;
	width: 100%;
	background: #F4F4F4;
	border-bottom: #222222;
	box-shadow:         0px 5px 3px -3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 5px 3px -3px rgba(0, 0, 0, 0.75);
}

nav #navmenu li { }

nav #navmenu li a {
	display: list-item;
	list-style: url(/img/listmark.png) inside;
	height: 3em;
	line-height: 3em;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 20px;
	color: #000000;
	text-decoration: none;
}

nav #navsp {
	width: 64px;
	height: 70px;
	float: right;
}

nav #navspa {
	display: block;
	width: 64px;
	height: 60px;
	margin-top: 5px;
	background: url(/img/navbgsp.png) no-repeat;
	background-position: -256px 0px;
	text-indent: -9999px;
}

footer {
	width: 100%;
	background: #111111;
	overflow: hidden;
}

footer,
footer a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

#footercont {
	width: calc(100% - 20px);
	margin: 0px auto;
	text-align: left;
}

#topagetop {
	width: 100%;
	height: 45px;
}

#topagetop a {
	display: block;
	width: 100px;
	height: 30px;
	margin-top: 9px;
	margin-right: 10px;
	background: url(/img/pagetop.png) no-repeat;
	float: right;
	text-indent: -9999px;
}

.footerhr {
	border: solid #1A1A1A;
	border-width:1px 0px 0px 0px;
	margin-bottom: 25px;
}

#footerl {
	width: 300px;
	margin: 0px auto;
}

#footerlogo { 
	width: 207px;
	height: 38px;
	background: url(/img/footerlogo.png) no-repeat;
	text-indent: -9999px;
}

#footeraddr { 
	width: 300px;
	margin: 40px auto;
}

#footeraddr p {
	margin: 5px 0px;
}

#footermark {
	width: 277px;
	height: 201px;
	display: block;
	margin: 0px auto;
	background: url(/img/footermark.png) no-repeat;
	background-size: 277px 201px;
	text-indent: -9999px;
}

#footerr {
	width: 300px;
	margin: 40px auto 0px auto;
}

#footerr .fdivpc {
	display: none; 
}

#footerr .fdivsm {
	display: block; 
}

#footerr .fdivsm {
 	width: 300px;  
}

#footerr .fdivsm {
 	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
}

#footerr .fdivsm li {
	margin: 0px 0px 50px 10px; 
	padding: 0px; 
	float: left; 
	width: 140px; 
	list-style: url(/img/listmark.png) inside; 
}

#footerr .fdivsm li a {
	font-size: 115%; 
}

#footercredit {
	width: 100%;
	background: #007F41;
	color: #FFFFFF;
	line-height: 135%;
	letter-spacing: .1em;
	padding: 7px 0px;
	font-size: 85%;
}

#footercredit span {
	display: block;
	font-size: 93%;
}
