@charset "shift-jis";

/* フッター
----------------------------------------------------------------------------------------------------*/

div#footer{
	/*border-top:5px #CCCCCC solid;
	padding-top:5px;*/
	width:220px;
}

div#footer table#contact .title{
	/*background:url(../img/footer/back_title.gif) repeat-y right top #ffd3a6;*/
	background-color:#ff8200;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

div#footer table#contact a{
	color:#333;
}

div#footer table#contact a.mail{
	background:url(../img/footer/mail.gif) no-repeat right center;
	padding-right:24px;
}

/* インフォメーション */

	/* 商品のリクエスト */
	.request strong{
		color:#FF8200;
	}
	
	/* 所在地 */
	.address address{
		font-weight:bold;
	}
	
	.address{
		margin:0 0 5px;
	}
	
	/* 電話番号 */
	.address strong{
		background:url(../img/footer/tel.gif) no-repeat left center;
		color:#00A172;
		padding-left:20px;
	}
	
	.copy{
		background:#CCCCCC;
		/*color:#FFFFFF;*/
		color:#555;
		line-height:1.8;
		padding:30px 20px;
		text-align:left;
	}
