@charset "utf-8";/* エスケープ */
/*
	--------------------------------
	- Table of Contents -
	--------------------------------
*/

/*---------------------------------------------
 印刷設定
---------------------------------------------*/
* {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", serif;
	vertical-align: 0;
	color: #646464;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, th, strong, a, #logo a, #footer ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: white;
	background-image: none;
}
head+body {
	width: 165mm;
	max-width: 100%;
	min-width: 80%;
	margin: 0 auto;
}

.left {
	float: left;
}
.right {
	float: right;
}
.inline {
	display: inline;
}
.lineHeight {
	line-height: 1.8;
}

#container {
}

#subheader, 
#fontSizeChanger, 
#globalNavi ul,
#SecondLeft,
#insite, 
#outsite,
#menubooking,
.ancher a {
	display: none;
}

.ancher {
	height: 1.5em;
}

#content {
	width: 92%;
	margin-left: auto;
	text-align: left;
}

#copyright {
	clear: both;
	text-align: right;
}

table {
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 100%;
}
th, td {
	padding: 6px 8px;
	vertical-align: top;
	text-align: left;
}
table.frameOn th, td {
	border: 1px solid #646464;
}
table.frameOff th, td {
	border: none;
}
dl dt {
	float: left;
}
dl dd {
	display: inline;
}

#logo a:after {
	content: "ガルーダ・インドネシア航空";
}

/*---------------------------------------------
 clearfix: Ver. 2007.05.31
---------------------------------------------*/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/






