@charset "shift-jis";
/* 商品ページ共通部品　CSS Document */

/* bodyに、scroll指定 flash表示では無いので */
body {
	background: #eaf0f7  url(../img_common/1_87.jpg) repeat-x top !important;
	width: auto;
	margin: 0px;
	padding: 0px;
	overflow-y:scroll !important;
	/*overflow: scroll !important;*/  /* 20170203 ﾊﾞｰ削除　%表示に---------------------- */
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 90%;
	height: 100%;
}
#main, #contents1 {
	width: 100%;
}
#main {
	margin: 0px;
	text-align: left;
}
/* コンテンツ部分 */
#contents1 {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
/* 共通タイトルパーツ */
#titleM, #titleM2 {
	border-bottom: 5px solid #666666;
	/*	border-bottom: 5px solid #D7CD13; */
	height: 30px;
	width:1050px;
	margin: 0px auto 10px;
	padding: 0px 0px 10px;
	text-align: center;
}
/* 大タイトル */
.titleB {
	font: italic bold 32px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: center;
}
/* マルチツール　小さい文字 */
.multi01, .multi02 {
	font-size: 13px;
	margin-left: 10px;
	font-style: normal !important;
	font-weight: bold;
}
/* ID非対応　文字 */
.id {
	padding: 5px;
	color: #33F;
	font-size: 16px;
}
/* IE6 ハック 大タイトル */
* html .titleB {
	margin: 0px 0px 0px 40px;
}
