@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////
　フッター部に関する定義
/////////////////////////////////////////////////////////////////// */

/* anchor style
----------------------------------------------- */
#footer a:link {
	color:#666666;
	text-decoration:none;
}

#footer a:visited {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:active {
	text-decoration:none;
}

/* =========================================================
=recommend_brand
========================================================= */
#footer div.recommend_brand {
	width:960px;
	margin:0 auto 30px;
	padding-bottom:15px;
	background:url(/common/images/footer/bg_recommend_base.gif?101) no-repeat left bottom;
}

#footer div.recommend_brand h3 {
	padding:15px 30px 10px;
	background:url(/common/images/footer/bg_recommend_top.gif?101) no-repeat;
	color:#606060;
	font-size:116%;
	font-weight:bold;
}

#footer div.recommend_brand dl {
	margin:0 30px;
	clear:both;
	overflow:hidden;
}

#footer div.recommend_brand dl dt {
	clear:both;
	float:left;
	width:130px;
	text-align:right;
	color:#606060;
}

#footer div.recommend_brand dl dd {
	width:760px;
	padding:0 0 0 10px;
	float:left;
	zoom:1;
}


/* =========================================================
=footer_nav
========================================================= */
#footer_nav {
	background:#eeeeee;
}

#footer_nav div.inner {
	width:960px;
	margin:0 auto;
	padding:10px 0 15px;
}

#footer_nav dl {
	float:left;
	width:155px;
	margin-right:10px;
}

* html #footer_nav dl { /* IE 6 */
	margin-right:5px;
}

#footer_nav dl dt {
	margin-bottom:8px;
	font-weight:bold;
	color:#a59c73;
}


/* =========================================================
=company_info
========================================================= */
#footer div.company_info {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:10px 0 30px;
}

#footer div.company_info ul {
	position:absolute;
	bottom:30px;
	left:0;
}

#footer div.company_info li {
	display:inline;
	margin-right:15px;
}

#footer div.company_info p.sonet_txt {
	position:absolute;
	bottom:10px;
	left:0;
	font-weight:bold;
	color:#666666;
}

#footer div.company_info p.pmark {
	float:right;
	width:52px;
	margin-left:13px;
}

#footer div.company_info p.sslmark {
	float:right;
	width:94px;
}

#footer div.company_info address {
	position:absolute;
	top:10px;
	left:0;
}

#footer div.company_info address img {
	margin-bottom:5px;
}

/* blog_only
----------------------------------------------- */
#footer div.blog_only {
	height:72px;
}
