@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2011-06-30
 * Editor:    contents tazaki
 * Modified:  2011-07-15 by:contents tokunaga
 *
 * ***********************************************************
 */
 
/* ------------------------------------------------------------
	Font-size Adjustment
------------------------------------------------------------
10px = 83.4%
11px = 91.7%
12px = 100%
13px = 93%
14px = 116.7%
15px = 125%
16px = 133.4%
17px = 141.7%
18px = 150%
19px = 158.4%
20px = 166.7%
21px = 175%
22px = 183.4%
23px = 191.7%
24px = 200%
25px = 208.4%
26px = 217 %


10px 	72%
11px 	79%
12px 	86%
13px 	93%
14px 	100%
15px 	108%
16px 	115%
17px 	122%
18px 	129%
19px 	136%
20px 	143%
21px 	150%
22px 	158%
23px 	165%
24px 	172%
25px 	179%
26px 	186%


*/

/* --------------------------------------------------------------

COMMON

----------------------------------------------------------------- */

#infBox{
	width:620px;
	margin:0 auto;
}

/* --------------------------------------------------------------

LIST

----------------------------------------------------------------- */

#infoList li{
	border-bottom:1px dotted #CCC;
	padding:10px 10px 10px 10px;
}

	#infoList li a{
		padding:0px 0px 0px 20px;
	}

ul.hisNav{
	margin:10px 0;
	padding:5px;
	color:#003399;
}
ul.hisNav li.back{	float:left;	}
ul.hisNav li.next{	float:right;}
ul.hisNav li.pageBack{
	border-top:1px dotted #CCC;
	text-align:center;
	padding:10px 0px 10px 0px;
}

ul.hisNav li.back a,
ul.hisNav li.pageBack a{ 
	background:url(../information/img/icon_arrow_back.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
	color:#003399;
}
ul.hisNav li.next a{
	background:url(../information/img/icon_arrow_nxt.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;
	color:#003399;
}

/* --------------------------------------------------------------

DETAIL

----------------------------------------------------------------- */
#conR{
	position:relative;
}


#historyBtn{
	position:absolute;
	top:22px;
	left:476px;
	height:0px;
	width:156px;
}

#infBox h3{
	background:#E7F3FF;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	font-weight:bold;
}


#infBox .upDate{
	text-align:right;
	margin-bottom:15px;
	padding:0px 10px 0px 0px;
}















