﻿@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: 930px;
    margin: 0px auto 0px;
    padding: 10px 0px 0px;
    clear: both;
}

/* ------------------------------------------------------
    フッター
   ------------------------------------------------------ */
#footer {
	width: 980px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#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;
}

#copy p {
	float: right;
}

#end-logo {
	text-align: center;
	float: left;
	width: 950px;
	padding: 55px 15px 50px;
}

.margin20 {
	margin: 0px 0px 20px;
}
