@charset "utf-8";

/*===================================================================

CSS Information

 Created:	2008-12-02 ZUTTO Komatsu
 Last update:	2009-04-23
 Style Info:	特設サイトフッターリンク記述

Order of description

 + __base_style
 + __clear_style

===================================================================*/

/*----------------------------------------
 __base_style
----------------------------------------*/

.footerlink-wrapper{
	width:100%;
	margin:106px auto 0 auto;
	}
* html .footerlink-wrapper{
	position: absolute;
	width:100%;
	margin:15px auto 0 auto;
	}
*:first-child+html .footerlink-wrapper{
	width:100%;
	margin:85px auto 0 auto;
	}
	
.footerlink-section{
	width:100%;
	margin:0 auto;
	position: fixed;
	left: 0;
	bottom: 0;
	padding:0;
	border-top:1px solid #CCCCCC;
	background:#FFFFFF;
	overflow:hidden;
	background: url(http://www.toyota-town.jp/images/common/bg-footerlink.gif) top left repeat-x;
	height: 65px;
	display:block;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴPro W3",Arial, Helvetica, Verdana,"Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
	}
	
.footerlink-section a {
	color: #1A6B7F;
	text-decoration: underline;
	}

.footerlink-section a:link {
	color: #1A6B7F;
	text-decoration: underline;
	}

.footerlink-section a:visited {
	color: #1A6B7F;
	text-decoration: underline;
	}

.footerlink-section a:hover {
	color:#FF0000;
	text-decoration: none;
	}
	
.footerlink-left{
	padding:12px 0 10px 15px;
	margin:0 0 0 0;
	width:50%;
	float:left;
	font-size:12px;
	text-align:left;
	}

.footerlink-left img {
	background-color:#FFFFFF;
	text-align:left;
	}
	
.footerlink-left a:hover img{
	opacity:0.8;
	filter:alpha(style=0, opacity=80);
	-moz-opacity:0.8;
	}
	
.footerlink-right{
	padding:10px 15px 10px 0;
	margin:0 0 0 0;
	width:45%;
	float:right;
	text-align:right;
	font-size:12px;
	line-height:1.5;
	}
	
.footerlink-area{
	padding:4px 0 0 0 ;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴPro W3",Arial, Helvetica, Verdana,"Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
	font-size:12px;
	}
	
* html .footerlink-area{
	padding:6px 0 0 0 ;
	}
	
*:first-child+html .footerlink-area{
	padding:4px 0 0 0 ;
	}
	
.footerlink-home{
	padding:4px 0 0 0 ;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴPro W3",Arial, Helvetica, Verdana,"Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
	font-size:12px;
	}
	
* html .footerlink-home{
	padding:10px 0 0 0 ;
	}
	
*:first-child+html .footerlink-home{
	padding:4px 0 0 0 ;
	}
	
.footerlink-area img{
	vertical-align: middle;
	padding:0 5px 0 0 ;
	}
	
.footerlink-home img{
	vertical-align: middle;
	padding:0 5px 0 0 ;
	}
	
/*----------------------------------------
 __clear_style
----------------------------------------*/

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	}

.hide {
	margin: 0;
	padding: 0;
	display: none; 
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
	
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
