@charset "UTF-8";


/* container
----------------------------------------------- */

div#container {
	position:relative;
	width:518px;
	}

div#container div#content {
	position:relative;
	width:518px;
	}


/* フッタ
----------------------------------------------- */

div#container div#pageTop {
	clear:both;
	width:518px;
	text-align:right;
	}

div#container div#pageTop img {
	margin-top:30px;
	margin-right:0;
	width:57px;
	height:12px;
	}

div#container div#footer {
	width:518px;
	height:20px;
	margin:5px 0 10px 0;
	text-align:left;
	border-top:solid 1px #666;
	}

div#container div#footer img {
	width:407px;
	height:18px;
	}


/* タイトル
----------------------------------------------- */

div#container div#title {
	width:119px;
	height:29px;
	}

div#container div#subTitle {
	width:204px;
	height:30px;
	margin:19px 0 0 12px;
	}


/* JALグローバルカウンター業務
----------------------------------------------- */

div#container div#global {
	margin:19px 0 0 12px;
	}

div#container div#global h3 {
	width:271px;
	height:20px;
	}

div#container div#global p.lead {
	width:491px;
	height:43px;
	}

div#container div#global div.elem {
	margin:30px 0 0 15px;
	}

div#container div#global div.elem p.photo {
	width:220px;
	height:165px;
	}

div#container div#global div.elem p.text {
	width:242px;
	margin-top:3px;
	padding-left:15px;
	}

div#container div#global div.elem p.text2col {
	clear:both;
	width:476px;
	padding-top:15px;
	padding-left:0;
	}

div#container div#global div.elem p.ph2col {
	float:left;
	padding-left:36px;
	}


/* person
----------------------------------------------- */

div#container div.person {
	width:476px;
	margin:30px 0 30px 15px;
	background:#fff url(../img/person_bg.gif) repeat-y center top;
	}

div#container div.person p.photo {
	display:inline;
	margin-left:19px;
	}

div#container div.person p.photo img {
	width:170px;
	height:170px;
	}

div#container div.person p.text {
	width:250px;
	margin-top:3px;
	padding-left:20px;
	}




