@charset "utf-8";
/* CSS Document */

* {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック";
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFCC;
	padding:30px;
}
p.dummy {
	clear:both;
}
h1 {
	font-size:180%;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
	color:#0000FF;
	float:left;
}
h2 {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
	margin:1.5em 0;
}
img.logo, p.logo {
	float:right;
	margin-top:-0.8em;
}
fieldset.category {
	width:680px;
	padding:10px;
	margin-top:1.5em;	background-color:#FFFF99;
}
fieldset.category legend {
	font-size:110%;
	color:#000066;
	font-weight:600;
	background-color:#FFFF99;
	padding:0.1em 0.5em;
}
fieldset.category table {
	text-align:left;
	margin-bottom:1em;
}
fieldset.category table td {
	vertical-align: middle;
	padding:3px 0;
}
table#tour-requests {
	border-collapse:collapse;
}
fieldset.category table#tour-requests td {
	border:solid 1px #CCCCCC;
	text-align:center;
}
fieldset.category .required {
	color:#FF0000;
	font-weight:bold;
}
fieldset.category table td.numbers {
	width:25px;
}
fieldset.category table td.tour-dates {
	width:164px;
}
fieldset.category table#tour-requests td.pax-numbers {
	width:30px;
}
fieldset.category table#tour-requests td.seasons {
	width:200px;
	text-align:left;
	padding-left:30px;
	border-style: solid none solid solid;
}
fieldset.category table#tour-requests td.tour-from {
	width:165px;
	text-align:left;
	padding-left:30px;
	border-style: solid solid solid none;
}
fieldset.category table#tour-requests td.tour-selection {
	border-style: solid none solid solid;
}
fieldset.category table td.names {
	width:180px;
	padding-right:30px;
	text-align:right;
}
fieldset.category table td.gender {
	width:210px;
	padding-left:30px;
}
fieldset.category p {
	padding:3px 0;
}
fieldset.category p input {
	margin-left:0.5em;
	margin-right:0.5em;
}
fieldset.category table td.hotels {
	vertical-align:top;
	width:120px;
}
fieldset.category table td.notes {
	width:320px;
	padding-left:10px;
	vertical-align:middle;
	color:blue;
}
fieldset#buttons {
	text-align:center;
	margin-top:3em;
}
fieldset#buttons input {
	margin: 1.5em;
}
p.items {
	width:160px;
	line-height:1.5em;
	float:left;
	margin-left:3em;
	margin-bottom:1em;
}
p.values {
	width:480px;
	line-height:1.5em;
	float:left;
	margin-bottom:1em;
}

table#time {
		clear:both;
		float:right;
		text-align:right;
		font-size:smaller;
}
table#time td {
		padding-top:0;
		padding-bottom:0;
}
p#thanks {
		clear:both;
		margin-left:3em;
		margin-top:3em;
}
p#closer {
		margin-top:7em;
		text-align:center;		
}
p#closer a {
		color:blue;
}
p#closer a:visited {
		color:blue;
}