/* lineup.css */
@charset "Shift_JIS";

/* コンテナ部分
--------------------------------------------------------- */
#countainer { width: 763px; margin: 10px 8px 10px 9px;}
.lineup1-contentsbox{margin:50px auto; border-top:1px dotted #CCCCCC; padding-top:10px;}

/* ページタイトル部分
--------------------------------------------------------- */
#countainer h2 {
	text-indent: -9999px;
	background: url(../lineup/img/lineup_h2.gif) center top no-repeat;
	display: block;
	height: 22px;
	margin: 55px 0 50px;
}

/* ラインナップ-1＆2 共通部分　※画像配置
--------------------------------------------------------- */
#top-left { float: left;}
#top-right { float: right;}

/* ラインナップ-1 タイトル部分
--------------------------------------------------------- */
#lineup1 h3 {
	display: block;
	width: 763px;
	height: 35px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../lineup/img/lineup1_h3.gif) left top no-repeat;
}

/* ラインナップ-1 トップ部分
--------------------------------------------------------- */
#lineup1-top { width: 763x; height: 150px; padding-bottom:10px;}
/* テキストの場合 */
#lineup1-top p {
	margin-top: 15px;
	margin-left:20px;
	line-height: 160%;
	font-size: 14px;
	font-weight: bold;
}

/* ラインナップ-1 コンセプト部分
--------------------------------------------------------- */
#lineup1-concept p{
	margin-top: 15px;
	margin-left:20px;
	line-height: 1.6;
	font-size: 16px;
	font-weight: bold;
}

/* ラインナップ-1 コンテンツ部分
--------------------------------------------------------- */
#lineup1-content {
	position: relative;
	width: 763px;
	margin-top: 30px;
	margin: 0 auto;
}

/* ラインナップ-1 コンテンツタイトル部分
--------------------------------------------------------- */
#lineup1-content h4 {
	text-indent: -9999px;
	float: left;
	display: block;
	width: 85px;
	height: 105px;
}

/* ラインナップ-1 コンテンツ左右カラム部分
--------------------------------------------------------- */
#lineup1-content-left {
	position: relative;
	float: left;
	width: 375px;
}
#lineup1-content-right {
	position: relative;
	float: right;
	width: 375px;
	margin-left: 13px;
}

/* ラインナップ-1 商品イメージ画像＆テキスト設定
--------------------------------------------------------- */
#content-img p { margin-top: 0;}
#content-img {
	float: right;
	width: 285px;
	margin-left: 5px;
}
#lineup1-content-01 { width: 375px; margin-bottom: 10px; height: 220px;}
#lineup1-content-02 { width: 375px; margin-bottom: 10px; height: 220px;}
#lineup1-content-03 { width: 375px; margin-bottom: 10px; height: 220px;}
#lineup1-content-04 { width: 375px; margin-bottom: 10px; height: 220px;}
#lineup1-content-05 { width: 375px; margin-bottom: 10px; height: 220px;}
#lineup1-content-06 { width: 375px; margin-bottom: 10px; height: 220px;}
#lineup1-content-01 h4 { background: url(../lineup/img/lineup1_h4-01.gif) top left no-repeat;}
#lineup1-content-02 h4 { background: url(../lineup/img/lineup1_h4-02.gif) top left no-repeat;}
#lineup1-content-03 h4 { background: url(../lineup/img/lineup1_h4-03.gif) top left no-repeat;}
#lineup1-content-04 h4 { background: url(../lineup/img/lineup1_h4-04.gif) top left no-repeat;}
#lineup1-content-05 h4 { background: url(../lineup/img/lineup1_h4-05.gif) top left no-repeat;}
#lineup1-content-06 h4 { background: url(../lineup/img/lineup1_h4-06.gif) top left no-repeat;}


/* ラインナップ-2 コンテンツ部分
--------------------------------------------------------- */
#lineup2 {
	position: relative;
	width: 763px;
	clear: both;
	margin-bottom: 30px;
}

/* ラインナップ-2 タイトル部分
--------------------------------------------------------- */
#lineup2 h3 {
	display: block;
	width: 763px;
	height: 35px;
	margin: 20px 0 20px;
	text-indent: -9999px;
	background: url(../lineup/img/lineup2_h3.gif) left top no-repeat;
}
#lineup2 h4 {
	text-indent: -9999px;
	background: url(../lineup/img/lineup2-h4.gif) left top no-repeat;
	display: block;
	width: 270px;
	height: 22px;
	margin: 10px 0;
/* テキストの場合
	margin-left: 15px;
	color: #925964;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
						*/
}

/* ラインナップ-2 トップ部分
--------------------------------------------------------- */
#lineup2-top { width: 763px; height:150px; padding-bottom: 10px;}
#lineup2-top p {
	margin-top: 15px;
	margin-left:20px;
	line-height: 160%;
	font-size: 14px;
	font-weight: bold;
}

/* ラインナップ-2 コンテンツイメージ画像部分　※破線設定
--------------------------------------------------------- */
#lineup2-content img {
	padding-top: 20px;
	border-top: #666666 1px dotted;
}
