﻿@charset "utf-8";

/* ------------------------------------------------------
    特集ページ　共通レイアウト

   ------------------------------------------------------ */
#wrapper {
	width: 980px;
    margin: 0px auto 0px;
    padding: 10px 0px 0px;
    clear: both;
}

/* ------------------------------------------------------
    パンくず
   ------------------------------------------------------ */
#topicpass {
	margin-left: 20px;
	padding-bottom: 10px;
}

#topicpass a {
	color: #0077BB;
	text-decoration: underline;
}
 
#topicpass a:active,
#topicpass a:focus,
#topicpass a:hover {
	color: #F96;
}

/* ------------------------------------------------------
    フッター
   ------------------------------------------------------ */
#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;
}
