@charset "utf-8";
/* ===================================================================
CSS information

 file name  :ana.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

#jal #contents #wrp_contents{
	width:970px;
	margin: 0 auto;
	background: none;
	background: #fff;
	overflow:hidden;
}

/* ページタイトル背景
----------------------------------------------------------- */
#jal #wrp_pagetitle {
	margin: 0 auto;
	width: 100%;
	height: 7px;
	background: url(../ana/images/bg_title.gif) top center repeat-x;
}

#jal #header li {
	line-height: 1.5;
}

#jal #main {
	width: 950px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#jal #main .topicpath {
	width: 920px;
}

#jal table td {
	padding: 0;
}
#jal #footer {
	margin-top: 0;
}
#jal #footer li {
	line-height: 1.4;
	font-size: 110%;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
