body,
h1, h2, h3, h4, h5, h6,
p, pre,
dl,dd, ul, th, td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

p {
	margin: 1em;
}

img, table {
	border: 0;
}

table {
	border-collapse: collapse;
}

th, caption {
	text-align: left;
}

html {
	overflow-y: scroll;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */



body {
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	border-top: 3px solid #777777;
}

#header #logo {
	height: 100px;
}

#header #logo #logo-img {
	float: left;
}

#header #logo #logo-ja {
	float: right;
}

#main {
	margin-top: 8px;
}

#nav {
	clear: both;
	position: absolute;
	top: 50px;
	width: 483px;
	height: 40px;
	margin-left: 319px;
	background: url(../img/nav.png) no-repeat;
}

#nav li {
	display: inline;
	list-style: none;
}

#nav li a {
	display: block;
	float: left;
	width: 120px;
	height: 40px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

#nav #nav-home    a       { background: url(../img/nav.png) repeat    0    0; }
#nav #nav-outline a       { background: url(../img/nav.png) repeat -120px  0; }
#nav #nav-service a       { background: url(../img/nav.png) repeat -240px  0; }
#nav #nav-inquiry a       { background: url(../img/nav.png) repeat -360px  0; }

#nav #nav-home    a:hover { background: url(../img/nav.png) repeat    0   40px; }
#nav #nav-outline a:hover { background: url(../img/nav.png) repeat -120px 40px; }
#nav #nav-service a:hover { background: url(../img/nav.png) repeat -240px 40px; }
#nav #nav-inquiry a:hover { background: url(../img/nav.png) repeat -360px 40px; }

#footer {
	margin-top: 8em;
	text-align: center;
}

.section {
	margin: 2em 0.5em;
}

table.green {
	border-top: 1px solid #E1E1E1;
	width: 600px;
	margin: 1em auto;
}

table.green th,
table.green td {
	padding: 10px 15px;
	border-bottom: 1px solid #E1E1E1;
}
.button {
	text-align: center;
}


table.green th {
	border-left: 2px solid #8CD621;
}

table.green td {
	background-color: #F9FFE1;
}
table.button {
	width: 100px;
	margin: 0.5em auto;
}
table.button td {
	padding: 10px 15px;
}
table.button td {
	background-color: #FFFFFF;
}

#record #main ul li {
	list-style: none;
	float: left;
	margin: 10px;
	_margin: 9px;
	text-align: center;
}

#record #main ul li img {
	border: 1px solid #CCC;
}
