@charset "utf-8";

/* body margin */
body{
	margin: 0 1px 12px;
	padding: 0;
	color: black;
	background: white;
	font-size: 12px;
	font-family: "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4",
	             "Osaka", "ＭＳ Ｐゴシック" sans-serif;
}
/* base */
/* font-size = jal.co.jp */
.s5
	{
	font-size: 20px !important;
	}
.s4
	{
	font-size: 14px !important;
	line-height: 1.3 !important;

	}
.s4n
	{
	font-size: 14px !important;
	line-height: 100% !important;
	}
.s3n
	{
	font-size: 13px !important;
	line-height: 1 !important;
	}
.s3l
	{
	font-size: 12px !important;
	line-height: 1.3 !important;
	}
.s3
	{
	font-size: 12px !important;
	line-height: 1.3 !important;
	}
.s3e
	{
	font-size: 12px !important;
	line-height: 1.3 !important;
	font-family: "Tahoma", "MS UI Gothic", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック" sans-serif !important;
	}
.s2
	{
	font-size: 10px !important;
	line-height: 1.1 !important;
	}
.s1
	{
	font-size: 8px !important;
	line-height: 1.2 !important;
	}
.n3
	{
	font-size: 12px !important;
	}
.n2
	{
	font-size: 10px !important;
	}
.n1
	{
	font-size: 7px !important;
	}
/* link colors=jal.co.jp */
a:link{
	color: #0f0f69;
	text-decoration: none;
}
a:visited{
	color: #727272;
	text-decoration: none;
}
a:hover{
	color: #cc0000;
	text-decoration: underline;
}
a:active{
	color: #cc0000;
	text-decoration: underline;
}
/* link image */
a img{
	border: none;
}
li img{
	vertical-align: bottom;
}
/* no wrap */
.non_br{
	white-space: nowrap;
}

/* delete brousers default css */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
address,
form{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}


table,
th,
td
{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}

/* tableA01 */

table.tableA01,
table.tableA01e
	{
	border-width: 1px;
	border-style: solid;
	border-color: #a8a8a8;
	font-size: 13px;
	}

table.tableA01 th,
table.tableA01e th
	{
	border-top-color: #a8a8a8;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	}

table.tableA01 tr.pseudo-firstChild th,
table.tableA01 tr.pseudo-firstChild td,
table.tableA01e tr.pseudo-firstChild th,
table.tableA01e tr.pseudo-firstChild td
	{
	border-top: 2px solid #a8a8a8;
	}


table.tableA01 th,
table.tableA01 td,
table.tableA01e th,
table.tableA01e td
	{
	padding: 2px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #d6d6d6;
	}

table.tableA01 th,
table.tableA01e th
	{
	background-color: #eeeeee;
	white-space: nowrap;
	}

table.tableA01 th.pseudo-lastChild,
table.tableA01 td.pseudo-lastChild,
table.tableA01e th.pseudo-lastChild,
table.tableA01e td.pseudo-lastChild
	{
	border-right-color: #a8a8a8;
	}

.tableA01e table,
.tableA01e table td
	{
	border:none !important;
	}

/* tableA01 */

/* tableA01e */

table.tableA01e
	{
	font-size: 14px;
	}

/* tableA01 */

/* tableSimple */
table.tableSimple
	{
	border-width: 0px;
	}

/* tablep2 */
table.p2
	{
	padding: 2px ;
	}
/* tablep2 */



/* for firefox netscape float clearing space */
.nnhack:after {
	content: "."; 
	display: block; 
	position:relative; /*works better in IE5.5 or float in float situations*/
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.nnhack {display: inline-block;}
/* Hides from IE-mac \*/
* html .nnhack {height: 1%;}
.nnhack {display: block;}
/* End hide from IE-mac */
/* for firefox netscape float clearing space */
/* header css */
#header{
	width: 767px;
	margin: 0 0 8px 0;
}
#header h1{
	margin: 0 0 4px 0;
}
#header ul li{
	float: left;
	list-style: none;
}
#header ul{
	width: 767px;
	height: 27px;
	background-image: url(../img/header_menu_bg.jpg);
	background-repeat: no-repeat;
}
/*
middle contents css (include sub menu)
*/
#contents_core{
	width: 766px;
	margin: 0 0 0 1px;
	background: url(../img/sub_menu_v_bar.gif) repeat-y 157px 57px;
}
/* sub menu css */
#sub_menu{
	width: 158px;
	float: left;
	padding: 0 0 5px 0;
}
#sub_menu ul{
	margin: 12px 0 0 0;
}
#sub_menu ul li{
	width: 134px;/* 186px */
	margin: 0 0 0 4px;
	background: url(../img/sub_menu_bar.gif) repeat-x left bottom;
	padding: 8px 7px;
	list-style: none;
}
#sub_menu ul li div{
	background: url(../img/icon_triangle.gif) no-repeat 0 3px;
	padding: 0 7px;
}
#sub_menu ul li .other{
	background: url(../img/icon_window_001.gif) no-repeat 0 3px;
	padding: 0 15px;
}



#sub_menu .sub ul{
	margin: 0 0 0 0;
}
#sub_menu .sub ul li{
	width: 128px;/* 180px */
	margin: 0 0 0 10px;
	background: url(/jalcargo/common/img/sub_menu_bar.gif) repeat-x left bottom;
	padding: 8px 7px;
	list-style: none;
}


#sub_menu .sub ul li div{
	background: url(/jalcargo/common/img/icon_triangle.gif) no-repeat 0 3px;
	padding: 0 7px;
}

#sub_menu .sub ul .ow div{
	background: url(/jalcargo/common/img/icon_window_001.gif) no-repeat 0 3px;
	padding: 0 13px;
}

#sub_menu .sub ul li .other{
	background: url(../img/icon_window_001.gif) no-repeat 0 3px;
	padding: 0 15px;
}





.no_border{
	background-image: none !important;
}

/* contents css (include topic path) */
#contents{
	margin: 0 0 0 158px;
	padding: 0 0 50px 7px;
}

#contents2 {
	float:right; 
	padding: 0 0 50px 7px;
}

/* topic path */
#topic_path{
	padding: 0 0 0 7px;
	margin: 0 0 7px 0;
}
#topic_path span{
	padding: 0 1em;
}
/* contents title css */
.contents_title{
	padding: 0 0 14px 4px;
	margin: 0 0 23px 0;
	background: url(../img/contents_title_bar.gif) no-repeat left bottom;
}
/* contents main css */
.contents_main{
	width: 585px;
	margin: 0 0 0 12px;
}

/*
	footer css
*/
#footer{
	clear: both;
	width: 768px;
	margin: 0 0 0 -1px;
	padding: 2px 0 0 0;
	background: url(../img/footer_bar.gif) left top repeat-x;
}
#footer address{
	margin: 15px 0 0 15px;
}



/* -----------------------------------------------
         styles for class specified fragments
   ----------------------------------------------- */

/* =========== link style =========== */

.inPara
	{
	margin: 0 3px;
	}


a.inPara
	{
	text-decoration: underline !important;
	}

a.inPara:visited
	{
	text-decoration: underline !important;
	}

a.withIconA
	{
	text-decoration: none;
	}

a.withIconA:hover,
a.withIconA:active

	{
	text-decoration: underline;
	}

a.withIconA img
	{
	vertical-align: middle;
	}

/*
input.linkButtonA,
input.linkButtonB
	{
	behavior: url(/common/css/linkButton.htc);
	}

a.linkButtonA:hover img,
a.linkButtonB:hover img,
input.linkButtonA.pseudo-hover,
input.linkButtonB.pseudo-hover
	{
	filter: alpha (opacity=60);
	}

a.linkButtonA:active img,
a.linkButtonB:active img,
input.linkButtonA.pseudo-active,
input.linkButtonB.pseudo-active
	{
	filter: Invert() gray();
	margin-top: 1px;
	margin-bottom: -1px;
	}
*/

a.linkButtonD
	{
	display: block;
	margin: 0 0 2px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #cdcdcd;
	background: #fefefe url(/common/img/bg_link-button.gif) repeat-x;
	color: #0f0f69;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 5px;
	/*\*/
	padding: 3px 5px 3px 11px;
	text-indent: -6px;
	/**/
	_behavior: url(/common/css/linkButton.htc);
	}

a.linkButtonD.iconA
	{
	/*\*/
	padding-left: 19px;
	text-indent: -14px;
	/**/
	}

a.linkButtonD:hover,
a.linkButtonD:active
	{
	color: #0f0f69;
	background: #dedede url(/common/img/bg_link-button_o.gif) repeat-x;
	text-decoration: none;
	}

a.linkButtonD img
	{
	vertical-align: middle;
	}
	
ul li {

	list-style:none;

}
