﻿* {
	font-family: Arial, Helvetica, sans-serif;
	border-style: 0;
	border-color: 0;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	line-height: 140%;
}
a {
	color: #3333FF;
	text-decoration: none;
}
a:link {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html {
	height: 100%;
}
body {
	background-image: url('back.jpg');
	height: 100%;
}
#base {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7DF9F;
	height: auto;
}
.cam {
	width: 800px;
	height: 320px;
	position: relative;
	background-image: url('cam.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.cam .cam1 {
	position: absolute;
	width: 650px;
	height: 50px;
	top: 109px;
	left: 100px;
}
.cam .cam2 {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 176px;
	left: 100px;
}
.graphic {
	width: 800px;
	height: 828px;
	text-align: center;
}
.graphic .smp {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 512px;
	margin-top: 20px;
}
#navi_sample {
	list-style-type: none;
	width: 770px;
	height: 248px;
	margin-right: auto;
	margin-left: auto;
}
#navi_sample li {
	float: left;
	width: 150px;
	height: 120px;
	padding: 2px;
}
.spec {
	text-align: center;
	margin-top: 20px;
}
.spec table {
	border-collapse: collapse;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8em;
	text-align: left;
}
.spec table td {
	border: 1px solid #CC0000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.spec table .title {
	padding-right: 5px;
	background-color: #FF3300;
	text-align: right;
	font-weight: bold;
	width: 100px;
	color: #FFFFFF;
}
.spec .notice {
	margin-top: 10px;
	color: #FF0000;
	line-height: 1.4em;
}
.spec .notice span {
	font-weight: bold;
	color: #FF0000;
}
.spec .link {
	margin-top: 20px;
	vertical-align: middle;
}
.spec .info {
	margin-top: 10px;
}
.spec .info span {
	font-weight: bold;
}
.copy {
	width: 785px;
	height: 100px;
	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	background-image: url('copy.jpg');
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	font-size: 10px;
	padding-left: 15px;
}

