@charset "UTF-8";

@import url("reset.css");
@import url("base.css");
#histry{
	padding:0 8px 0 8px;
	margin:20px 0 0 0;
}

#histry h2{
	margin:30px 0 10px 0;
}

#histry p{
	margin:0 0 1em 0;
}

#histry ol
,#histry ul{
	margin:0 0 0 1em;
}


#histry div.hisBox{
	width:620px;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
}


#histry div.hisBox th{
	vertical-align: middle;
	background-image: url(../img/histry/bg_01.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding:10px 20px;
}



#histry div.hisBox td{
	color:#333333;
	line-height:180%;
	padding:10px;
}

#histry div.hisBox td strong{
	color:#0052AD;
	font-weight:bold;
}

#histry div.hisBox td strong.bold{
	font-weight:bold;
}
