@charset "shift_jis";

/*

information{
	ファイル名 : /css/tocoo/footer.css;
	概要 : このCSSファイルはコンテンツの設定を記述しています。;
	サイト名 : トクー！ギャザリング;
	URL : http://www.netprice.co.jp/af/tocoo/index.ndp;
	コピーライト : Copyright (C)  netprice, ltd.　All Rights Reserved.;
}

 */


/* コンテンツ
--------------------------------------------------------------------------

	1.フッダ
		: フッダ全体

	2.タブ
		: タブ部分

	3. テキスト
		: テキスト部分


--------------------------------------------------------------------------
*/


/* 1.　フッダ
--------------------------------------------------------------------------*/
/*	フッダ全体	
------------------------*/

#footerwrap{
	width:760px;
	text-align:left;
}

#footerwrap *{
	margin:0;
	padding:0;
}

#footerwrap ul{
	list-style:none;　　/*	ulのリストの頭に付く「・」をなくす　*/
}






/* 2. タブ
--------------------------------------------------------------------------*/
/*	タブ部分	
------------------------*/

#footertabsmenu {
	float:left;
	top:1px;
	width:100%;
	margin: 0 0 15px;
	font-size:12px;
	line-height:normal;
	border-bottom: 1px solid #3163C7;
	position:relative;
	padding-top: 5px;
}

* html #footertabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#footertabsmenu ul{
	list-style: url(/af/img/0606/netmile/tab-icon.gif);
	margin:0;
	margin-left: 30px;
	padding:0;
}

#footertabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}

#footertabsmenu ul li a {
	float:left;
	background:url(/af/img/0606/footertab-left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	cursor: pointer;
}

#footertabsmenu ul li a span {
	float:left;
	display:block;
	background:url(/af/img/0606/footertab-right.gif) no-repeat right top;
	padding:7px 14px 3px 5px;
	font-weight:bold;
	color:#003399;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#footertabsmenu a span {float:none;}
/* End IE5-Mac hack */

#footertabsmenu a:hover span {
	color: black;
}

#footertabsmenu #current a {
	background-position:0 -125px;
}

#footertabsmenu #current a span {
	background-position:100% -125px;
	color: black;
}

#footertabsmenu a:hover {
	background-position:0% -125px;
}

#footertabsmenu a:hover span {
	background-position:100% -125px;
}

/* 3. テキスト
--------------------------------------------------------------------------*/
/*	テキスト部分	
------------------------*/
#footertext {
	font-size:12px;
}

#footertext p.copy {
	background:#CCCCCC;
	text-align:center;
	width:100%;
	height:20px;
	padding:0.5em 0 0 0;
}

#footertext p.offer {
	text-align:right;
	width:100%;
	height:40px;
	padding:1em 0 0 0;
}
