﻿/* CSS Document */

@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../re/back.jpg);
	background-repeat: repeat-x repeat-y;
	text-align: center;
}

p.contents {
	font-size: small;
}

img {
	border: 0;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
	text-decoration: none;
}

a:active {
	color: #0066ff;
	text-decoration: none;
}

div#pageWrapper {
	width: 940px;
	background-image: url(../re/body-back.jpg);
	background-repeat: none;
	margin-left: auto;
	margin-right: auto;
}

div#Header {
	width: 900px;
	margin-left: 20px;
}

div#contentsWrapper {
	width: 900px;
	margin-left: 20px;
}

div#GlobalNavi {
	width: 900px;
}

div#GlobalNavi ul li {
	display: inline;
}

img.bar {
	margin: 10px 0 10px 0;
}

div#main1 {
	width: 685px;
	float: left;
}

div#main1 table  {
	margin-bottom: 10px;
}

div#main1 table td {
	width: 220px;
	text-align: center;
}

div#main1 table td.copy {
	font-size: small;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
}

div#main2 {
	width: 210px;
	float: right;
}

div#main3 {
	width: 685px;
	clear: both;
	float: left;
}

div#main3 table td {
	width: 220px;
	text-align: center;
}

div#main3 table td.left {
	width: 440px;
	text-align: center;
}

div#main3 table td.right {
	width: 220px;
	text-align: center;
}

div#main3 table  {
	margin-bottom: 10px;
}
div#main4 {
	width: 210px;
	float: right;
}

div#main4 img.ba {
	margin-bottom: 10px;
}

div#footer {
	clear: both;
	background-image: url(../re/footer-back.gif);
	background-repeat: repeat-x ;
	height: 30px;
}

div#footer p {
	font-size: small;
	color: #ffffff;
	padding-top: 7px;
}

div#tokutei {
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#tokutei table{
	width: 850px;
	border: solid 1px #ccccff;
}

div#tokutei table th{
	font-style: normal;
	font-size: small;
	background-color: #ccccff;
	padding: 5px;
	width: 180px;
	border: solid 1px #ccccff;
}

div#tokutei table td{
	text-align: left;
	padding: 5px;
	font-size: small;
	border: solid 1px #ccccff;
}