@charset "utf-8";

/*

「*」テンプレート共通で使用 ・「**」テンプレート独自で使用

■ フッター

	* 共通設定
	--------------------------
	* ジャンルナビゲーション
	* お知らせ
	* COPYRIGHT
	* 他のエリア・検索
	--------------------------
	
*/


/*============================================================================
  フッター
=============================================================================*/

/*-----------------------------------------------
  共通設定
-----------------------------------------------*/

#footer_btm {
	background: url(/images/footer/footer_bg_new.gif) repeat-x;/*変更*/
	/*background: url(/images/footer/footer_bg_new.gif) repeat-x;*/
	/*height: 100px;*/
	height: 120px;/*変更*/
}

/*-----------------------------------------------
  ジャンルナビゲーション
-----------------------------------------------*/

#footer_genre_list {
	margin: 0 auto;
	/*padding-bottom: 6px;コメントアウト*/
	padding-top:3px;/*追加*/
	width: 950px;
	/*height: 37px;*/
	height: 57px;/*変更*/
	overflow:visible;
}

#footer_genre_list ul li{
	display: inline;
	padding-left: 6px;
	font-size: 82%;
	/*line-height: 24px;*/
	line-height: 19px;/*変更*/
	background: url(/images/footer/area_list_bar.gif) no-repeat;
	background-position: 0 1px;
}

#footer_genre_list ul li.ini{
	display: inline;
	padding-left: 2px;
	background: none;
}

#footer_copyright_box {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 950px;
	height: 37px;
}

/*-----------------------------------------------
  お知らせ
-----------------------------------------------*/

#footer_block_left {
	float: left;
}

#footer_block_left p{
	line-height:100%;
	padding: 0 0 0 6px;
	font-size: 10px;
}

/*-----------------------------------------------
  COPYRIGHT
-----------------------------------------------*/

#footer_block_right {
	float: right;
	text-align: right;
	background: url(/images/footer/footer_ci.gif) right center no-repeat;
	width: 600px;
	min-height:38px;
	/*padding: 0 91px 0 0;*/
	padding: 0 140px 0 0;
}

#footer_area_navi {
	float: right;
	text-align: right;
	padding: 2px 7px 0 0;
	border-right: 1px solid #dddddd;
}

#footer_area_navi p#area-link {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -0.1em;
	padding-bottom: 4px;
}

#footer_area_navi p#global-link {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -0.1em;
	padding-bottom: 4px;
}

#footer_area_navi p a{
	letter-spacing: 0em;
}

#area-link,
#global-link
 {
	color: #999999;
}

#area-link a:link {
	color: #62bbce;
	text-decoration: none;
}
#area-link a:active {
	color: #62bbce;
	text-decoration: underline;
}
#area-link a:visited {
	color: #62bbce;
	text-decoration: none;
}
#area-link a:hover {
	color: #62bbce;
	text-decoration: underline;
}

#global-link a:link {
	color: #999999;
	text-decoration: none;
}
#global-link a:active {
	color: #999999;
	text-decoration: underline;
}
#global-link a:visited {
	color: #999999;
	text-decoration: none;
}
#global-link a:hover {
	color: #999999;
	text-decoration: underline;
}
