#common_bgColorbox {
	background-color: #EEEEEE;
	width: 100%;
	height: auto;
}
#top_img {
	height: 650px;
	width: 940px;
	padding-top: 60px;
	padding-right: 80px;
	padding-left: 80px;
}
#introduction {
	height: 200px;
	width: 940px;
	padding-top: 60px;
	padding-right: 70px;
	padding-left: 90px;
}
.series_BOX {
	padding: 50px;
	height: 600px;
	width: 1010px;
	background-color: #FFF;
	margin-bottom: 30px;
}
.button_area {
	height: auto;
	width: 330px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 30px;
	float: left;
}

button.item_button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* 文字サイズ指定 */
	font-size: 12px;
	/* 背景色指定 */
	background-color: #FFF;
	/* 文字色指定 */
	color: #696969;
	/* 文字の太さをboldに指定 */
	font-weight: bold;
	/* ボーダー設定 */
	border: medium solid #696969;
	width: 160px;
	height: 45px;
	margin-top: 5px;
}
.img_area {
	height: 540px;
	width: 540px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	float: right;
}


button.item_button:hover {
    /* 背景色を明るい青色に指定 */
    background-color: #696969;

    /* 文字色を白色に指定 */
    color: #FFF;
}



/* パンくずリスト用 */
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要素から>>記号を消す */
}
