/*---------------------------------------------------------*/
/*    two column-contents                                  */
/*---------------------------------------------------------*/
#column2-contents{ width:600px; margin:0px auto;}
.column2-box{
	width:580px;
	margin: 0px auto 30px;
}

/*---------------------------------------------------------*/
/*   page_anchor                                           */
/*---------------------------------------------------------*/
#page_anchor{ padding:20px 0px; }
#page_anchor ul{
margin:0px auto;
text-align:center;
list-style-type: none;
}

#page_anchor li{ display:inline; }
#page_anchor a{ line-height:180%; } 

/*---------------------------------------------------------*/
/*   info_table                                            */
/*---------------------------------------------------------*/
.info_table th{
text-align:left;
background-color:#E9FBB9;
border:1px #FFFFFF solid;
padding:10px 10px 10px 20px;
}
.info_table td{ padding:10px; }
/*---------------------------------------------------------*/
/*   page_footer                                           */
/*---------------------------------------------------------*/
#page_footer{
	text-align:left;
	margin:20px auto 40px auto;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:20px 0px 20px 20px;
}
#page_footer ul { list-style-type: none; margin-bottom:10px; }

#page_footer li {
	margin-right:10px;
	display:inline;
	line-height:180%;
}
#page_footer li a{
	padding:0px 0px 0px 12px;
	background-image:url(../img/list_mark_green.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}
#page_select a{ color:#000000; text-decoration:none; }
/*---------------------------------------------------------*/
/*   page_contact                                          */
/*---------------------------------------------------------*/
#page_contact{
margin:0px auto 40px auto;
height:152px;
width:552px;
background:url(../img/footer_contact.jpg) no-repeat;
position:relative;
}
#page_contact a{
height:45px;
width:150px;
display:block;
text-indent:-9999px;
}
#link_contact{
	background:url(../img/link_contact.jpg) no-repeat;
	position:absolute;
	left: 220px;
	top: 96px;
}
#link_contact:hover{
background:url(../img/link_contact_on.jpg) no-repeat;
}
#link_guide{
	background:url(../img/link_guide.jpg) no-repeat;
	position:absolute;
	left: 383px;
	top: 96px;
}
#link_guide:hover{
background:url(../img/link_guide_on.jpg) no-repeat;
}

