body {
	margin:	0px;
	padding: 0px;
	background-color: #5FB4E5;
	font-family: "ヒラギノ角ゴ ProN W3", "Meiryo UI", Meiryo, sans-serif;
	font-size: 10.5pt;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

h1 {
	margin: 0px;
}

address {
	font-style: normal;
}

a img {
	border-style: none;
}

.center{
	width: 915px;
	margin: 0px auto;
}

/* header */

header {
	display: block;
	width: 100%;
	min-width: 960px;
	height: 490px;
	position: relative;
}

#header_img {
	position: absolute;
	top: 25px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	background-color: #EEE;
}
#header_img img {
	position: absolute;
}

header .center {
	height: 100%;
	position: relative;
}

header nav {
	display: block;
	background-color: rgba(255, 255, 255, 0.9);
	width: 295px;
	height: 100%;
	text-align: center;
}

header nav img{
	margin: 55px auto 0px;
}

header ul {
	display: inline-block;
	text-align: left;
	margin: 25px 0px;
	padding: 0px;
	font-size: 12.5pt;
	list-style: url('figure/nav_list.png') inside;
}
header li {
	height:35px;
}
header a {
	color: #000;
	text-decoration: none;
}
header a:hover{
	color: #888;
}

header address{
	font-size: 8pt;
	line-height: 1.65em;
}

/* end header */

section {
	display: block;
	width: 915px;
	margin: auto;
	padding: 35px 0px 20px;
	background-color: #FFF;
	text-align: center;
}
section h2 {
	display: inline-block;
	padding: 5px 20px;
	margin: auto;
	background: linear-gradient(transparent 65%, #ECB8D4 65%);
	font-weight: normal;
	font-size: 20pt;
}
section p {
	text-align: center;
	margin: 15px;
}
section table {
	margin: 15px auto;
	max-width: 750px;
	text-align: left;
	border-collapse: collapse;
	border-left: 6px solid #5FB4E5;
}
section caption {
	margin:5px 0px;
}
section th, section td {
	border:1px solid #CCC;
	padding:10px 30px;
}
section th {
	background-color: #EEE;
}

#salespoint {
	padding: 0px;
	list-style: none;
	width: 840px;
	margin: 30px auto 10px;
}
#salespoint > li {
	display: block;
	width:280px;
	float:left;
}
#salespoint p {
	text-align:left;
}
#salespoint h3 {
	display: inline-block;
	padding: 1px 10px;
	margin: 3px auto;
	background: linear-gradient(transparent 65%, #ECB8D4 65%);
	font-weight: normal;
	font-size: 14pt;
}
#salespoint a {
	color: inherit;
}
#salespoint a:hover {
	opacity: 0.8;
}

.introduce {
	text-align: left;
	border: 6px solid #5FB4E5;
	padding: 9pt 12pt;
	width: 750px;
	min-height: 240px;
	margin: auto;
}
.introduce img{
	margin: 0px;
	margin-right: 20px;
	float: left;
}
.introduce p {
	text-align: left;
}
.introduce h2 {
	margin-top: 13px;
	margin-left: -10px;
	padding-left:10px;
	padding-right:10px;
}

footer {
	display: block;
	width: 100%;
	background-color: #EEE;
	border-top: 6px solid #ECB8D4;
	text-align: center;
}
footer address {
	width: 400px;
	display: inline-block;
	margin: 10px 15px;
	text-align: left;
	font-size: 10pt;
}
footer small {
	font-size: 8pt;
}
footer hr {
	width: 500px;
	margin: auto;
	border: none;
	border-top: 6px dotted #5FB4E5;
}