﻿@charset "utf-8";

/* ------------------------------------------------------
    パンくず
   ------------------------------------------------------ */
#topicpass {
	width: 940px;
	font-size: 12px;
    margin: 0px auto 10px;
	padding: 0px;
	text-align:left
}

#topicpass a {
	color: #0077BB;
	text-decoration: underline;
	line-height: 150%;
}
 
#topicpass a:active,
#topicpass a:focus,
#topicpass a:hover {
	color: #F96;
}

/* ------------------------------------------------------
    特集ページ　共通レイアウト
   ------------------------------------------------------ */
#wrapper {
	width: 940px;
    margin: 0px auto 0px;
    padding: 10px 0px 0px;
    clear: both;
}

/* ------------------------------------------------------
    フッター
   ------------------------------------------------------ */
#footer {
	width: 980px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#footer #footer-menu {
	background-color: #E6E6DC;
	float: left;
	width: 950px;
	margin: 25px 0 0 0;
	padding: 8px 15px;
}

#footer-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer-menu ul li {
	float: left;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}

.bg {
	background-image: url(../../../common/images/bg_footermenu.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#copy {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	float: left;
	width: 980px;
	margin: 25px 0px 0px;
	padding: 0px 0px 9px;
}

.left {
	float: left;
}

.text-copy {
	width: 780px;
	float: left;
	color: #666;
}

/*　jpページは1px*/
.text-copy img {
	margin-bottom: 1px;
}

.bt-close {
	float: right;
	margin-top: 4px;
}

#end-logo {
	text-align: center;
	float: left;
	width: 950px;
	padding: 55px 15px 50px;
}

.margin20 {
	margin: 0px 0px 20px;
}
