@charset "shift_jis";

/* -------------------------------------------------------- パンくず */
#history{
	padding-left:10px;
	font-size:80%;
}

#history li{
	float:left;
	padding-right:15px;
	background:transparent url(../images/icon_history.gif) right center no-repeat;
}

#history a{
	color:#000;
	text-decoration:underline;
}

#history li.nowPage{
	padding-right:0;
	background:none;
	font-weight:bold;
	color:#fff;
}

/* -------------------------------------------------------- メインコンテンツ */
#mainContents{
	background:#fff;
	border-right:1px solid #5f5f5f;
	border-bottom:1px solid #5f5f5f;
}

#mainContents .mCnt_sec{
	width:840px;
	padding:14px 0 0 30px;
}

#mainContents .linkButton{
	width: 164px;
	margin: 30px auto 50px;
}

/* -------------------------------------------------------- PAGE TOP */
#mainContents .pageTopLink{
	padding:10px;
	text-align:right;
}

#mainContents .pageTopLink a{
	padding-left:12px;
	background:transparent url(../images/icon_pagetop.gif) left center no-repeat;
	color:#000;
	text-decoration:underline;
}

