/* Template CSS File
   Created 2008.11.27
*/
/*  [Sample]
	margin: top right bottom left
	padding: top right bottom left
	border: width style color
	outline: width style color
	font: style variant weight size/height family
	background: color image repeat attachment position
*/

* {
	margin:0;
	padding:0;
	line-height: 130%;
}

/***** General *****/
body {
  background-image : url(/air/img/common/bg04-2.gif);
	background-color: #ffffff;
	color: #000000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	width: 950px;
  margin-left : 10px;
/*	margin: auto; */
}
a {
	background-color: #ffffff;
	color: #0000ff;
	text-decoration:underline;
	font-weight: normal;
}
a:hover {
	background-color: #ffffff;
	color: #ff3300;
	text-decoration:none;
}
a img {
	border:none;
}
img {
	border:none;
}
/*h1 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}*/

/***** Layout *****/
#container {
	text-align: left;
	background-color: #ffffff;
/*	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999; */
}
#header{
	font-size: 14px;
	background-color: #ffffff;
}
#header h1{
	font-size:13px;
	background-color:#c1e0ff;
	color:#000000;
	text-align:center;
	font-weight:bold;
}
#header .header_img{
	margin: 20px 0px 10px 10px;
}
#header_menu{
	margin-left: 10px;
}

#crumb{
	font-size: 13px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	text-align: right;
}
#content{
	clear: both;
	padding: 10px 15px 40px 15px;
}
#crumb{
	font-size: 11px;
	margin-bottom: 10px;
}
#footer_link {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}
#footer_signeture {
	background-color: #f5f5f5;
	text-align: center;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer_signeture a {
	background-color: #f5f5f5;
}
#footer_copyright {
/*	background-color: #999999; */
	color: #333333;
	clear: both;
	font-size: 12px;
	padding: 2px 2px;
	text-align: center;
}

#accesslog {
	margin-top: 0px;
}
#axL1 {
	position: static !important;
}
#axL2 {
	position: static !important;
}

/***** Tables *****/
table {
/*	background-color: #ffffff; */
	color: #333333;
	border:1px solid #999999;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	/* border-collapse: separate; */
	empty-cells: show;
	/* empty-cells: hide; */
}
caption {
	color: #333333;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
th {
	background-color: #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 4px;
	text-align: center;
}
th a {
	background-color: #cccccc;
}
th a:hover {
	background: #666666;
	color: #ffffff;
	text-decoration: none;
}
tr,td {
/*	background-color: #ffffff; */
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

/***** Forms *****/
form {
	clear: both;
/*	margin-right: 20px; */
	padding: 0;
	width: 96%;
	font-size: 12px;
}
fieldset {
	border: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	width: 100%;
}
legend {
	background:#ffffff;
	color: #006400;
	font-size: 14px;
	/* font-weight: bold; */
	margin-bottom: 5px;
}
label {
	/* display: block; */
	padding-right: 5px;
	vertical-align: middle;
}
input  {
	clear: both;
	font-size: 12px;
 	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
select {
	clear: both;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
input[type=text] {
	border: 1px solid #999999;
}
input[type=password] {
	border: 1px solid #999999;
}
textarea {
	border: 1px solid #999999;
}
input[type=checkbox] {
	vertical-align: middle;
}
input[type=radio] {
}
input[type=submit] {
	display: inline;
	padding: 1px 2px;
	/*width: 100px;*/
	margin-top: 5px;
	margin-right: 5px;
}
input[type=reset] {
	display: inline;
	padding: 1px 2px;
	/*width: 100px;*/
	margin-top: 5px;
	margin-right: 5px;
}
input[type=button] {
	display: inline;
	padding: 1px 2px;
	/*width: 100px;*/
	margin-top: 5px;
	margin-right: 5px;
}

/***** Others *****/
.actions {
	text-align: center;
}
div.disabled {
	color: #dddddd;
	display: inline;
}
form div.input {
/*	color: #444; */
}
div.required {
	color: #CC3300;
/*	font-weight: bold;*/
}
.error-message {
	color: #ff3300;
}
.message {
	color: #ff3300;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.comment {
	font-size: 12px;
	font-weight: bold;
}
.point {
	color: #ff3300;
	font-size: 14px;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
	display: inline;
}
.altrow {
	background-color: #EEE8AA;
}
.addrow {
	background-color: #FFCCFF;
}
.red {
	color: #ff0033;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.inline {
	display: inline;
}
.close {
	display: none;
}
.open {
	display: block;
}
.float {
	float: left;
}
.clear {
	clear: both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.num {
	text-align: right;
}
.frame {
	border:1px solid #cccccc;
}
.required_field {
	/*border: 1px;
	border-style: solid;*/
	background-color: #ffee99;
}
.underline {
	text-decoration:underline;
}
.underlien2 {
	border-bottom:1px dotted #666666;
}
.date {
	width: 70px;
	text-align: center;
}
.datetime {
	width: 140px;
	text-align: center;
}
.time {
	width: 40px;
	text-align: center;
}
#ImgCalender, .calender_img {
	position:relative;
	top: 4px;
	left: 2px;
}

/***** TopPage *****/
#home_left_area {
	float: left;
	width: 508px;
}
#home_search_area {
	margin-bottom: 15px;
}
#home_search_area .title {
	text-align: center;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
/*	border:1px solid #aaaaaa;
	background-color: #FFDAB9;*/
}
#home_search_area .body {
	padding: 3px 3px 3px 10px;
}

#home_pickup_area {
	margin-bottom: 15px;
}
#home_pickup_area .title {
	text-align: center;
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
/*	border:1px solid #aaaaaa;
	background-color: #FFD700;*/
}
#home_pickup_area .body {
	padding: 3px 3px 3px 10px;
}
#home_pickup_area .pickup_row {
	padding-bottom: 5px;
	vertical-align: bottom;
}

#home_topics_area {
	margin-bottom: 15px;
}
#home_topics_area .title {
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
/*	border:1px solid #aaaaaa;
	background-color: #6495ED;*/
}
#home_topics_area .body {
	padding: 3px 3px 3px 10px;
}
#home_topics_area .topics_row {
	margin-bottom: 5px;
}
.top_list_mark {
	margin-right: 5px;
/*	position:relative;*/
/*	top: 5px; */
}

#home_center_area {
	float: left;
	width: 7px;
}
#home_right_area {
	float: left;
	width: 190px;
	border:1px solid #aaaaaa;
	text-align: center;
	padding: 3px 3px 3px 3px;
}
#home_right_area .image_row {
	margin-bottom: 4px;
}

#home_footer_area {
	height: 50px;
}

/***** SearchListPage *****/
.SearchCondition{
	width: 96%
}
.SearchRowCount{
	/*color: #ff3300;*/
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}
.SearchPageCount{
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
.SearchPageMove{
	font-size: 12px;
	text-align: right;
}
.SearchPageMove div.disabled {
	display: inline;
}
.SearchPageMove span {
}
.SearchPageMove span.current {
	color: #000000;
}
.SearchPageMove span a {
}

.SearchRow {
	color: #333333;
	border: 1px dotted #aaaaaa;
	margin-bottom: 10px;
	padding: 5px 10px 0px 10px;
	height: 150px;
}

.SearchTourCode {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 2px;
}
.SearchTourSubTitle {
	font-size: 13px;
	font-weight: normal;
}
.SearchTourTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #eeeeff;
	padding: 2px 2px 2px 4px;
}
.SearchTourTitle a {
	background-color: #eeeeff;
	font-weight: bold;
}

.SearchTourLine2 {
	padding: 0px 0px 0px 0px;
	float: left;
	width:800px;
}
.SearchTourAirline {
	width: 140px;
	float: left;
	display: inline;
}
.SearchTourPrice {
	font-size: 18px;
	color: #ff3300;
	font-weight: bold;
	padding-top: 10px;
}

.SearchTourOsusume {
	float: left;
	text-align: right;
}

.SearchTourEtc {
	font-size: 12px;
	font-weight: normal;
}

/***** ViewPage *****/
.ViewTourCode {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 2px;
}
.ViewTourSubTitle {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background-color: #eeeeff;
}
.ViewTourTitle {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 14px;
	text-align: center;
	background-color: #eeeeff;
}
.ViewRegulation {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	margin-bottom: 14px;
}
.ViewRegulationTitle {
	background-color: #eeeeff;
	width: 130px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}
.ViewRegulationBody {
	background-color: #ffffff;
	vertical-align: middle;
}
.ViewPriceTitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: left;
	padding: 4px 2px 4px 3px;
	border: 0px solid #C0C0C0;
	color: #ffffff;
}

.ViewPriceTitle a {
	font-weight: bold;
}
.ViewPriceRoute {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}
.ViewPriceSelect {
	padding: 4px 4px 4px 4px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 850px;
	font-size: 14px;
	font-weight: bold;
}
.ViewPriceSelect div {
	margin-bottom: 10px;
}

.ViewAirline {
	float: left;
	padding-top: 14px;
	padding-left: 10px;
}

.ViewPriceList {
	margin-bottom: 2px;
}
.ViewSubmitArea {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #ededda;
	padding: 4px 2px 4px 2px;
}

/***** G/R Color *****/
#RouteG .ViewPriceTitle  {
	background-color: #e46d0a;
}
#RouteR .ViewPriceTitle  {
	background-color: #31849b;
}

#RouteG .ViewPriceSelect {
	border: 2px solid #e46d0a;
	background-color: #fff9f3;
}
#RouteG .ViewPriceSelect a  {
	background-color: #fff9f3;
}
#RouteR .ViewPriceSelect {
	border: 2px solid #31849b;
	background-color: #f3faff;
}
#RouteR .ViewPriceSelect a {
	background-color: #f3faff;
}

#RouteG .cal_title {
	background-color: #fcd5b4;
}
#RouteG .cal_num  {
	background-color: #fff9f3;
}
#RouteG .cal_over {
	background-color: #e46d0a;
}

#RouteR .cal_title {
	background-color: #dbeef3;
}
#RouteR .cal_num  {
	background-color: #f3faff;
}
#RouteR .cal_over {
	background-color: #31849b;
}

/***** FlightPage *****/
#flight_body {
	position: absolute;
	background-color: #ffffff;
	z-index: 200;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	overflow: scroll;
}
/*.frameNormal {
	border-top:10px solid #0066ff;
	border-bottom:2px solid #0066ff;
	border-left:2px solid #0066ff;
	border-right:2px solid #0066ff;
}*/
.frameG {
	border-top:2px solid #e46d0a;
	border-bottom:2px solid #e46d0a;
	border-left:2px solid #e46d0a;
	border-right:2px solid #e46d0a;
}
.frameR {
	border-top:2px solid #31849b;
	border-bottom:2px solid #31849b;
	border-left:2px solid #31849b;
	border-right:2px solid #31849b;
}

#flight_body .header {
	font-size: 13px;
	text-align: center;
	margin: 4px 0px 4px 0px;
}
#flight_body .title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	color: #333333;
}
#flight_body .flight_row_header {
	font-weight: bold;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	color:#ffffff;
/*	border-top:1px solid #333333; */
}
#flight_body .frhG {
	background-color:#e46d0a;
}
#flight_body .frhR {
	background-color:#31849b;
}
#flight_body .flight_row {
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
#flight_body a {
	font-size: 13px;
	font-weight: bold;
}

#flight_body .flight_name {
	float: left;
	width: 80px;
	text-align: left;
}
#flight_body .flight_time {
	float: left;
	width: 230px;
	text-align: left;
}
#flight_body .flight_price {
	float: left;
	width: 70px;
	text-align: right;
}
/*#flight_body .alt_row {
	background-color:#f2f2f2;
}*/
#flight_body .alt_rowG {
	background-color:#fff9f3;
}
#flight_body .alt_rowR {
	background-color:#f3faff;
}
#flight_body .line_row {
	border-top:1px solid #333333;
}

/***** RequestPage *****/
.RequestSelect {
	border: 1px solid #FF4500;
	background-color:#FFFACD;
	padding: 4px 4px 4px 4px;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 890px;
	font-size: 14px;
}
.RequestSelectTitle {
	margin-bottom: 10px;
	font-weight: bold;
}
.RequestSelectRow {
	margin-left: 10px;
	margin-bottom: 5px;
}

.RequestSection {
	background-color:#ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
}
.RequestRow {
	margin-left: 10px;
	margin-bottom: 2px;
}
.RequestRow .required {
	font-weight: normal;
	color: #333333;
}
.RequestRow .error-message {
	display: none;
}
.RequestRow .form-error {
	background-color:#ffcccc;
	border: 1px solid #666666;
}

.RequestComment {
	font-size: 10px;
}

.RequestSubmit {
	text-align:center;
}

.RequestSubmit input {
	font-size: 14px;
	width: 160px;
	height:30px;
}

.ConfirmSection {
	background-color:#ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
}
.ConfirmTitle {
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
}
.ConfirmItem {
	margin-left: 20px;
	font-weight: normal;
}

.ConfirmRule {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #333333;
	width: 90%;
}
.ConfirmRule textarea {
	margin-top: 15px;
	width: 500px;
	height: 300px;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}

.ResultFrame {
	text-align: center;
}
.ResultBody {
	width: 90%;
	border: 1px solid #333333;
	padding: 10px 5px 10px 5px;
}
.ResultName {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	background-color:#ffffcc;
}
.ResultComment {
	font-size: 14px;
	text-align: left;
}

/* use opacity */
#glayer {
	position: fixed!important;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
/*	background-color:#1F1F1F; */
	background-color:#1F1F1F;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

/* use png */
#glayer_img {
	position: fixed!important;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background-image: url(glayer.png);
}
* html #glayer_img {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="glayer.png", sizingMethod="scale");
}

/* Box Base */
div.glayer_box {
  position: fixed!important;
  position: absolute;
  z-index: 101;
  width: 400px;
  padding: 2px;
  border: 5px solid #B8B8B8;
  background-color: #FFFFFF;
}

/* Message */
p#glayer_message_text {
  margin: 2px;
  padding: 2px;
  text-align: center;
}

/* Alert */
p#glayer_alert_text {
  margin: 2px;
  padding: 2px;
  text-align: center;
}
p#glayer_alert_button {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}
input#glayer_alert_ok {
  font-size: 80%;
}

/* Confirm */
p#glayer_confirm_text {
  margin: 2px;
  padding: 2px;
  text-align: center;
}
p#glayer_confirm_button {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}
input#glayer_confirm_ok {
  font-size: 80%;
}
input#glayer_confirm_cancel {
  font-size: 80%;
}

/***** Private(Information) *****/

.TopicsTitle {
	font-size: 14px;
	color: #ffffff;
	background-color: #999999;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.TopicsDate {
	font-size: 12px;
	color: #333333;
	text-align: right;
	display: block;
	margin-bottom: 10px;
}
.TopicsBody {
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	display: block;
}
.TopicsUrl {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	display: block;
}
