@charset "Shift_JIS";
/* CSS Document */

@import url("common.css");

body {
			background-color: #F0F7FA;
			background-image: url(../images/head_line.gif);
			background-repeat: repeat-x;
			background-position: top;
			font: 16px/1.5 "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

.midashi { margin-bottom: 60px; }

#container {
			background-repeat: repeat-y;
			background-position: center top;
			background-image: url(../images/contents_bg.gif);
}

#header {
			margin: 0px auto;
			background-image: url(../images/head_line02.gif);
			background-repeat: no-repeat;
			background-position: center top;
			height: 50px;
}

#header h1 {
			font-weight: bold;
			color: #FFFFFF;
			padding-top: 12px;
			width: 780px;
			margin: 0px auto;
			height: 28px;
			line-height: 1;
}

#contents {
			margin: 0px auto;
			width: 820px;
			padding-top: 100px;
}

.box {
			margin: 0px auto 100px;
			width: 640px;
}

.box table {
			width: 650px;
			font-size: 100%;
			border-collapse: collapse;
			margin-bottom: 60px;
}

.box th {
			font-weight: bold;
			text-align: right;
			background-color: #F0F7FA;
			border: 1px solid #000000;
			width: 165px;
			padding-top: 5px;
			padding-right: 15px;
			padding-bottom: 5px;
			font-size: 15px;
}

.box td {
	padding: 5px;
	border: 1px solid #000000;
	font-size: 14px;
}

.closeWindow {
	text-align: center;
	font-size: 15px;
}

.closeWindow a {
			color: #0000CD;
			text-decoration: none;
}

.closeWindow a:hover { text-decoration: underline; }

#footer {
			background-color: #A5BBD1;
			width: 780px;
			text-align: center;
			margin: 0px auto;
			padding: 30px 0px 20px;
}

#footer address { color: #FFFFFF; }
