/*--タイトル＆サブナビ--*/
#titlenavi{
	text-align: left;
	width:950px;
	height:60px;
}

/*--タイトル--*/
#lineups{
	width:950px;
}


/*--リスト--*/
#lineuplist{
	width:950px;
	text-align: left;
	overflow:hidden;
}
/*--サティス--*/
ul.lineup {
	position:relative;
	overflow:hidden;
	width:960px;
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
}
li.lineup_list {
	position:relative;
	overflow:hidden;
	width:280px;
	float:left;
	margin:0 7px 10px 0;
	padding:10px;
	border:6px solid #dedede;
}
.lineup_image {
	position:relative;
	overflow:hidden;
	width:280px;
	height:265px;
	border:0px;
}
.lineup_txt {
	display: block; 
	position:relative;
	width:280px;
	height:60px;
	font-size:12px;
}
.lineup_btn {
	position:relative;
	overflow:hidden;
	width:280px;
	height:50px;
	border:0px;
}
/*--アステオ--*/
ul.lineup {
	position:relative;
	overflow:hidden;
	width:975px;
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
}
li.lineup_list_asteo {
	position:relative;
	overflow:hidden;
	width:425px;
	float:left;
	margin:0 16px 10px 0;
	padding:15px;
	border:6px solid #dedede;
}
.lineup_image_asteo {
	position:relative;
	overflow:hidden;
	width:425px;
	height:265px;
	border:0px;
}
.lineup_txt_asteo {
	display: block; 
	position:relative;
	width:435px;
	height:30px;
	font-size:12px;
}
.lineup_btn_asteo {
	position:relative;
	overflow:hidden;
	width:425px;
	height:50px;
	border:0px;
}

/*--リモコン--*/
li.lineup_rimokon {
	position:relative;
	overflow:hidden;
	float:left;
	width:916px;
	margin:0 0 10px 0;
	padding:10px;
	border:6px solid #dedede;
}
.rimokon_image {
	float:left;
	position:relative;
	overflow:hidden;
	width:320px;
	height:100px;
	border:0px;
}
.rimokon_title {
	display: block; 
	margin-left:320px;
	border:0px;
}
/*--
.rimokon_txt {
	display: block; 
	position:relative;
	margin:0;
	font-size:12px;
}
.rimokon_btn {
	display: block; 
	position:relative;
	overflow:hidden;
	margin:10px 0 0 0;
	width:280px;
	height:30px;
	border:0px;
}
--*/
/*--dot--*/
#dot{
	border-bottom:1px dotted #cccccc;
	width:640px;
	height:20px;
}