@charset "utf-8";

/*------------------------------------------------------------------------------
	Date: 2007/09/06
------------------------------------------------------------------------------*/

/*
########################################################
  local navi top
########################################################
*/

div#lNaviArea{
	height:65px;
	margin:0 0 0 6px;
	padding:0;
	position:relative;
	background: url(../../common/img/bg_lnavi03.gif) no-repeat 0 0;
}

div#lNaviArea dl dt{
	display:none;
}

/*
  localnavi01
--------------------------*/

div#lNaviArea dl dd ul.lnavi01{
	height:34px;
	margin:0;
	padding:0;
	position:absolute;
	left:12px;
	top:1px;
	font-size:12px;
}

div#lNaviArea dl dd ul.lnavi01 li{
	height:34px;
	display:block;
	float:left;
	padding-top:11px;
	text-align:center;
	font-weight:bold;
	color:#D85D11;
}

div#lNaviArea dl dd ul.lnavi01 li a,
div#lNaviArea dl dd ul.lnavi01 li a:visited{
	height:35px;
	display:block;
	text-align:center;
	margin-top:-11px;
	padding-top:11px;
	font-weight:normal;
	color:#000000;
}

div#lNaviArea dl dd ul.lnavi01 li a:hover,
div#lNaviArea dl dd ul.lnavi01 li a:active{
	height:34px;
	display:block;
	float:left;
	text-align:center;
	font-weight:normal;
	color:#D85D11;
	text-decoration:underline;
}


/*  focus  */

#lnavi01_01{
	width:158px;
	background: url(../img/lnavi_01_01_o.gif) no-repeat left top;
}


/*  link - visited  */

#lnavi01_01 a,#lnavi01_01 a:visited{
	width:158px;
	background:url(../img/lnavi_01_01.gif) no-repeat left top;
}


/*  hover - active  */

#lnavi01_01 a:hover,#lnavi01_01 a:active{
	width:158px;
	background:url(../img/lnavi_01_01_o.gif) no-repeat left top;
}


/*
########################################################
  maincontents
########################################################
*/


/* title style
--------------------------------------------*/

/* btn style
--------------------------------------------*/

/* common box style
--------------------------------------------*/

div.hCommonBase{
	width:781px;
	height:auto;
	margin:25px 0 0 0;
	padding:0 0 65px 0;
	position:relative;
	z-index:0;
	background:url(../img/bg_history_middle.gif) repeat-y left top;
}

div.hCommonBase div.hCommonBox{
	width:781px;
	height:auto;
	margin:0;
	padding:22px 0 53px 0;
	background:url(../img/bg_history_top.gif) no-repeat left top;
}


div.hCommonBase div.hPagingBox{
	width:781px;
	height:73px;
	margin:0;
	padding:0;
	position:absolute;
	z-index:1;
	bottom:-1px;
	left:0;
	background:url(../img/bg_history_bottom.gif) no-repeat left bottom;
}

/* navi area */

div.hNaviBox{
	width:102px;
	height:615px;
	margin:0;
	padding:16px 0 0 0;
	position:absolute;
	z-index:2000;
	top:22px;
	left:5px;
	background:url(../img/bg_history_navi.gif) no-repeat left top;
}

div.hNaviBox ul{
	margin:0 0 0 7px;
	padding:0;
}

/* main area */

div.hMainArea{
	width:620px;
	height:auto;
	margin:0 0 0 126px;
	padding:25px 0 0 0;
}

div.hMainArea dl dt{
	float:right;
	margin-top:-2px
}

div.hMainArea dl dd{
	width:270px;
	float:left;
}

div.hMainArea dl dd h3{
	color:#B79F68 !important;
	font-size:120%;
}

div.hMainArea dl dd p{
	color:#574938 !important;
	line-height:1.5;
}


/* paging area */

div.hPagingBox p{
	margin:0 25px 0 0;
	text-align:right;
}

div.hPagingBox p img{
	margin:0 0 0 3px;
}




