#common_bgColorbox {
	background-color: #EEEEEE;
	width: 100%;
	height: auto;
}
#scroll_top {
	position: fixed;
	bottom: 30px;
	right: 50px;

}
.title_area {
	height: auto;
	width: 500px;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 40px;
	float: left;
}


.picture_area {
	height: auto;
	width: 500px;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 0px;
	float: left;
}

.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要素から>>記号を消す */
}
