@charset "UTF-8";
/*
------------------------------------------- */

* {
	font-family: "ＭＳ Ｐ明朝", serif;
	vertical-align: 0;
}
h1, h2, h3, th, dt, strong, a, #logo a, #footer ul li {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #5d4442;
}
body {
	margin: 0;
	padding: 0;
	width: 95%;
	background-color: white;
	background-image: none;
	font-size: 12pt;
	line-height: 1.4;
	/*zoom: 70%;*/
}
head+body {
	width: 165mm;
	max-width: 100%;
	min-width: 80%;
	margin: 0 auto;
}
p, dt, dd, th, td, li  {
	line-height: 1.8;
}
#container {
	text-align: right;
}
#content {
	width: 92%;
	margin-left: auto;
	text-align: left;
}
table {
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 100%;
}
th, td {
	/*border: 2px solid #473533;*/
	padding: 6px 8px;
	vertical-align: top;
	text-align: left;
	font-size: 10.5pt;
}
a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#logo {
	background: url(../images/logo_sni.gif) no-repeat;
}
#logo a:after {
	content: "";
}
#gNav {
	background: url(../images/img_gnav.gif) no-repeat 0px 3px;
	border-bottom: 3px solid #F2DFC2;
}
#fNav {
	background: url(../images/img_fnav.gif) no-repeat 0px 6px;
	border-top: 1px solid #ccc;
}
div#copyright {
	background: url(../images/copyright.gif) no-repeat;
}
p#btnPagetop {
	background: url(../images/btn_pagetop.gif) no-repeat;
}
