﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body {
	color: #333;
	background-color: #fff;
	text-align: center;
}

h1,p,ol,li,table,th,td {
	font-size: 100%;
}

h1,h2,h3,h4,h5 {
	line-height: 1.2;
}

em {
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
}

img {
	border: none;
	display: block;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}

h1 {
	width: 760px;
	padding-bottom: 11px;
	background: url("../img/bg_Top.gif") repeat-x 0 100%;
}

.park {
	margin: 2px 0 10px 0;
	text-align: left;
}

p.catch {
	margin: 0 0 15px 15px;
	padding: 0 0 0 19px;
	text-align: left;
	font-size: 95%;
	background: url("../img/double_lt.gif") no-repeat 0 1px;
}

table {
	width: 680px;
	margin: 0 auto 15px;
	font-size: 90%;
	text-align: left;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

th {
	padding: 7px;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: top;
	background-color: #eeeff0;
	border: 1px solid #ccc;
}

td {
	padding: 7px 10px 7px 8px;
	line-height: 1.4;
	vertical-align: top;
	border: 1px solid #ccc;
}

ol {
	margin: 10px 0 15px 25px;
	line-height: 1.3;
}

.txtR {
	color: #ff0000;
}

.excel {
	margin: 0 0 0 10px;
	padding: 2px 0 2px 25px;
	background: url("../img/excel.gif") no-repeat 0 0;
}

.footer {
	padding: 10px; 0 0 0;
	font-size: 85%;
	border-top: 3px solid #50B848;
}
