@charset 'UTF8';  
/******************************************************************************/
/* フッタ枠  */
/******************************************************************************/
#footer_title1,#footer_title3{ font-family:'Copperplate Gothic Bold'; }

#footer{
	margin:0 auto; padding:1em 1ex .5ex 1ex; width:100%; border-top:solid 1px var(--gold);
	text-align:center; color:var(--gold); background-color:var(--brun);
}
#footer *{ color:var(--gold) }

/* タイトル文字 */
#footer_title2{
	margin-left:10px; line-height:1; font-size:60%;
}
#footer_title1{
	margin-left:10px; line-height:1; font-size:140%; font-weight:bolder;
}
/* 説明文 */
#footer_text{
	margin:1ex auto; width:100%; max-width:800px; 
	font-size:90%; line-height:1.3; text-align:center; 
}

/* フッタ・メニュー */
#footer_box{ 
	margin:1em auto; width:100%; max-width:600px; position:static; 
	line-height:1.5em; 
}
#footer_menu{ 
	margin:0 auto; padding-left:3em; width:13em; text-align:left;
}
#footer_menu li{ line-height:1.5em; }
#footer_menu span{ font-family:'Rockwell Nova Extra Bold',serif; }
#footer_menu a{ width:100%; color:white; }
#footer_menu a:hover{ color:var(--brun); background-color:var(--gold2); }

#footer_menu a{
	font-family:'Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
}

/* Copy right */
#footer_title3{
	width:100%; text-align:center; line-height:1; font-size:80%; font-weight:bolder; 
/*	font-family:'Copperplate Gothic Bold'; */
}
#footer_copyright{ 
	width:100%; text-align:center; line-height:1; font-size:60%; 
	font-family:'calibri'; 
}
/******************************************************************************/
