#scroll_top {
	position: fixed;
	bottom: 30px;
	right: 50px;

}
.title_area {
	height: auto;
	width: 900px;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 40px;
}




.dummyspace {
	height: 120px;
	width: 1100px;
	clear: both;
}


/* パンくずリスト用 */
ol.breadcrumb {
	list-style-type: none; /* 1.2.3.・・・のマーカーを消す */
	font-size: 9pt;
}
ol.breadcrumb li {
display: inline; /* liをインライン表示させる */
}
ol.breadcrumb li::before {
content: '\00bb'; /* li要素の前に>>記号を追加 */
}
ol.breadcrumb li:first-child:before {
content: ''; /* 最初のli要素から>>記号を消す */
}



#peyment_stream {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000;
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.peyment_streams {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #333;
	border-radius: 6px;
	text-align: center;
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
