@charset   "Shift_JIS";
/* default style resset */

body,h1,h2,h3,h4,p,div,ul,li {		
	margin: 0;
	padding: 0;
	font-family:メイリオ, "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

h1,h2,h3,h4 {		
	font-size: 100%;
	font-weight: normal;
}

ul {		
	list-style: none;
}

img {		
	border: 0;
	vertical-align: bottom;
}

a {		
	text-decoration: none;
}

address {		
	font-size: 12px;
	font-style: normal;
	text-align: center;
}

/* common css,container css */

body {		
	color: #000;
	background-color: beige;
}

#container {		
	width: 800px;
	margin: 0 auto;
	color: #000;
	background-color: beige;
	position: relative;
}

/* header css */

#header {		
	height: 120px;
	position: relative;
	background: #fff url(images/haikei.gif);
	margin-top:50px;
}

#header h1 {		
	font-size: 10px;
	padding-top: 55px;
	text-indent: -999em;
	color:#fff;
}

#header p.gazou1 {		
	position: absolute;
	top: 10px;
	left: 20px;		
}

#header p.gazou2 {		
	position: absolute;
	top: 56px;
	left: 231px;
}

/* contents css */

#contents {		
	width: 800px;	
}
	
h3.nav1 {
	font-size: 16px;
	width: 160px;
	height: 25px;
	line-height: 30px;
	margin-left: 600px;
	margin-top: 15px;	
	text-align: center;
	background-color: powderblue;
}

.nav1 a {
	display: block;
	width: 160px;
}
	
.nav1 a:hover {
	color: #fff;
	background-color: aqua;
}
	
/* table css */

table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 auto;
	margin-top: 2em;
}

table,th,td {
	border: 1px solid #000;
}

span {
	color: red;
}

caption {
	font-weight: bold;
	margin-left: 32px;
	text-align: left;
}
